Remove old staking strategies using SSV clusters - #2972
Merged
Conversation
Removed supporting tests, tasks and actions
naddison36
requested review from
clement-ux,
shahthepro and
sparrowDom
as code owners
August 12, 2026 03:26
sparrowDom
reviewed
Aug 19, 2026
sparrowDom
left a comment
Member
There was a problem hiding this comment.
Left a few comments inline. Besides those there is also:
- references in
harvest/README.mdto deleted SVGs - NativeStaking/CLAUDE.md needs updating
| ('origin-dollar', 'cross_chain_mainnet_base', 'cd /app && pnpm exec tsx tasks/run.ts relayCCTPMessage --network mainnet', '43 4,10,16,22 * * *', 'UTC', false, 'permissioned'), | ||
| ('origin-dollar', 'cross_chain_hyper_mainnet', 'cd /app && pnpm exec tsx tasks/run.ts crossChainRelayHyperEVM --network hyperevm', '17 1,6,11,16,21 * * *', 'UTC', false, 'permissioned'), | ||
| ('origin-dollar', 'cross_chain_mainnet_hyper', 'cd /app && pnpm exec tsx tasks/run.ts crossChainRelayHyperEVM --network mainnet', '7 3,8,13,18,23 * * *', 'UTC', false, 'permissioned'), | ||
| ('origin-dollar', 'claim_ssv_rewards', 'cd /app && pnpm exec tsx tasks/run.ts claimSSVRewards --network mainnet', '45 0 1 * *', 'UTC', false, NULL), |
Member
There was a problem hiding this comment.
have archieved this action on Talos
Collaborator
Author
There was a problem hiding this comment.
thanks. I didn't realise Talos could archive actions.
Member
There was a problem hiding this comment.
It is just a group called "Archieve" which works as any other group. So actions aren't really by default disabled.
This is a band aid solution because currently there isn't a way to delete actions on Talos
sparrowDom
previously approved these changes
Aug 20, 2026
sparrowDom
left a comment
Member
There was a problem hiding this comment.
one minor thing otherwise LGTM. Great job!
| "NativeStakingSSVStrategyProxy", | ||
| "NativeStakingSSVStrategy" | ||
| ); | ||
| const strategy = await resolveCompoundingStakingContract().strategy; |
Member
There was a problem hiding this comment.
this should be:
const strategy = (await resolveCompoundingStakingContract()).strategy
sparrowDom
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the obsolete OETH native-staking and SSV infrastructure following the migration to the vanilla
CompoundingStakingStrategy.Dependency
Requires the governance proposal from #2971 to be executed first.
Changes
CompoundingStakingSSVStrategyConsolidationControllerFeeAccumulatorand its proxy infrastructureISSVNetworkCompoundingStakingSSVStrategytests toCompoundingStakingStrategyContext
The old native-staking validators have been consolidated into the new
CompoundingStakingStrategy, and the legacy strategies have been removed from the OETH Vault.The remaining strategy deposits directly into vanilla compounding validators, so the repository no longer needs SSV registration, cluster management, fee accumulators, consolidation controllers, or the old OETH harvesting pipeline.
Verification
CompoundingStakingStrategytests: 116 passedCompoundingStakingStrategytests: 9 passedforge build --offlinepnpm prettier:jspnpm prettier:tspnpm prettier:solgit diff --check