API support for sBTC
Initial issue to track sBTC work related to the API. By default, sBTC will have have some support due to it being defined as an ft contract. We likely will be defining additional requirements as sBTC progress on the blockchain matures.
- [ ] ~~Integration with the sBTC contract (first-class support as if it was a boot-contract)~~
- (note: unclear requirements here)
- [ ] ~~Open feature requests / blockers in the blockchain repo to support integration (likely requests for requisite event-emitter data / contract-logs).~~
- (note: sBTC not built-in to stacks-core in first iteration so likely nothing to do here)
- [ ] ~~Endpoint providing TVL for sBTC~~
- (note: This is provided by FT endpoints & RPC contract calls)
- [ ] Include sBTC signer info in signer metrics
- (note: This is blocked until v2 of sBTC is released & sBTC and Nakamoto signers are the same entity)
This issue will wait until v2 of sBTC has been released.
Trying to add to the sBTC project board. @saralab @diwakergupta can you grant me contributor access?
You should have access now @igorsyl
For context: This is the RPC endpoint we have added in the next branch to get sBTC ops: https://github.com/stacks-network/stacks-blockchain/pull/3511
For context: This is the RPC endpoint we have added in the
nextbranch to get sBTC ops: stacks-network/stacks-blockchain#3511
Note that Hiro API does not use RPC endpoints. The burnchain op data needs to be added to the event-emitter payload. The issue tracking that work is here: https://github.com/stacks-network/stacks-blockchain/issues/3554
@zone117x it turns out the burnchain op data has already been added to the event-emitter payload. Let me know if you encounter any issues with the format. This issue is closed now https://github.com/stacks-network/stacks-blockchain/issues/3554
Blocked on sBTC progress