Commit Graph

1218 Commits

Author SHA1 Message Date
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
Vitaliy Vlasov c6fadaad1a
Re-use dropped nonces 2018-04-17 20:32:02 +03:00
Martin Klepsch c7b2f12c4f
fix outstanding issues with NonceTracker 2018-04-17 17:58:04 +02:00
Rob Culliton 82c2b6be47 update-repo-state should call db/update-repo-state 2018-04-17 17:41:16 +03:00
Martin Klepsch 09cd9ec49a
fix bug 2018-04-17 16:19:59 +02:00
Martin Klepsch 70e91932e9
remove stale swap! call 2018-04-17 16:19:59 +02:00
Martin Klepsch a78c1cff66
set internal-tx-id for watch-token call 2018-04-17 16:19:59 +02:00
Martin Klepsch 614fdf9d03
fix #399: track each internal transaction and associated nonce 2018-04-17 16:19:58 +02:00
Vitaliy Vlasov 1a50f9f607 Fix lame mistake with get-nonce closure invocation 2018-04-16 19:21:23 +03:00
Vitaliy Vlasov 05d93a1893 Remove superfluous logging statement 2018-04-16 19:21:23 +03:00
Vitaliy Vlasov 24e39ad867 Throw exception if attempting to create tx with the same nonce 2018-04-16 19:21:23 +03:00
Rob Culliton 61e8d2188f use issue-id instead of issue-number throughout PR, not just for app-db 2018-04-16 14:33:13 +03:00