Feat: Wind Down - #438
Open
phijfry wants to merge 20 commits into
Open
Conversation
Drops the `_residualTokens` parameter from `WindDownCoordinator.splitAndFinalize`. The coordinator now reads `AuraRedemption.redeemableTokens` directly, which removes the caller-supplied mismatch risk and the now-redundant `"bpt in residuals"` guard (duplicate BPT would be caught downstream by the finalize dedupe). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds a single hardhat task that deploys phase 1 + phase 2 wind-down contracts in one go, threading addresses directly between phases instead of through the ZERO_ADDRESS placeholder in getWindownPhase1. verifyEtherscan now retries (5x30s by default) and treats "already verified" as success, so it handles the common case where Etherscan hasn't yet indexed the freshly-deployed bytecode. Verification is wired into the deploy script after each contract; fork networks short-circuit to a no-op so dry-runs are unaffected. Drops the test-utils/time import from deployWindown.ts (it does a bare \`from "hardhat"\` that fails HH9 during config evaluation) and reads the latest block timestamp directly from hre.ethers. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Fixes the misspelled task/folder/function names (windown/window -> winddown) and changes AuraRedemption.expiry from 100 days to 1 year. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds spec docs for AuraRedemption / RAuraRedemption / AuraBalRedemption and VoterProxy post-shutdown veBAL management. Test updates: adds Stage 1 CrvDepositor cooldown step and switches unlockAndWithdraw test caller from outsider to treasury to match the owner-only design. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
71,568,926 AURA — total supply minus protocol-owned / ineligible holdings (used as the pro-rata denominator in AuraRedemption). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
No description provided.