Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 427 Bytes

File metadata and controls

16 lines (10 loc) · 427 Bytes

2-Step Admin Transfer TODO

Approved Plan Steps:

  1. Update src/errors.rs with new ErrorCodes + constructors.

  2. Update src/contract.rs with types, keys, propose_admin, accept_admin functions.

  3. Extend src/contract_tests.rs with transfer tests.

  4. cargo test --lib passes.

  5. New branch feat/admin-transfer-2step.

  6. Commit changes.

  7. Push and gh pr create to main.

Current: Step 1 pending.