Uh oh!
There was an error while loading. Please reload this page.
feat: vesting delegator actions + ABI - #193
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…or transfer, identity, wallet reads) Implements the CON-607 Vesting.sol validator surface (consensus branch con-607-vesting-lock-then-validate): vestingValidatorJoin/Deposit/Exit/ Claim, operator-transfer initiate/complete/cancel, setIdentity, and getValidatorWallets/validatorWalletCount/validatorDeposited/ isValidatorWallet reads. Replaces the #1154 stub in vesting/validator.ts.
# Conflicts: # src/abi/index.ts
Tooling-wave: vesting delegator lifecycle (vestingDelegatorJoin/Exit/Claim, vestingWithdraw, vestedAmount) + views, mirroring the staking module. Vesting-VALIDATOR leg stubbed pending consensus #1154. Unit tests mock the transport. Part of the vesting tooling train — CLI vesting commands depend on this.