Greg Coppola
|
2e70ea67ca
|
change the miner rewards event
|
2022-11-02 11:15:04 -06:00 |
|
Jude Nelson
|
53e7dfd880
|
Merge pull request #3370 from stacks-network/feat/3346
Feat/3346: epoch marker for LeaderBlockCommitOp
|
2022-11-02 13:23:42 +00:00 |
|
Jude Nelson
|
1c5fbf2d2f
|
Merge branch 'next' into feat/3346
|
2022-11-01 19:44:38 +00:00 |
|
Jude Nelson
|
7668192916
|
Merge pull request #3369 from stacks-network/call_replace_at
Replaced set-uint-at with replace-at
|
2022-11-01 19:44:07 +00:00 |
|
Jude Nelson
|
0879920bc1
|
fix: use the 2.1 marker pervasively in our tests
|
2022-11-01 15:30:39 -04:00 |
|
a3slade
|
f2de098f8c
|
Merge branch 'next' into call_replace_at
|
2022-11-01 11:53:52 -04:00 |
|
Jude Nelson
|
8998c9e713
|
Merge branch 'next' into feat/3346
|
2022-11-01 15:53:10 +00:00 |
|
Jude Nelson
|
b3723ca06a
|
Merge pull request #3358 from stacks-network/chore/merge-master-to-next
Chore/merge master to next
|
2022-11-01 15:52:35 +00:00 |
|
Jude Nelson
|
a5cc9b39ab
|
chore: run new integration test in CI
|
2022-11-01 10:43:41 -04:00 |
|
Jude Nelson
|
e0be737866
|
chore: integration test for mining through the epoch
|
2022-11-01 10:43:28 -04:00 |
|
Jude Nelson
|
8eaeee5051
|
fix: mine with the epoch 2.1 marker
|
2022-11-01 10:43:17 -04:00 |
|
Jude Nelson
|
6ee5cb2a60
|
feat: use epoch 2.1 marker, and collect the epoch-switch logic for checking it into its own function
|
2022-11-01 10:42:55 -04:00 |
|
Jude Nelson
|
b8fbacffc3
|
Merge branch 'next' into call_replace_at
|
2022-11-01 00:55:02 +00:00 |
|
Jude Nelson
|
11f47cc84d
|
Merge branch 'next' into chore/merge-master-to-next
|
2022-10-31 20:52:52 -04:00 |
|
Jude Nelson
|
4c639e301c
|
Merge pull request #3347 from stacks-network/fix/restore-and-gate-pox-sunset
Fix/restore and gate pox sunset
|
2022-11-01 00:41:59 +00:00 |
|
Alie Slade
|
7dee190553
|
Replaced set-uint-at with replace-at
|
2022-10-31 18:00:33 -04:00 |
|
Jude Nelson
|
c4c4a815af
|
fix: don't clobber an existing test
|
2022-10-31 15:47:51 -04:00 |
|
Jude Nelson
|
0cc7116ed2
|
fix: use more generous block timeouts
|
2022-10-31 13:21:17 -04:00 |
|
Jude Nelson
|
868d2b1fcc
|
fix: use a 32mb thread stack size (explicitly)
|
2022-10-31 13:20:54 -04:00 |
|
Jude Nelson
|
ecb35ebcda
|
Merge branch 'fix/restore-and-gate-pox-sunset' of https://github.com/stacks-network/stacks-blockchain into fix/restore-and-gate-pox-sunset
|
2022-10-31 10:17:32 -04:00 |
|
Jude Nelson
|
0ef3c34e01
|
fix: typos in docs
|
2022-10-31 10:17:07 -04:00 |
|
Jude Nelson
|
f28b362aa6
|
fix: replace burnchain.is_mainnet() with false
|
2022-10-31 10:16:56 -04:00 |
|
Jude Nelson
|
bd307635ca
|
fix: typos in docs
|
2022-10-31 10:16:47 -04:00 |
|
Jude Nelson
|
465150651c
|
fix: mark Burnchain::is_mainnet() as deprecated, and replace all calls to it with false (and eliminate resulting dead code)
|
2022-10-31 10:16:21 -04:00 |
|
Jude Nelson
|
c446a40727
|
fix: use reasonable miner configs
|
2022-10-29 22:48:28 -04:00 |
|
Jude Nelson
|
5a13b85c5a
|
fix: explicit thread name
|
2022-10-29 22:16:50 -04:00 |
|
Jude Nelson
|
c7e3856e88
|
chore: use more-explicit config and make sure we wait for the block to arrive before testing the PoX sunset deactivation
|
2022-10-29 22:16:22 -04:00 |
|
Jude Nelson
|
4dbda86262
|
feat: test tuple nesting boundary conditions
|
2022-10-29 22:16:04 -04:00 |
|
Jude Nelson
|
bf7d6d346a
|
fix: use shorter test name and use different port numbers
|
2022-10-29 22:15:44 -04:00 |
|
Jude Nelson
|
2350646f07
|
chore: log when we submit transactions at INFO level so CI picks them up
|
2022-10-29 12:43:27 -04:00 |
|
Jude Nelson
|
b59a2fbd1a
|
fix: reactivate fault injection for slow bitcoin transactions
|
2022-10-29 12:39:25 -04:00 |
|
Jude Nelson
|
a724e3815c
|
fix: don't clobber other unit tests
|
2022-10-29 12:00:09 -04:00 |
|
Jude Nelson
|
12b7eaf0e8
|
fix: test large contract AST parsing in both epochs and both clarity versions
|
2022-10-28 21:48:52 -04:00 |
|
Jude Nelson
|
1b2c819d11
|
chore: add test method to set a block connection's epoch
|
2022-10-28 21:48:36 -04:00 |
|
Jude Nelson
|
fad0210c56
|
chore: move parse_in_epoch() definition to the one file that calls it
|
2022-10-28 21:48:19 -04:00 |
|
Jude Nelson
|
1989e6ca4f
|
fix: fix failing clarity AST stack overflow tests by fixing the new AST parse implementation to conditionally run the extra vary- depth check when ASTRules is set to PrecheckSize (this makes it consistent with 2.05)
|
2022-10-28 21:47:29 -04:00 |
|
Jude Nelson
|
a68e50c8ce
|
fix: use new ASTRule-based eval_raw()
|
2022-10-27 12:57:05 -04:00 |
|
Jude Nelson
|
0216b799b0
|
fix: API sync
|
2022-10-27 12:43:40 -04:00 |
|
Jude Nelson
|
c76cb77429
|
Merge branch 'master' into chore/merge-develop-to-next-2
|
2022-10-27 12:16:44 -04:00 |
|
Jude Nelson
|
a07f0489d9
|
chore: carg fmt
|
2022-10-27 12:16:01 -04:00 |
|
Jude Nelson
|
f3344a8803
|
fix: remove warnings and pass v1 unlock height
|
2022-10-27 12:15:42 -04:00 |
|
Jude Nelson
|
c288bca116
|
fix: plumb through target epoch ID in burn calculation
|
2022-10-27 12:15:31 -04:00 |
|
Jude Nelson
|
16f4655e8f
|
fix: remove warning
|
2022-10-27 12:15:12 -04:00 |
|
Jude Nelson
|
7bd54e67ef
|
Merge branch 'fix/restore-and-gate-pox-sunset' into chore/merge-develop-to-next-2
|
2022-10-27 11:22:49 -04:00 |
|
Jude Nelson
|
fda096af89
|
Merge branch 'develop' into next
|
2022-10-27 11:17:22 -04:00 |
|
Jude Nelson
|
a0393e4745
|
chore: update changelog for release
|
2022-10-24 21:11:05 -04:00 |
|
Jude Nelson
|
fd73aae970
|
fix: use correct rust version
|
2022-10-24 21:10:08 -04:00 |
|
Jude Nelson
|
fe647a5ef2
|
Merge pull request #3355 from stacks-network/release/2.05.0.5.0
2.05.0.5.0 RC1
|
2022-10-24 17:59:05 +00:00 |
|
Jude Nelson
|
9d897256b6
|
Merge pull request #3335 from stacks-network/feat/interruptable-miner
[DRAFT] [miner] Reduce fork and orphan rate with an interruptable miner
|
2022-10-22 00:49:33 +00:00 |
|
Jude Nelson
|
aba47e4228
|
fix: only disable the miner thread if the relayer reports that a network result contained new data
|
2022-10-21 16:21:56 -04:00 |
|