Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: dev into testnet-holesky #581

Merged
merged 0 commits into from
Jun 5, 2024
Merged

chore: dev into testnet-holesky #581

merged 0 commits into from
Jun 5, 2024

Conversation

8sunyuan
Copy link
Collaborator

@8sunyuan 8sunyuan commented Jun 5, 2024

Merging dev for the testnet Holesky Rewards release
Release tag after merging will be v0.3.0-holesky-rewards

@@ -195,19 +195,6 @@ contract StrategyManager is
strategy.withdraw(recipient, token, shares);
}

/// @notice Function called by the DelegationManager as part of the process of transferring existing queued withdrawals from this contract to that contract.
/// @dev This function is expected to be removed in the next upgrade, after all queued withdrawals have been migrated.
function migrateQueuedWithdrawal(DeprecatedStruct_QueuedWithdrawal memory queuedWithdrawal) external onlyDelegationManager returns(bool, bytes32) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this isn't on testnet are we ok making the release?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function doesn't get called regardless because we redeployed onto Holesky last minute for M2. We never had version of M1 contracts.
Can queue multisig txs after to upgrade the SM and DM to be accurate with this branch

@8sunyuan 8sunyuan merged commit a888a1c into testnet-holesky Jun 5, 2024
7 checks passed
Sign up for free to 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.

3 participants