Commit Graph

1591 Commits

Author SHA1 Message Date
Jude Nelson
0f619fdc69 Merge branch 'next' into feat/native-segwit 2022-11-04 13:05:23 -04:00
Don
d98d0a1921 Revert "add support for docker bitcoind"
This reverts commit 036576f991.
2022-11-03 10:03:19 -07:00
Don
1069443b6c Revert "bitcoind unexpected exit. write bitcoind_debug.log and RUN cat to get log into CI output"
This reverts commit 206fae890c.
2022-11-03 10:03:18 -07:00
Don
206fae890c bitcoind unexpected exit. write bitcoind_debug.log and RUN cat to get log into CI output 2022-11-03 09:54:34 -07:00
Igor
036576f991 add support for docker bitcoind 2022-11-03 09:54:34 -07:00
Don
5d0510320a pull old fixed vrf key into a fixed_value rotate_vrf_pair test 2022-11-03 09:54:34 -07:00
Don
18f53bd253 cargo fmt 2022-11-03 09:54:34 -07:00
Don
06949f064a update bitcoin_regtest use new VRF public key (value changed due to height change) 2022-11-03 09:54:34 -07:00
dp
fe0662a861 bootstrap the burnchain to block 2001 to trigger Epoch21 which directs get_miner_address to return a segwit address 2022-11-03 09:54:34 -07:00
Don
f805cbd638 move bitcoind wallet creation to before wallet operations 2022-11-03 09:54:34 -07:00
Don
5007ecdc83 run bitcoind_integration test in both non-segwit miner and segwit miner mode. 2022-11-03 09:54:34 -07:00
dp
69409308f4 configure test miner for segwit 2022-11-03 09:54:34 -07:00
Jude Nelson
138b0462f5 Merge branch 'next' into feat/native-segwit 2022-11-02 18:39:04 +00:00
Matthew Little
fb95ef66d2 Merge branch 'next' into fix/miner-rewards-events 2022-11-02 19:03:35 +01:00
Jude Nelson
132980cc17 fix: more merge errors 2022-11-02 13:32:01 -04:00
Greg Coppola
2e70ea67ca change the miner rewards event 2022-11-02 11:15:04 -06:00
Matthew Little
98ea80998b Merge branch 'next' into fix/pox2-unlock-config 2022-11-02 15:35:05 +01:00
Jude Nelson
c2424f1909 Merge branch 'next' into feat/native-segwit 2022-11-02 09:29:16 -04:00
Matthew Little
e5d10c87e3 ci: lint fix 2022-11-02 13:33:56 +01:00
Matthew Little
cee1d9cc95 fix: regression with pox_2_activation config 2022-11-02 13:10:54 +01:00
Jude Nelson
36afd9f041 chore: cargo fmt 2022-11-01 15:56:53 -04:00
Jude Nelson
7caacedd3a chore: use sensible default mining config 2022-11-01 15:56:34 -04:00
Jude Nelson
8f99453408 fix: remove warnings 2022-11-01 15:56:28 -04:00
Jude Nelson
d383f7eaae fix: remove warnings 2022-11-01 15:56:17 -04:00
Jude Nelson
282c4fd8d7 fix: API sync 2022-11-01 15:56:05 -04:00
Jude Nelson
ae69290b83 fix: remove unused var 2022-11-01 15:55:52 -04:00
Jude Nelson
4669a852a6 fix: no need for address argument in get_utxos() 2022-11-01 15:55:41 -04:00
Jude Nelson
e0bfc57d4a Merge branch 'next' into feat/native-segwit 2022-11-01 15:55:21 -04:00
Jude Nelson
0879920bc1 fix: use the 2.1 marker pervasively in our tests 2022-11-01 15:30:39 -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
11f47cc84d Merge branch 'next' into chore/merge-master-to-next 2022-10-31 20:52:52 -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
c446a40727 fix: use reasonable miner configs 2022-10-29 22:48:28 -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
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
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
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
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
Jude Nelson
1f7b295ea0 fix: remove mining fairness test, since this is no longer the desired behavior of mempool walks 2022-10-20 21:44:33 -04:00
Jude Nelson
33458fb878 fix: when mock-mining, always re-try minig an anchored block even if we haven't mined a microblock yet. Also, remove gratuitous debug messages. 2022-10-20 15:06:53 -04:00
Jude Nelson
6338cd3b1b chore: test-only deps shouldn't be included as top-level imports 2022-10-20 10:42:31 -04:00
Jude Nelson
940969e41d chore: require rust 1.61 2022-10-20 10:42:06 -04:00