mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-04-29 05:15:32 +08:00
* test: initial integration test for subnets * test: ensure first subnet block is mined * feat: synthetic nft deposit tx * test: increase timeout for subnets test * test: attempt fix test flakiness in CI * test: much faster subnet block mining time, subnet tests 5-10x faster * ci: bump subnet-node docker image * test: complete withdrawal on stacks chain * test: try waiting for subnet contract interface to be ready * test: verify NFT ownership on L1 after withdrawal * test: fix subnet node port env vars * feat: implement parsing for FT deposit synthetic tx * chore: rename test file * chore: do not skip test * test: progress on subnet STX use-case test * feat: implement parsing for STX deposit synthetic tx * test: validation of synthetic tx for L1 deposit-stx * test: validation of synthetic tx for L1 deposit-nft-asset * test: validation of synthetic tx for L1 deposit-ft-asset * chore: lint fix * chore: remove debug comments