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

Deploy 071 - Balancer RETH MetaStable pool strategy #1822

Merged
merged 84 commits into from
Sep 27, 2023

Conversation

sparrowDom
Copy link
Member

@sparrowDom sparrowDom commented Sep 17, 2023

This deploys the Balancer RETH strategy:

Proposal ID: 17043959540932214305975227536301311223058634629252956083518973246707438400299

Tasks:

  • verify that the deployed code matches code in the codebase:
    • sol2uml diff 0x49109629aC1deB03F2e9b2fe2aC4a623E0e7dfDC .,node_modules
    • sol2uml diff 0xaf50C9Cf53e1063AAaB84F089Da78b19f0a222a4 .,node_modules

Mainnet execution tx

sparrowDom and others added 30 commits June 14, 2023 17:12
* Generated contract docs

* Refactor Balancer storage variables

* Small Balancer changes

* Natspec updates
Added missing licensing
getPoolAssets gas optimized

* Updated generated Balancer strategy contract diagrams

* fix contract linter

* Removed restrictions on tests

* Small gas improvements
Fixed Slither

* Change BalancerError version

* Updated constant names
Addresses to use checksum format

* JS lint tasks

* Updated Balancer and Aura pool id constants

* Removed getRateProviderRate as it wasn't being used
Refactored to remove poolAssetsMapped storage variable

* Updated OETH Contracts diagrams
Generated new Balancer contract diagrams

* Fix failing test

* Fix merge conflict

* Restored getRateProviderRate

* Natspec updates
Added toPoolAsset override

* Removed unused getRateProviderRate

* Natspec updates
Gas optimization of InitializableAbstractStrategy

* Abstract strategy gas improvements (#1719)

* Refactor base strategy to use immutables

* Fixed strategy deployments in 001_core and fixtures

* Generated new strategy diagrams

* Deploy rETH instead of the stETH Balancer MetaStable Pool

* removed unused Aura config

* Balancer fork tests

* Added check that BPT amount equals Aura LP amount
Added rETH conversion to ETH value

* Updated balancer strat fork tests

* Updated Balancer fork tests

* Added optional deposit with multiple assets to the strategy

* Single asset deposit to use multi asset deposit

* Added optional checkBalance to Balancer strategy

* Added checkBalance() to BaseBalancerStrategy

* Fix slither
Fix curve HH task

* Added multi-asset withdraw to balancer strategy

* Fix multi-asset withdraw

* Updated Balancer and Vault diagrams

* Fix js linter

* Fixed checkBalance of rETH asset in Balancer strategy

* Only wrap assets if amount > 0
Added depositAll fork test for Balancer strat

* Removed Vault changes for multi-asset strategy support

* Updated generated docs

* Add tests for wstETH/WETH Balancer pool (#1725)

* Split deployment and fix fixtures

* Deposit tests for wstETH/WETH pool

* Add withdraw test

* prettier

* remove .only in fork tests

---------

Co-authored-by: Shahul Hameed <[email protected]>
* add alternative implementation of Balancer's checkBalance

* correct the checkBalance implementation
* Added large withdraw tests for Balancer strategy

* fix test log

* Balancer withdraw to handle close to BPT limit

* Small change to Balancer withdraw fork test

* add some comments

* change implementation

---------

Co-authored-by: Domen Grabec <[email protected]>
* Added large withdraw tests for Balancer strategy

* fix test log

* Balancer withdraw to handle close to BPT limit

* Small change to Balancer withdraw fork test

* add some comments

* Add test for read-only reentrancy

* add reentrancy protection to checkBalance functions

* add documentation

* remove the only

---------

Co-authored-by: Nicholas Addison <[email protected]>
Co-authored-by: Domen Grabec <[email protected]>
* prettier

* adjust how checkBalance is calculated
* fix balancer withdrawals

* lint

* prettier
@rafaelugolini rafaelugolini temporarily deployed to preview-oeth-sparrow-de-mtwabu September 17, 2023 19:59 Inactive
@rafaelugolini rafaelugolini temporarily deployed to preview-ousd-sparrow-de-zkhcw4 September 17, 2023 19:59 Inactive
@sparrowDom sparrowDom changed the base branch from master to sparrowDom/balancer-sfrxETH-stETH-rETH September 17, 2023 19:59
Base automatically changed from sparrowDom/balancer-sfrxETH-stETH-rETH to master September 21, 2023 12:31
@sparrowDom sparrowDom temporarily deployed to preview-oeth-sparrow-de-mtwabu September 21, 2023 12:44 Inactive
@sparrowDom sparrowDom temporarily deployed to preview-oeth-sparrow-de-mtwabu September 21, 2023 15:16 Inactive
@sparrowDom sparrowDom temporarily deployed to preview-oeth-sparrow-de-mtwabu September 21, 2023 15:54 Inactive
shahthepro
shahthepro previously approved these changes Sep 21, 2023
Copy link
Collaborator

@shahthepro shahthepro left a comment

Choose a reason for hiding this comment

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

  • Contracts are verified on Etherscan
  • Deployed contracts match the code on repo
  • The order of txs from the deployer address matches the deployment file
  • The parameters on the Proposal look right

Possible blockers

  • There are some failing tests on fork

@sparrowDom sparrowDom temporarily deployed to preview-oeth-sparrow-de-mtwabu September 21, 2023 20:12 Inactive
@sparrowDom sparrowDom temporarily deployed to preview-oeth-sparrow-de-mtwabu September 21, 2023 20:18 Inactive
@sparrowDom sparrowDom temporarily deployed to preview-oeth-sparrow-de-mtwabu September 21, 2023 20:45 Inactive
@DanielVF
Copy link
Collaborator

  • All deployed contracts are listed in the deploy PR's description
  • Deployed contract's verified code (and all dependencies) match the code in master
  • The transactions that interacted with the newly deployed contract match the deploy script.
  • Governance proposal matches the deploy script
  • Smoke tests pass after fork test execution of the governance proposal

@DanielVF DanielVF added the contracts Works related to contracts label Sep 25, 2023
@sparrowDom
Copy link
Member Author

@sparrowDom sparrowDom merged commit 8f473d4 into master Sep 27, 2023
13 of 14 checks passed
@sparrowDom sparrowDom deleted the sparrow/deploy_71 branch September 27, 2023 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contracts Works related to contracts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants