Skip to content

feat: vesting delegator actions + ABI - #193

Merged
MuncleUscles merged 3 commits into
v2-devfrom
feat/vesting-actions
Jul 7, 2026
Merged

feat: vesting delegator actions + ABI#193
MuncleUscles merged 3 commits into
v2-devfrom
feat/vesting-actions

Conversation

@MuncleUscles

Copy link
Copy Markdown
Member

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.

@coderabbitai

coderabbitaiBot commented Jul 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 21c9ec45-e053-4778-9b79-32e608ea78fd

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/vesting-actions

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

…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.
@MuncleUscles
MuncleUscles merged commit 6f691ce into v2-devJul 7, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@MuncleUscles