Commit Graph

12511 Commits

Author SHA1 Message Date
Ludo Galabru
932acb8f86 Required adjustments for xenon 2020-08-19 13:51:17 -04:00
Aaron Blankstein
afc748aa16 Merge pull request #1782 from blockstack/bugtemplate-patch-1
Update testnet-bug.md
2020-08-02 11:10:55 -05:00
timstackblock
e86cc95710 Update testnet-bug.md 2020-07-31 10:57:31 -04:00
timstackblock
2f7611c8ef Update testnet-bug.md 2020-07-30 18:50:49 -04:00
Jude Nelson
68a5396e3b Merge pull request #1775 from blockstack/fix/net-1750
Fix/net 1750
2020-07-28 17:58:37 +00:00
Jude Nelson
2e38bade14 remove obsolete debug output 2020-07-28 12:25:44 -04:00
Jude Nelson
411c7af987 add test for get_parent_block_header 2020-07-28 12:25:20 -04:00
Jude Nelson
ee799727b8 remove unnecessary argument 2020-07-28 10:45:21 -04:00
Jude Nelson
0bab320f01 fix #1750 -- the problem was that we weren't using the right anchor block hash to load a block's header 2020-07-28 10:38:31 -04:00
Jude Nelson
d8d4043eb0 Merge pull request #1774 from blockstack/fix/marf-1557
Fix/marf 1557
2020-07-27 20:28:40 +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
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
72deb87f10 add documentation on the use of get_indexed() within a index db conn transaction 2020-07-27 01:14:42 -04:00
Jude Nelson
b1dab6f139 raise debug level of p2p message validation 2020-07-27 01:14:25 -04:00
Jude Nelson
2ebefe9603 make it so you can reopen-readonly a trie file storage that has a trie in progress. it's not the most efficient thing to do if there are keys pending, but it'll do for now 2020-07-27 01:13:59 -04:00
Jude Nelson
d569c0e6ef fix test so it can run more than once 2020-07-27 01:13:46 -04:00
Jude Nelson
5ba2293a2c note on how to use get_indexed 2020-07-27 01:13:25 -04:00
Jude Nelson
2de0598a7c remove indexed_commit; let commit() take care of storing the MARF'ed data and then the index 2020-07-27 00:05:13 -04:00
Jude Nelson
4d8650f026 remove all calls to indexed_commit() 2020-07-27 00:05:02 -04: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