-
Notifications
You must be signed in to change notification settings - Fork 84
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
[OETHb] Deploy 026 - Deploy Harvester 2.0 #2399
Merged
Merged
Conversation
This file contains 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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2399 +/- ##
=======================================
Coverage 49.57% 49.57%
=======================================
Files 94 94
Lines 4714 4714
Branches 1251 1251
=======================================
Hits 2337 2337
Misses 2373 2373
Partials 4 4 ☔ View full report in Codecov by Sentry. |
|
sparrowDom
approved these changes
Feb 14, 2025
clement-ux
approved these changes
Feb 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- All deployed contracts are listed in the deploy PR's description
- SuperOETHHarvester Implementation
- Deployed contract's verified code (and all dependencies) match the code in master
- Contract constructors have correct arguments
- SuperOETHHarvester: WETH
- 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
Diff checker
sol2uml diff 0x8d840080f57BcD698941631817694d896Ac8F9Fa .,node_modules -n base
(node:14011) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Compared the "SuperOETHHarvester" contract with address 0x8d840080f57BcD698941631817694d896Ac8F9Fa on base
to local files under folders ".,node_modules"
match @openzeppelin/contracts/token/ERC20/IERC20.sol
match @openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol
match @openzeppelin/contracts/utils/Address.sol
match contracts/governance/Governable.sol
match contracts/governance/Strategizable.sol
match contracts/harvest/OETHHarvesterSimple.sol
match contracts/harvest/SuperOETHHarvester.sol
match contracts/interfaces/IStrategy.sol
match contracts/utils/Initializable.sol
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.
Contract Deployment
Governance
Check files under
contracts/deployments/base/operations
for the generated JSON files.Actions:
Deploy checklist
Two reviewers complete the following checklist: