stacks-core
stacks-core copied to clipboard
Move `/new_pox_set` event data into `/new_block` event
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 and re-org handling for observers more straightforward.