Commit Graph

12493 Commits

Author SHA1 Message Date
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
Jude Nelson
6b405bfc3c Merge pull request #1713 from psq/fix/bad_nonces
"incorrect" bad nonces log messages
2020-07-25 18:27:27 +00:00
Jude Nelson
5cfe04e8bf Merge pull request #1771 from psq/patch-4
Update sip-008-analysis-cost-assessment.md
2020-07-25 18:25:06 +00:00
Pascal
27d628360c fix rebase/merge issues 2020-07-25 01:14:59 -07:00
Pascal
0d4cf7a091 remove IgnoreStacksTransaction error, and add a quiet param to InvalidStacksTransaction 2020-07-25 00:32:30 -07:00
Pascal
ff1d1e3266 fix nonce tests 2020-07-25 00:31:33 -07:00
Pascal
aecfb883f9 cleanup, apply some feedback 2020-07-25 00:31:33 -07:00
Pascal
4f914a9393 fix test? 2020-07-25 00:29:01 -07:00
Pascal
3f2adea06d wip: fix case where nonces message should not be shown 2020-07-25 00:29:01 -07:00
Pascal
4150d81772 bad nonces test 2020-07-25 00:20:05 -07:00
Pascal
a7f3097026 Update sip-008-analysis-cost-assessment.md
fix typos
2020-07-24 19:25:14 -07:00
Aaron Blankstein
652081e306 more aggressively rotating VRF keys solves the flakiness in the microblock integration test 2020-07-24 18:23:09 -05:00
Aaron Blankstein
2bcabc7f45 only run stacks-node tests 2020-07-24 16:03:13 -05:00
Aaron Blankstein
532efbec55 correct the yaml 2020-07-24 15:55:45 -05:00
Aaron Blankstein
4502f7a2a4 clean up the circle.yml from the :stretch branch 2020-07-24 15:33:14 -05:00
Aaron Blankstein
784c606ff9 Merge pull request #1766 from blockstack/feat/docker-stretch
Add `:stretch` image to the circle docker builds
2020-07-24 15:31:20 -05:00
Aaron Blankstein
451694434b feat: add gh workflow for bitcoind integration tests 2020-07-24 15:29:43 -05:00
Aaron Blankstein
09f3cbb352 Merge pull request #1761 from psq/patch-3
fix reward decrease ratio per cycle
2020-07-24 15:06:01 -05:00
Aaron Blankstein
dd83d1ab79 fix: github workflow only upload artifacts on push 2020-07-24 14:29:28 -05:00
Aaron Blankstein
27b25f3c98 Merge branch 'master' into feat/docker-stretch 2020-07-24 14:21:35 -05:00
Jude Nelson
d8fdfec1a2 Merge pull request #1767 from blockstack/fix/leader-block-commit-regression
ensure we preserve a blank memo field
2020-07-24 19:19:10 +00:00
Jude Nelson
041792d162 ensure we preserve a blank memo field 2020-07-24 15:17:41 -04:00
Aaron Blankstein
0454eb0679 oops, better netcat install 2020-07-24 12:34:32 -05:00
Aaron Blankstein
5cb621735f Merge branch 'master' into feat/docker-stretch 2020-07-24 12:33:07 -05:00
Jude Nelson
c54c97c4ed Merge pull request #1764 from blockstack/fix/detect-marf-corruption
Fix/detect marf corruption
2020-07-24 17:30:51 +00:00
Jude Nelson
6a74601eea print backtrace in panic handler 2020-07-24 13:31:22 -04:00
Jude Nelson
0f1062e27a add backtrace 2020-07-24 13:31:01 -04:00
Jude Nelson
9984a6092f Merge branch 'feature/fix-marf-cache' into fix/detect-marf-corruption 2020-07-24 11:56:21 -04:00
Aaron Blankstein
d99c2b354d make sure cur_block_id isn't set while extending an unconfirmed block 2020-07-24 07:40:30 -05:00
Jude Nelson
a67b764a55 fix tracer 2020-07-24 03:28:24 -04:00
Jude Nelson
6577500807 clear cur_block_id on flush and drop, as well as trie ancestor root hashes 2020-07-24 03:27:51 -04:00
Jude Nelson
4cc769444e Merge branch 'feature/fix-marf-cache' into fix/detect-marf-corruption 2020-07-24 03:12:59 -04:00
Jude Nelson
6f0b3a5a76 make method public 2020-07-24 03:12:17 -04:00
Jude Nelson
1b732da39d test method expansion 2020-07-24 03:11:59 -04:00
Jude Nelson
c5e31d8fd0 add replay-chainstate tooling command, to replay a local chainstate's sortitions and blocks 2020-07-24 03:11:37 -04:00
Jude Nelson
fda3dbed6b add a test-case that reproduces chainstate ancestor trie root hash cache staleness, and how it leads to rendering processable blocks, unprocessable 2020-07-24 03:10:59 -04:00
Jude Nelson
4847d20945 fix orphan flag deserialization; add method to load all staging block headers 2020-07-24 03:10:40 -04:00
Jude Nelson
26416fa582 fix bug in leader block commit serialization 2020-07-24 03:10:20 -04:00
Jude Nelson
868dfc6136 method to load all snapshots 2020-07-24 03:10:09 -04:00
Jude Nelson
ce6a711049 make a couple methods public, for tooling 2020-07-24 03:09:56 -04:00
Jude Nelson
7ed69e37fb set up the SPV client on indexer setup 2020-07-24 03:09:30 -04:00
Aaron Blankstein
9268cd91e2 cur_block_id does not need to be set here 2020-07-23 23:00:01 -05:00
Aaron Blankstein
fb71115e9d clear ancestor hash on extension, drops, flushes, reopen 2020-07-23 22:57:53 -05:00
Aaron Blankstein
de0f7e0898 test: bad ancestor hash outcomes 2020-07-23 22:36:53 -05:00
Pascal
071f95b654 fix reward decrease ratio per cycle
1/400th would make it so that you reduce by 25% every 100 reward cycles, making it 0.5 (50%) over 200 cycles
2020-07-22 16:43:14 -07:00
Aaron Blankstein
e8e2c67c15 add netcat 2020-07-22 10:55:01 -05:00
Aaron Blankstein
5e376da777 feat: add a stacks-blockchain:stretch docker image 2020-07-22 07:49:53 -05:00