depot contract v2: all 7 process_assertion handlers + deadlock fix

- balance_sheet (0xAA00): deserialize + upsert reserves
- stake_update (0xEE00): update reserves + queue outbound
- yield_reward (0xEE01): calculate + inline transfer WIRE
- wire_purchase (0xEE02): constant-product swap + transfer
- operator_registration (0xEE03): create/reactivate/deregister
- challenge_response (0xEE04): route to challenge FSM
- slash_operator (0xEE05): slash + queue outbound ack
- default: silently pass unknown types (fixes permanent deadlock)
- includes compiled wasm (110,570 bytes) and ABI
This commit is contained in:
2026-03-13 17:11:31 +00:00
parent d8e2e25e38
commit 10a8884fc9
13 changed files with 3562 additions and 0 deletions

Binary file not shown.