stacks-network / sbtc-developer-release

sBTC primitives, signer components, helper tools
https://sbtc.tech
MIT License
1.98k stars 23 forks source link

[clarity] Create sbtc-db data #405

Open setzeus opened 10 months ago

setzeus commented 10 months ago

Description

This marks the kickoff for the new sbtc-db contract which is comparable to the sbtc-mini sbtc-registry contract. The purpose of this contract is purely state management. However, the design has changed so much that it's very likely that most, if not all, data structures need to be refactored and/or re-named.

Therefore, the goal of this issue is to create all the constants, vars, & maps that the updated SIP design requires.

Acceptance Criteria