-
Notifications
You must be signed in to change notification settings - Fork 50
Recovery key with cooldown #236
Copy link
Copy link
Open
Labels
Stellar WaveDrips Wave program issueDrips Wave program issuearea:contractsSoroban contractsSoroban contractsdifficulty:advancedMulti-day projectMulti-day projecthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
Stellar WaveDrips Wave program issueDrips Wave program issuearea:contractsSoroban contractsSoroban contractsdifficulty:advancedMulti-day projectMulti-day projecthelp wantedExtra attention is neededExtra attention is needed
Background
A designated recovery key that can rotate signers after a 7-day timelock prevents instant takeover.
What to build
Extend the contract with
request_recovery(starts cooldown) andfinalize_recovery(afterledger > unlock_at).Key files
contracts/wallet/src/recovery.rs(new)Acceptance criteria