Commit Graph

1816 Commits

Author SHA1 Message Date
Jude Nelson
58cc729d75 fix: always_use_affirmation_maps defaults to false 2023-03-03 21:13:04 -05:00
Stjepan Golemac
9800e7e8a6 fix: Resolve conflicts and the remaining two errors 2023-02-24 09:28:39 +01:00
Jude Nelson
ae050a24da Merge branch 'develop' into feat/mocknet-next 2023-02-15 18:00:23 +00:00
Jude Nelson
6ac6ae6c60 fix: transfer_stx, not TransferStx 2023-02-14 22:23:33 -05:00
Yuanhai He
91c8a4a655 Merge branch 'develop' into feat/mocknet-next 2023-02-10 22:02:42 +08:00
bestmike007
0174151f6c chore: transition to epoch 2.05 before 2.1
Signed-off-by: bestmike007 <i@bestmike007.com>
2023-02-08 03:03:49 +00:00
bestmike007
64f1567daa chore: update mocknet config to disable public ip address discovery
Signed-off-by: bestmike007 <i@bestmike007.com>
2023-02-08 03:03:42 +00:00
bestmike007
e9b8ba533a feat: support stacks 2.1 in mocknet controller
Signed-off-by: bestmike007 <i@bestmike007.com>
2023-02-08 03:03:33 +00:00
Jude Nelson
7e01c57942 Merge branch 'develop' into rft_vec_to_sli 2023-02-07 16:10:42 +00:00
Pavitthra Pandurangan
2b9565fef6 cleanup 2023-02-02 17:25:44 -05:00
Pavitthra Pandurangan
487747abb2 added specific json serialization function 2023-02-02 17:16:18 -05:00
Jude Nelson
32d8a83ae7 Merge branch 'develop' into rft_vec_to_sli 2023-02-02 19:01:17 +00:00
Jude Nelson
8cdf09d17e Merge branch 'develop' into btc-tx-more-info 2023-02-02 17:13:29 +00:00
Don Park
d5f393f939 Merge branch 'develop' into feat/cur_block_pox_contract-2 2023-02-01 15:10:01 -08:00
Don Park
fffaf8f3bf update transition_removes_pox_sunset to accept pox-2 at v1_unlock_height+1 2023-02-01 15:08:53 -08:00
Don Park
7a360d5488 remove test_v1_pox_default_contract 2023-02-01 15:02:51 -08:00
Don Park
164549767e use neon_integrations::get_pox_info 2023-02-01 14:26:04 -08:00
Pavitthra Pandurangan
f36473a444 added docs, serialization functions, tests, and json formatting for btc ops is readable 2023-02-01 17:03:11 -05:00
Pavitthra Pandurangan
3d2b3e56b2 wip - add example of stx op to md file 2023-02-01 17:03:04 -05:00
Pavitthra Pandurangan
06cad4adbb changed parameter name 2023-02-01 17:02:49 -05:00
Pavitthra Pandurangan
57436f0dcb added burnchain_op field to transaction event payload + test 2023-02-01 17:02:15 -05:00
Jude Nelson
9e3b34a2a0 Merge branch 'develop' into feat/test-v1-unlock-height 2023-02-01 14:11:15 -05:00
Jude Nelson
df038a11f8 fix: add test for what happens if there's a gap in Stacks blocks 2023-02-01 14:08:15 -05:00
Jude Nelson
913c45c135 fix: uncomment and finish the integration test that confirms that we can begin pox-2 at the end of a reward cycle and unlock pox-1 at the start of the next, and that stacking proceeds through the v1 unlock reward cycle 2023-01-31 17:41:25 -05:00
Jude Nelson
494a0046eb fix: it's safe to instantiate pox-2 at the end of a prepare phase 2023-01-31 17:41:12 -05:00
Jude Nelson
ae0af594c0 Merge branch 'develop' into feat/cur_block_pox_contract-2 2023-01-31 21:06:28 +00:00
Jude Nelson
c61e08f303 Merge branch 'develop' into trait-arg-check 2023-01-31 21:05:23 +00:00
Don Park
7e4d6faf31 test pox_contract value for pox-2 after v1_unlock_height 2023-01-31 12:46:56 -08:00
Asim Mehmood
6376726be3 refactor: make cloning caller responsibility 2023-01-30 16:15:16 +05:00
Asim Mehmood
f850916760 fix: stacks/common 2023-01-27 19:05:44 +05:00
Brice Dobry
be86fa7f86 chore: add comments and clean up code 2023-01-25 17:46:06 -05:00
Brice Dobry
2d7c8a4355 Merge branch 'develop' into trait-arg-check 2023-01-25 15:58:04 -05:00
Aaron Blankstein
31d79ad122 test: add assertions to epoch_21::trait_invocation_cross_epoch 2023-01-24 16:06:19 -06:00
Aaron Blankstein
9fae1cfa20 test: add integration test work-in-progress 2023-01-24 15:50:17 -06:00
Jude Nelson
cd27b1ce72 Merge branch 'develop' into fix/3520 2023-01-24 14:12:25 -05:00
Jude Nelson
fb9a08f6ab chore: API sync to chain liveness thread 2023-01-24 10:32:21 -05:00
Jude Nelson
003b0878d7 chore: expose bitcoin indexer to p2p thread 2023-01-24 10:32:10 -05:00
Jude Nelson
d14666d3f4 chore: explose bitcoin indexer to p2p thread 2023-01-24 10:31:58 -05:00
Jude Nelson
6b967d70b6 chore: export make_bitcoin_indexer() 2023-01-24 10:31:46 -05:00
Jude Nelson
2ae9019834 feat: helper method to create a bitcoin indexer 2023-01-24 10:31:30 -05:00
pavitthrap
149ae7f379 Merge branch 'develop' into feat/synthetic-print-delegate-stx 2023-01-23 15:27:23 -05:00
Jude Nelson
ab5b21c397 fix: fix some failing integration tests 2023-01-20 10:49:52 -05:00
Pavitthra Pandurangan
105700543f ran fmt + fized non-test build 2023-01-19 14:52:30 -05:00
Pavitthra Pandurangan
40ce97bc6b cleaned up tests 2023-01-18 17:07:10 -05:00
Pavitthra Pandurangan
aa102f22be clean up test 2023-01-18 16:52:14 -05:00
Pavitthra Pandurangan
17f194a19e wip, test works except for pox 2023-01-18 15:20:05 -05:00
Jude Nelson
8e97c88b0c fix: use 2.05-series affirmation map calculation for problematic tx tests 2023-01-15 23:56:35 -05:00
Jude Nelson
a96ac186f4 chore: remove compiler warnings 2023-01-15 23:56:22 -05:00
Jude Nelson
b46cd6b9bd chore: cargo fmt 2023-01-13 17:49:20 -05:00
Jude Nelson
aa1a5e378e fix: add integration test for handling the epoch transition to 2.1 where the 2.05 affirmation map rules _must_ be used to handle PoX reorgs 2023-01-13 17:47:43 -05:00