Matthew Little
Matthew Little
Fixes https://github.com/stacks-network/stacks-core/issues/4413 WIP: * [x] Add `start-cycle-id` to pox events * [x] Add `end-cycle-id` to pox events * [ ] Tests
Now that reward sets are calculated during block processing, the `new_pox_set` data should be added to the existing `/new_block` event rather than having a separate event. This makes event digestion...
The signer data sent to event observers only contains a list of `signer_keys`, which doesn't contain information like the stacker principals associated with those keys. IIUC this is because there...
The StackStx burn op no longer works, it was not updated to handle the new `signer-key` arg. Error log: ``` INFO [1706104120.562869] [stackslib/src/chainstate/stacks/db/blocks.rs:4274] [chains-coordinator-0.0.0.0:20443] StackStx burn op processing error., error:...
The `/new_pox_set` event was not broadcasted to observers who subscribed to the `*` any event.
Burn-ops will soon be functional again in Nakamoto, and they will have changes. For example `signer-key` is being add. Upstream issues to track: * https://github.com/stacks-network/stacks-core/pull/4412
https://github.com/hirosystems/stacks-blockchain-api/issues/1763
PR https://github.com/stacks-network/stacks-core/pull/4269 adds a new event `/new_pox_anchor` which exposes stacker/signer set data. We need to ingest these and will then be able to expose much of the (non-sBTC related) data...