1831 Commits

Author SHA1 Message Date
Jude Nelson
591b81883e chore: cargo fmt 2022-11-05 18:57:42 -04:00
Jude Nelson
0f619fdc69 Merge branch 'next' into feat/native-segwit 2022-11-04 13:05:23 -04:00
Jude Nelson
aee8ccfca3 Merge branch 'next' into feat/3363 2022-11-04 15:02:28 +00:00
pavitthrap
92b05fea34 Merge branch 'next' into btc-wire/delegate-stx 2022-11-04 10:20:58 -04:00
Jude Nelson
edc142a195 chore: remove now-unreliable integration test for testing that UTXO chaining is fixed, now that we can reliably test it in the coordinator tests 2022-11-03 22:35:09 -04:00
Jude Nelson
f6928fb64c chore: remove fault injection logic for delayed transactions (since it won't be necessary) 2022-11-03 22:32:37 -04:00
Jude Nelson
1df3c64337 chore: fix typos and add test_debug! outputs 2022-11-03 22:32:20 -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
Pavitthra Pandurangan
dab466726d added delegateStx branch 2022-11-02 12:55:43 +05:30
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
Pavitthra Pandurangan
37483f355d fixed import 2022-11-01 18:02:28 +05:30
Pavitthra Pandurangan
2cbc482733 fixed tests that were failing after merge 2022-11-01 16:34:16 +05:30
pavitthrap
1273c4c87f Merge branch 'next' into btc-wire/delegate-stx 2022-11-01 06:19:33 -04:00
Pavitthra Pandurangan
1bcf574840 Fixed errors 2022-11-01 15:13:09 +05:30
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