add transfer, lookup, mempool checks to pox_2_unlock_all

This commit is contained in:
Aaron Blankstein
2023-04-21 15:46:13 -05:00
parent 37cce8b53c
commit 466d387414
2 changed files with 158 additions and 51 deletions

View File

@@ -98,6 +98,8 @@ jobs:
- tests::epoch_21::test_v1_unlock_height_with_current_stackers
- tests::epoch_21::test_v1_unlock_height_with_delay_and_current_stackers
- tests::epoch_21::trait_invocation_cross_epoch
- tests::epoch_22::pox_2_unlock_all
- tests::epoch_22::disable_pox
- tests::neon_integrations::bad_microblock_pubkey
steps:
- uses: actions/checkout@v2