You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add staking.bond_extra call encoding support for DOT transactions.
This enables the WASM path to handle bond_extra intents (adding more
stake to an existing bond) alongside the existing bond/unbond support.
- Add BondExtra { amount: u64 } variant to TransactionIntent enum
- Add staking_bond_extra() encoder function in calls.rs
- Wire up BondExtra in encode_call() match arm
- Add BondExtraIntent interface to TypeScript types
- Add deserialization test
Ticket: BTC-3119
0 commit comments