-
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
Deployed 114 - Simple OETH Harvester. #2344
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
clement-ux
requested review from
sparrowDom,
DanielVF,
naddison36 and
shahthepro
as code owners
January 8, 2025 12:08
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2344 +/- ##
==========================================
- Coverage 52.59% 51.84% -0.76%
==========================================
Files 80 81 +1
Lines 4101 4126 +25
Branches 1079 1084 +5
==========================================
- Hits 2157 2139 -18
- Misses 1941 1984 +43
Partials 3 3 ☔ View full report in Codecov by Sentry. |
shahthepro
approved these changes
Jan 9, 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
- Deployed contract's verified code (and all dependencies) match the code in master
- Contract constructors have correct arguments
- The transactions that interacted with the newly deployed contract match the deploy script.
- 🟡
setSupportedStrategy
isn't part of the governance proposal but it's fine since the 2/8 can also do it anytime
- 🟡
- Governance proposal matches the deploy script
- Smoke tests pass after fork test execution of the governance proposal
Diff check
Compared the "undefined" file for the "OETHHarvesterSimple" contract with address 0x399B69Bf06CCec7A53Befea14771059d39a3617a on mainnet
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/interfaces/IStrategy.sol
Contract diff
|
sparrowDom
approved these changes
Jan 9, 2025
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.
Dependencies
Deployment
Deploy scripts:
114_simple_harvester.js
Contracts
Governance
Note: I've messed up with the last commit message, I forgot to change it.
Deploy checklist
Two reviewers complete the following checklist: