Commit Graph

15247 Commits

Author SHA1 Message Date
Jude Nelson
170ddcd6dc plumb through new config option max_rbf 2021-04-16 03:07:05 -04:00
Jude Nelson
7eb8da9186 make it possible to set the maximum RBF ratio beyond 1.5x, so the miner can attempt to mine many anchored blocks 2021-04-16 03:06:17 -04:00
Jude Nelson
c6f6d785e7 initialize the attachment downloader on p2p network initialization 2021-04-16 03:05:48 -04:00
Jude Nelson
6b4f828d2d add fault-injection check and constants 2021-04-16 03:05:33 -04:00
Jude Nelson
32535c2292 add fault injection to the microblock miner, in order to force it to mine a microblock stream that is too big or costly to confirm 2021-04-16 03:05:08 -04:00
Jude Nelson
7c80879f16 add fault injection to disable the cost/size overflow checks 2021-04-16 03:04:30 -04:00
Jude Nelson
80128c8bb7 only sync the last few reward cycles on mainnet by default 2021-04-13 18:38:22 -04:00
Jude Nelson
ee468769a1 Fix new_bytes calculation (thanks @pavitthrap) 2021-04-13 16:34:17 -04:00
Jude Nelson
9d29b129f2 Add copyright statement; implement exponential timeout with jitter when re-trying an Atlas request (capped at a 10-minute delay interval) 2021-04-13 02:27:07 -04:00
Aaron Blankstein
252d869d12 Merge pull request #2580 from blockstack/feat/unmask-panic-msg
Use display fmt for panic output
2021-04-12 09:08:10 -05:00
Aaron Blankstein
5b1ac4ca9a Merge branch 'develop' into feat/unmask-panic-msg 2021-04-09 11:08:59 -05:00
Aaron Blankstein
634e36dc4f Merge branch 'master' into develop 2.0.11.0.0-rc4 2021-04-08 19:14:32 -05:00
Aaron Blankstein
f9e91d96df Merge pull request #2585 from blockstack/hotfix/deserialization
Fix: better deserialization error handling
2.0.10.0.1
2021-04-08 19:07:39 -05:00
Aaron Blankstein
e762ef5904 fix: better deserialization error handling 2021-04-08 11:54:10 -05:00
Aaron Blankstein
0183fb3e53 use display fmt for panic output 2021-04-07 16:09:15 -05:00
Aaron Blankstein
35b5f6bef8 Merge pull request #2579 from blockstack/feat/unmask-panic-msg
Feature: stacks-node panic handler to print abort messages
2021-04-07 13:06:33 -05:00
Aaron Blankstein
a91a5a6b71 Merge branch 'develop' into feat/unmask-panic-msg 2021-04-07 11:17:44 -05:00
Jude Nelson
d0a5e24af2 Merge pull request #2576 from blockstack/fix/spinup-stall
don't wait forever while waiting for an inv-sync pass
2021-04-07 16:02:14 +00:00
Aaron Blankstein
37ca287226 feat: stacks-node panic handler should print abort messages 2021-04-07 10:24:01 -05:00
Jude Nelson
c3d402cd50 don't wait forever while waiting for an inv-sync pass 2021-04-07 01:02:30 -04:00
Ludo Galabru
11f9820bcc Merge pull request #2570 from blockstack/fix/book-deadlock
Boot looping
2.0.11-rc2
2021-04-06 19:01:40 -04:00
Ludo Galabru
dceca5f433 Merge branch 'develop' into fix/book-deadlock 2021-04-06 17:55:13 -04:00
Jude Nelson
7160d4892a Merge pull request #2574 from blockstack/fix/2.0.11-rc2-integration-tests
Fix/2.0.11 rc2 integration tests
2021-04-06 20:58:56 +00:00
Ludo Galabru
36f7c12c38 fix: terminating event observer 2021-04-06 15:53:01 -04:00
Ludo Galabru
13daa42e71 chore: cargo fmt 2021-04-06 15:23:43 -04:00
Ludo Galabru
d4e23c8471 fix: announce burnchain block 2021-04-06 15:19:34 -04:00
Ludo Galabru
e09ebf2bc1 Revert "fix: patch proposal"
This reverts commit 0da0797f71.
2021-04-06 15:19:08 -04:00
Jude Nelson
8aeaa1f7b9 fix typo 2021-04-06 14:40:56 -04:00
Jude Nelson
92171168dd fix broken test compile 2021-04-06 14:40:34 -04:00
Jude Nelson
db907ebac0 Merge branch 'develop' into fix/2.0.11-rc2-integration-tests 2021-04-06 13:54:27 -04:00
Jude Nelson
6e8b2692cf fix atlas stress test, and bump timeouts a little bit 2021-04-06 13:47:52 -04:00
Jude Nelson
2cfce76c70 put atlas tests together 2021-04-06 13:47:29 -04:00
Ludo Galabru
aa714e8252 Merge branch 'develop' into fix/book-deadlock 2021-04-06 11:12:37 -04:00
Ludo Galabru
9795314c51 Merge pull request #2547 from blockstack/fix/graceful-term-at-boot
Graceful termination during initial sync
2021-04-06 11:11:34 -04:00
Jude Nelson
2a83722f00 do 100 atlas names 2021-04-06 01:43:51 -04:00
Jude Nelson
8273263554 autogen -- add rusqlite 2021-04-06 01:42:35 -04:00
Jude Nelson
6d03cbbbea run the new atlas stress test 2021-04-06 01:42:14 -04:00
Jude Nelson
b35f7cb8cd fix #2572 and #2569 -- make the burnchain blocks advance periodically in the former to make the anti-entropy system process received unsolicited messages, and put tighter acceptance criteria for big transactions onto the latter while also removing almost all I/O (to speed things up) 2021-04-06 01:40:57 -04:00
Jude Nelson
fd4781cd2a fix underlying issue of #2572 -- need to always set the ibd flag in the comms struct 2021-04-06 01:40:27 -04:00
Jude Nelson
75b50e9ae2 use rusqlite in stacks-node tests 2021-04-06 01:40:13 -04:00
Jude Nelson
89a5bccf7a log abort-by-post-condition 2021-04-06 01:39:19 -04:00
Aaron Blankstein
46124df4df Merge branch 'develop' into fix/graceful-term-at-boot 2021-04-05 17:04:49 -05:00
Ludo Galabru
0da0797f71 fix: patch proposal 2021-04-05 17:23:02 -04:00
Ludo Galabru
763bb53b22 refactor: use interruptable_sleep 2021-04-05 17:16:47 -04:00
Ludo Galabru
7354a9ca46 chore: more refactoring 2021-04-05 16:25:58 -04:00
Aaron Blankstein
59b12becd7 Merge pull request #2568 from blockstack/fix/docs-typechecking
Fix: Typecheck in `vm::docs` and correct examples
2021-04-05 14:29:45 -05:00
Ludo Galabru
06b3883fec fix: tests 2021-04-05 14:33:27 -04:00
Ludo Galabru
6efb5beec4 refactor: interrupt with error 2021-04-05 14:19:50 -04:00
Ludo Galabru
02e48713d2 Merge branch 'develop' into fix/graceful-term-at-boot
# Conflicts:
#	testnet/stacks-node/src/run_loop/neon.rs
#	testnet/stacks-node/src/syncctl.rs
2021-04-05 14:14:14 -04:00
Ludo Galabru
58da66c898 chore: some refactoring 2021-04-05 14:07:46 -04:00