mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 22:43:34 +08:00
* feat: initial event parsing for `delegate-stx` pox2 event * feat: create synthetic tx from parsing DelegateStx pox2 event data * feat: parsing of optional `pox-addr` arg of `delegate-stx` event * feat: parsing of optional `until-burn-ht` arg of `delegate-stx` event * test: validate pox2 event for `delegate-stx` Stacks-chain op * chore: remove accidentally committed code * chore: bump to Stacks node `v2.1.0.0.0-rc4` * ci: do not fail-fast on 2.1 test matrix * test: temp disable tests that are flaking with stacks-node 2.1-RC4 * test: try waiting for next pox cycle in btc-address-format stacking tests * test: try waiting for next pox cycle in btc-address-format stacking tests, attempt 2