Commit Graph

18590 Commits

Author SHA1 Message Date
Pavitthra Pandurangan
1afac0d16a fmt 2022-11-09 11:16:34 -05:00
pavitthrap
892932de52 Merge branch 'next' into btc-wire/delegate-stx 2022-11-09 11:15:26 -05:00
Jude Nelson
5086414a89 Merge pull request #3379 from stacks-network/feat/3363
Feat/3363: Shorten allowed block-commit miss distance and validate PoX outputs for missed commits
2022-11-09 15:28:43 +00:00
Jude Nelson
84cfac2839 chore: cargo fmt 2022-11-08 21:14:45 -05:00
Jude Nelson
c90790732a fix: set chains-coordinator thread stack size to the same as the miner thread 2022-11-08 16:15:49 -05:00
Jude Nelson
4139def396 fix: set chains-coordinator thread stack size to the same as the miner thread 2022-11-08 16:14:50 -05:00
Jude Nelson
31e9a7ea02 fix: build errors in test 2022-11-08 16:04:40 -05:00
Jude Nelson
0abd926262 Merge branch 'btc-wire/delegate-stx' of https://github.com/stacks-network/stacks-blockchain into btc-wire/delegate-stx 2022-11-08 14:39:54 -05:00
Jude Nelson
488495df19 fix: merge artifacts 2022-11-08 14:38:31 -05:00
Pavitthra Pandurangan
cad5865e83 changes 2022-11-08 14:33:01 -05:00
Jude Nelson
71c7a5b231 fix: merge artifacts from the segwit PR 2022-11-08 11:53:50 -05:00
Jude Nelson
aca2230783 Merge branch 'next' into feat/3363 2022-11-08 11:22:34 -05:00
Jude Nelson
bcfdf6c971 Merge branch 'next' into btc-wire/delegate-stx 2022-11-08 16:22:21 +00:00
Jude Nelson
dfd641af4c Merge pull request #3269 from stacks-network/fix/trait-handling
Trait handling for Clarity 2
2022-11-08 15:28:08 +00:00
Jude Nelson
62958d45c6 Merge branch 'next' into btc-wire/delegate-stx 2022-11-08 14:57:54 +00:00
Jude Nelson
20e64a5e1d fix: merge artifact 2022-11-07 21:40:24 -05:00
Jude Nelson
2a93025c12 Merge branch 'next' into fix/trait-handling 2022-11-08 02:12:20 +00:00
Jude Nelson
a7b33d0dc5 Merge pull request #3374 from stacks-network/fix-naming-consistency
chore: consistently suffix Clarity functions with `?`
2022-11-08 02:09:13 +00:00
Jude Nelson
5fb74f6d9b Merge branch 'next' into fix/trait-handling 2022-11-08 02:08:42 +00:00
Pavitthra Pandurangan
d183326eab addressed feedback 2022-11-07 16:19:54 -05:00
Brice Dobry
7a3c1740b0 Merge branch 'next' into fix-naming-consistency 2022-11-07 10:50:21 -05:00
Brice Dobry
893a8d583f test: update trait-checker tests for Clarity2 behavior 2022-11-07 09:50:32 -05:00
Jude Nelson
729c60eeb1 Merge pull request #3283 from stacks-network/feat/native-segwit
Feat/native segwit
2022-11-05 22:37:15 +00:00
Jude Nelson
0f619fdc69 Merge branch 'next' into feat/native-segwit 2022-11-04 13:05:23 -04:00
Jude Nelson
8480eb44f8 Merge pull request #3357 from stacks-network/feat/native-segwit-test
feat/native-segwit-test
2022-11-04 16:59:13 +00:00
Jude Nelson
c601c9cb45 Merge branch 'next' into fix-naming-consistency 2022-11-04 15:03:00 +00: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
Matthew Little
96929bede3 Merge pull request #3373 from stacks-network/fix/miner-rewards-events
fix: Miner rewards event for alternative recipients
2022-11-04 14:59:38 +01:00
Matthew Little
7b98978970 Merge branch 'next' into fix/miner-rewards-events 2022-11-04 12:50:28 +01:00
Jude Nelson
a4eca4b267 Merge branch 'next' into feat/3363 2022-11-04 02:36:17 +00:00
Jude Nelson
a404a32ef2 chore: remove now-removed integration test from workflow 2022-11-03 22:35:32 -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
Jude Nelson
93ce513219 chore: add 2.1-specific tests for new missed-block-commit and too-late-block-commit behavior 2022-11-03 22:30:48 -04:00
Jude Nelson
2a47929258 chore: add error variant for when the miss distance is too big 2022-11-03 22:30:30 -04:00
Jude Nelson
3c911ce070 fix: address SIP-015 review from the economics CAB by making it so that (1) a missed block-commit can only be late by 1 block and (2) the missed block-commit must also pay to the intended PoX recipients 2022-11-03 22:29:58 -04:00
Jude Nelson
2770df8981 fix: add index on PoX payouts since we'll need to look them up often 2022-11-03 22:29:19 -04:00
Brice Dobry
16255da364 fix: fix problems from merge 2022-11-03 15:48:25 -04:00
Brice Dobry
f660448fbc refactor: separate Clarity1 and Clarity2 in principal_to_callable_type 2022-11-03 14:51:55 -04:00
Brice Dobry
6d86670a9d fix: fix list length check in Clarity2 2022-11-03 14:42:25 -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
014f0fdad7 Revert "revert RUN cat bitcoind_debug.log"
This reverts commit af6e8733a5.
2022-11-03 10:03:11 -07:00
Don
af6e8733a5 revert RUN cat bitcoind_debug.log 2022-11-03 09:54:34 -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