stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3k stars 659 forks source link

[stacks-signer] Port sBTC endpoint and operation store from "next" branch #3959

Open jferrant opened 9 months ago

jferrant commented 9 months ago

There exists an RPC endpoint call (see Alpha Romeo code) for retrieving peg-ins/peg-outs on the next branch of the stacks-network/stacks-blockchain repo. We should port the sBTC ops work from next into develop, making sure that the dtaa is ONLY stored. They must not be treated as being officially part of the Bitcoin block snapshot, lest their presence influence the calculation of the ConsensusHash for that block (which itself is consensus-critical). I.e do not port consensus breaking changes.

This endpoint will be temporarily used while waiting for https://github.com/stacks-network/stacks-blockchain/issues/3958 to be done.

jferrant commented 9 months ago

Once stacks client is updated to be polled by signer, make sure this gets done.