Jesus Najera
Jesus Najera
### Description Import all reuseable data structs & functions from previous versions of sBTC-transfer contracts (particularly sbtc-mini). ### Acceptance Criteria - [ ] sBTC-handoff.clar contract created in sbtc-nakamoto directory -...
### Description Import all reuseable data structs & functions from previous versions of sBTC-token contracts (particularly sbtc-mini). ### Acceptance Criteria - [ ] sBTC-withdrawal.clar contract created in sbtc-nakamoto directory -...
### Description Import all reuseable data structs & functions from previous versions of sbtc-deposit (particularly sbtc-mini). ### Acceptance Criteria - [ ] sBTC-deposit.clar contract created (data structs & functions) in...
### Description Import all reuseable data structs & functions from previous versions of sBTC-token contracts (particularly sbtc-mini & sbtc-romeo). ### Acceptance Criteria - [ ] sBTC-token.clar contract created in sbtc-nakamoto...
This is a general issue for reviewing the sBTC-mini contracts against the new Clarity Design document. A lot of the contracts we'll need in sBTC-Nakamoto were at least partially researched...
The last week of October & first week of November the community reviewed researched, wrote & reviewed the next version of the sBTC design. Seen below & linked in the...
From the research done earlier in this week it's been made clear that we need to "track all UTXOs" in order to handle consolidations - either prior to withdrawals or...
In the sbtc.clar contract we need to re-visit the logic around a minimum deposit or withdrawal value. We've discussed this before & opted for a fixed solution but it's worth...