Commit Graph

43 Commits

Author SHA1 Message Date
Aaron Blankstein
c28e1f3984 fix: check change output for dust clearance 2020-05-15 15:05:15 -05:00
Aaron Blankstein
e664f0a541 remove some commit cruft 2020-05-15 12:35:41 -05:00
Aaron Blankstein
7febd01e09 test for presence of non-null error field instead. bitcoin rpc is weird 2020-05-15 12:33:55 -05:00
Aaron Blankstein
6100d18c63 type errors 2020-05-15 12:10:11 -05:00
Aaron Blankstein
34fd203511 fix: check sendrawtx response status 2020-05-15 12:06:04 -05:00
Jude Nelson
e8b4a83318 revert 2020-05-11 22:43:20 -04:00
Jude Nelson
7fd3c9d890 disable tls in reqwest feature flags 2020-05-11 22:37:42 -04:00
Jude Nelson
1f2a69b4de fix build errors 2020-05-11 20:46:14 -04:00
Jude Nelson
49561b8479 Merge branch 'master' into fix/neon-fixes-20200507-net-marf 2020-05-11 18:59:17 -04:00
Jude Nelson
bff782df9d don't bind on port 65535 2020-05-11 18:58:50 -04:00
Jude Nelson
c05c2037d5 create a new relay directive to just work on appending staging blocks 2020-05-11 18:58:22 -04:00
Ludo Galabru
d83e3d01f2 Reduce amount of logs for followers 2020-05-11 14:09:30 -04:00
Ludo Galabru
ba7811e182 Fix testnet_address 2020-05-11 12:45:00 -04:00
Jude Nelson
12ac101b95 Merge branch 'master' into fix/neon-fixes-20200507 2020-05-09 00:02:07 -04:00
Jude Nelson
56c3cfad95 refactor the relay thread to drive block-processing when it's not waiting for the network. 2020-05-09 00:00:45 -04:00
Ludo Galabru
eccb06f460 Improve log 2020-05-08 23:50:08 -04:00
Ludo Galabru
11a25d3955 Hit the listunspent endpoint before syncing 2020-05-08 23:43:29 -04:00
Ludo Galabru
34aaba371a Merge branch 'master' into feature/logs 2020-05-08 22:55:32 -04:00
Ludo Galabru
c0cc4bc6b0 Add searchable logs 2020-05-08 22:28:38 -04:00
Ludo Galabru
c064f76dc1 Move assertion 2020-05-08 21:12:12 -04:00
Ludo Galabru
5099e8c1b0 Merge branch 'master' into fix/utxo 2020-05-08 21:10:31 -04:00
Ludo Galabru
9ed9a71a38 Clean remaining nasty unwrap 2020-05-08 19:15:07 -04:00
Ludo Galabru
326e3f80c6 Revert "Get rid of the retry count"
This reverts commit 1e3766aa0f.
2020-05-08 18:56:06 -04:00
Ludo Galabru
84cd911551 Work around f64 issue using raw_value 2020-05-08 18:51:20 -04:00
Ludo Galabru
b75019fac4 Clean warning 2020-05-08 18:50:01 -04:00
Jude Nelson
dfa7c7de5e api sync 2020-05-08 03:12:01 -04:00
Jude Nelson
d4a19a60a5 when downloading blocks and feeding them to the relayer, catch backpressure from the channel and buffer up block data (so we don't drop it and force ourselves to re-get it). Use this information to wake up the relayer thread more frequently. 2020-05-08 03:11:05 -04:00
Ludo Galabru
cb9b2bcdba Remove maximumCount filter 2020-05-07 23:52:40 -04:00
Jude Nelson
00137eb4a0 Merge branch 'master' into fix/neon-fixes-20200507 2020-05-07 15:11:16 -04:00
Jude Nelson
91344632e3 do a blocking-send to the relayer from the p2p thread if the network result contains blocks, microblocks, or transactions. also, restore poll interval to 5s, but throttle up to 10ms if there are available blocks to process (so the relayer keeps getting woken up) 2020-05-07 15:10:22 -04:00
Jude Nelson
6deb610c26 increase burnchain timeout to 300 2020-05-07 15:10:02 -04:00
Ludo Galabru
4ede6297a8 Merge pull request #1545 from blockstack/fix/retry_count
Event dispatcher - get rid of the retry count
2020-05-07 14:51:28 -04:00
Ludo Galabru
cd506f664f Get rid of the retry count 2020-05-07 14:25:14 -04:00
Ludo Galabru
1e3766aa0f Get rid of the retry count 2020-05-07 14:20:57 -04:00
Aaron Blankstein
9891fcd3a0 Merge branch 'master' into fix/1540 2020-05-06 16:00:59 -05:00
Ludo Galabru
9b8720dde7 Merge branch 'master' into fix/utxo 2020-05-06 13:50:18 -04:00
Ludo Galabru
8119591a92 Fix cargo package name 2020-05-05 22:10:27 -04:00
Ludo Galabru
57d3bcfbfb Merge branch 'master' into feature/bitcoin-neon-controller 2020-05-05 15:38:33 -04:00
Ludo Galabru
878f09f9ad Merge branch 'master' into feature/bitcoin-neon-controller 2020-05-05 11:42:48 -04:00
Ludo Galabru
577b321a4d Merge branch 'master' into feature/bitcoin-neon-controller 2020-05-04 16:14:15 -04:00
Ludo Galabru
06b14c5ad1 Strip prometheus changes that got lost 2020-05-01 17:51:03 -04:00
Ludo Galabru
494720fea6 Fix build warning 2020-05-01 17:41:03 -04:00
Ludo Galabru
7a45b32ccb Port burnchain-neon-controller 2020-05-01 17:05:57 -04:00