1224 Commits

Author SHA1 Message Date
Martin Klepsch
bc323849cd add more tachyons utilities, esp. colors 2018-04-26 19:34:46 +03:00
Martin Klepsch
6e84fa0f49 handlers+subs for dashboard banner 2018-04-26 19:34:46 +03:00
Martin Klepsch
f826cf16d7 fix various default style bugs 2018-04-26 19:34:46 +03:00
Martin Klepsch
ab026a066d show :opened as unclaimed, add merged section 2018-04-26 19:34:46 +03:00
Martin Klepsch
d0da640fdd some cleanup 2018-04-26 19:34:46 +03:00
Martin Klepsch
77eec6fe3f add issue-url fn to bounty model helpers 2018-04-26 19:34:46 +03:00
Martin Klepsch
e7c8a986d7 always assume :paid if payout_hash is present 2018-04-26 19:34:46 +03:00
Martin Klepsch
5d44df7a20 only render "see all" if there's more to show 2018-04-26 19:34:46 +03:00
Martin Klepsch
95a1dabe70 delete unused code 2018-04-26 19:34:46 +03:00
Martin Klepsch
c0653b6bc9 code cleanup + notes 2018-04-26 19:34:46 +03:00
Martin Klepsch
87cd8733d7 identify claim winner based on user_login = winner_login 2018-04-26 19:34:46 +03:00
Martin Klepsch
60fa38b89b delete empty namespace 2018-04-26 19:34:46 +03:00
Martin Klepsch
9909042de6 add a place where we can put model concerns 2018-04-26 19:34:46 +03:00
Martin Klepsch
8b8765688d rough cut of new dashboard 2018-04-26 19:34:46 +03:00
Martin Klepsch
45ec5f2b0e allow payout_hash to imply merge when calculating bounty-state 2018-04-26 19:34:46 +03:00
Martin Klepsch
936d461f3c update routes 2018-04-26 19:34:46 +03:00
Martin Klepsch
339002f8df commit WIP dashboard work 2018-04-26 19:34:46 +03:00
Martin Klepsch
28ce4db049 update value-usd key in client as it is now renamed on server 2018-04-26 19:34:46 +03:00
Martin Klepsch
483f65ae1f fix base font size and add separate file for tachyons utils 2018-04-26 19:34:46 +03:00
Martin Klepsch
aebdf5985e move bounty renames into separate def 2018-04-26 19:34:46 +03:00
Martin Klepsch
628d55db93 add repo_owner and avatar to owner bounties query 2018-04-26 19:34:46 +03:00
Vitaliy Vlasov
c288335418 Check nonce in untrack-tx 2018-04-26 19:22:56 +03:00
Vitaliy Vlasov
b7f996c286 Add eth.web3j and eth.tracker namespaces 2018-04-26 19:08:30 +03:00
Vitaliy Vlasov
dc9fc5e633 Minor docstring fix for TxTracker 2018-04-26 17:56:17 +03:00
Vitaliy Vlasov
6234bfcb25 Add some docstrings 2018-04-26 17:26:43 +03:00
Vitaliy Vlasov
6f5dcd57ae Remove obsolete update-execute-hash query 2018-04-26 17:17:22 +03:00
Vitaliy Vlasov
ea406387dd Add TxTracker protocol; introduce [un]track-tx! fns for generic tx
tracking
2018-04-26 17:17:00 +03:00
Martin Klepsch
bbe5cb897c
docstring formatting 2018-04-26 12:11:48 +02:00
Martin Klepsch
bf1776e0f6
fix log statement 2018-04-26 12:06:51 +02:00
Martin Klepsch
81cd3c54a6 fix #434: dont fetch price-info too often 2018-04-26 10:27:39 +03:00
Vitaliy Vlasov
1f05659258 Remove transaction-hash local in deploy-pending-contracts 2018-04-23 19:37:28 +03:00
Vitaliy Vlasov
03cf011f01 Add check-tx-receipts thread; allow only one tx submission at a time 2018-04-23 19:36:33 +03:00
Vitaliy Vlasov
183a50dc94 Include unmined contracts in the output of pending-contracts query 2018-04-19 23:21:07 +03:00
Vitaliy Vlasov
ece5333ae8
Merge pull request #429 from status-im/tx-hash-uniqueness
WIP migration: add unique constraint on transaction_hash column
2018-04-19 19:19:05 +03:00
Vitaliy Vlasov
855e2d83f0 Convert nonce to bigint after inc 2018-04-19 17:07:30 +03:00
Martin Klepsch
9868624bd7
migration: add unique constraint on transaction_hash column 2018-04-19 15:53:34 +02:00
Vitaliy Vlasov
f50638552f Fix web3j obj reference 2018-04-19 16:21:08 +03:00
Vitaliy Vlasov
8c6b15d4c9
Merge branch 'develop' into fix/nonce-increment 2018-04-19 16:05:30 +03:00
Martin Klepsch
6e2c04a849
better logging when safe-read-str fails 2018-04-19 11:22:23 +02:00
Martin Klepsch
687f29a591
only log eth-rpc result if internal-tx-id is present 2018-04-19 10:45:59 +02:00
Martin Klepsch
05b953fe84
always log infura response 2018-04-19 10:21:09 +02:00
Martin Klepsch
b59e0d3a04
Merge branch 'master' into develop 2018-04-18 16:32:53 +02:00
Martin Klepsch
c62d502602
Merge pull request #419 from status-im/fix-399/same-contract-deployed
fix #399: track each internal transaction and associated nonce
2018-04-18 16:28:29 +02:00
Vitaliy Vlasov
0105d809cc
Merge branch 'develop' into fix/nonce-increment 2018-04-18 11:41:21 +03:00
Martin Klepsch
726a3309b7
minor logging changes 2018-04-18 10:27:42 +02:00
Rob Culliton
a70696f26b padding for nav container (pagination) 2018-04-18 10:41:19 +03:00
Rob Culliton
e17aa10114 fix typo 2018-04-18 10:41:19 +03:00
Rob Culliton
7d6ed779b8 fix padding for dropdown claims 2018-04-18 10:41:19 +03:00
Martin Klepsch
510ac9a709
fix eth-rpc call 2018-04-17 22:12:06 +02:00
Martin Klepsch
0d7ac5637d
always increase nonce, but log for diagnostics 2018-04-17 21:59:16 +02:00