Commit Graph

12610 Commits

Author SHA1 Message Date
Aaron Blankstein
f9198ca271 no random selection in multi-bool condvar 2020-08-07 11:14:57 -05:00
Aaron Blankstein
a25f6a1103 oops, not unique! 2020-08-07 10:04:55 -05:00
Aaron Blankstein
72514b889f implement get_parent with headers_db internal field 2020-08-07 09:17:58 -05:00
Aaron Blankstein
2f9467106b update some rustdoc comments, better cleanup of bitcoin regtest controller after coordinator stops 2020-08-07 08:54:51 -05:00
Aaron Blankstein
5b4cd3e279 use multiple bool condvar rather than channel selects 2020-08-07 00:09:12 -05:00
Aaron Blankstein
d1a5c03ea3 goodbye singletons 2020-08-06 22:32:29 -05:00
Aaron Blankstein
09a44c010e mark process_blocks_at_tip cfg(test), fix comment typo 2020-08-06 14:27:40 -05:00
Aaron Blankstein
be0f72ac82 use saturating sub, correct placement of rustdoc 2020-08-06 12:49:23 -05:00
Aaron Blankstein
98edb3cd93 remove blocks_processed from net_relay receipts responses, rename bitcoin_controller.resync() 2020-08-05 14:19:14 -05:00
Aaron Blankstein
a0edc182f3 pass Burnchain object into run() method 2020-08-05 13:41:09 -05:00
Aaron Blankstein
71116e1c2c make coord channel singleton more conventional, factor it away from the coordinator impl 2020-08-05 13:21:20 -05:00
Aaron Blankstein
42d5fb9c17 oops, add file. 2020-08-04 18:36:56 -05:00
Aaron Blankstein
110c17a90b test: sequential integration test for coordinator. this will be the foundation for anchor-block detection tests 2020-08-04 17:16:38 -05:00
Aaron Blankstein
6be6c8de83 initial snapshot must use the stubbed PoxId 2020-08-03 17:47:58 -05:00
Aaron Blankstein
0ba252874c add some comments 2020-08-03 16:42:16 -05:00
Aaron Blankstein
962f3b0fa3 use deprecated for helium, not everything else 2020-08-03 15:44:09 -05:00
Aaron Blankstein
f58951ab7c make cargo build in one thread on circle, add deprecated operation for helium nodes 2020-08-03 15:42:06 -05:00
Aaron Blankstein
eef2b5cb3a fix unit tests 2020-08-03 14:53:03 -05:00
Aaron Blankstein
cb9679989d allow tests to run in same cargo test process 2020-08-03 14:50:34 -05:00
Aaron Blankstein
4b71cb5d0d Merge remote-tracking branch 'origin/next' into feat/chain-view-integration 2020-08-03 13:49:50 -05:00
Aaron Blankstein
9774bd330f add interface for event dispatcher to the chains coordinator, use stored costs for setup of unconfirmed state 2020-08-03 13:49:09 -05:00
Aaron Blankstein
ea8a2f0f21 Merge pull request #1785 from blockstack/fix/1784-node-won-check
Fix: #1786, check should be mined_block.parent = miner's latest view
2020-08-03 09:47:52 -05:00
Aaron Blankstein
ab15898070 passing tests that _dont_ require event observer, now need to fix event observer 2020-08-03 09:22:07 -05:00
Aaron Blankstein
c85b0eef92 Merge branch 'fix/1784-node-won-check' into feat/chain-view-integration 2020-08-02 10:23:52 -05:00
Aaron Blankstein
3944eb248e fix: miner needs the vtxindex of from it's parent's sortition, not it's parent's sortition's parent 2020-08-02 10:23:15 -05:00
Aaron Blankstein
df0cb17829 some integration test progress 2020-08-01 11:47:26 -05:00
Aaron Blankstein
c2db8d74aa Merge branch 'fix/1784-node-won-check' into feat/chain-view-integration 2020-08-01 08:34:40 -05:00
Aaron Blankstein
1e9650a73f fix: #1786, check should be mined_block.parent = miner's latest view 2020-08-01 08:28:05 -05:00
Aaron Blankstein
3439922ecf things are getting pretty strange 2020-07-31 17:23:12 -05:00
Aaron Blankstein
70f7503a8d Merge branch 'next' into feat/chain-view-integration 2020-07-29 16:00:04 -05:00
Aaron Blankstein
53cd74ca46 fix some test flake 2020-07-29 15:59:17 -05:00
Aaron Blankstein
bdcdcae90b so many passing tests; more worrying than it is exciting :o 2020-07-29 15:31:49 -05:00
Jude Nelson
fe688cfad5 Merge pull request #1770 from psq/feat/withdraw-reward
implement withdraw-reward
2020-07-29 16:55:34 +00:00
Aaron Blankstein
a5fb636805 more progress in integrating the coordinator -- mostly there... 2020-07-28 14:30:50 -05:00
Pascal
b479853ec8 fix comment for future pre-deployed contracts 2020-07-27 22:52:05 -07:00
Pascal
ed02c8305f remove miner-rewards contract and deposit reward directly to miner when it has matured 2020-07-27 22:52:05 -07:00
Pascal
07c0223fab implement withdraw-reward 2020-07-27 22:51:47 -07:00
Jude Nelson
fffa3b8847 Merge branch 'feat/pox-chainstate-refactor' into next 2020-07-27 19:38:03 -04:00
Jude Nelson
334abc8a4b Merge pull request #1749 from blockstack/feat/fix-1748
Feat/fix 1748
2020-07-27 23:33:18 +00:00
Jude Nelson
32374714e2 fix up merge 2020-07-27 16:27:37 -04:00
Jude Nelson
98f8ec9d38 Merge branch 'master' into feat/pox-chainstate-refactor 2020-07-27 16:27:19 -04:00
Jude Nelson
f9d2b43074 Merge pull request #1743 from blockstack/feat/pox-chainstate-refactor
Stacks chainstate refactor for PoX
2020-07-27 20:24:43 +00:00
Aaron Blankstein
e147ec3ed6 Merge pull request #1769 from blockstack/feat/bitcoin-gh-tests
Add workflow for bitcoind integration tests
2020-07-27 13:00:23 -05:00
Jude Nelson
4634e52631 Merge branch 'feat/pox-chainstate-refactor' into feat/fix-1748 2020-07-27 12:44:14 -04:00
Jude Nelson
2599e7c885 Merge pull request #1751 from blockstack/feat/fix-1744
Feat/fix 1744
2020-07-27 16:38:59 +00:00
Jude Nelson
5b97aada7c Merge branch 'feat/pox-chainstate-refactor' into feat/fix-1744 2020-07-27 12:42:12 -04:00
Aaron Blankstein
103ad45935 add self-canceling to workflows/deploy as well 2020-07-27 11:28:53 -05:00
Aaron Blankstein
c1374d20c9 test the cancelation 2020-07-27 11:24:59 -05:00
Aaron Blankstein
bf1c1f1223 add self-canceling to the build 2020-07-27 11:24:01 -05:00
Aaron Blankstein
339c9e5da6 Merge branches 'master' and 'master' of github.com:blockstack/blockstack-core into feat/bitcoin-gh-tests 2020-07-27 11:23:16 -05:00