Remove old staking strategies using SSV clusters - #2972
Open
naddison36 wants to merge 7 commits into
Open
Conversation
Removed supporting tests, tasks and actions
naddison36
requested review from
clement-ux,
shahthepro and
sparrowDom
as code owners
August 12, 2026 03:26
* Removed doc references to Defender * Remove Defender specific code * Updated CI docs * Removed Base Harvester diagram from harvest README * Updated foundry deployment docs * docs(talos): regenerate action inventory * Updated Talos action skill now the migration has been completed * docs: remove obsolete test guidance and align deployment templates
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](#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