-
Notifications
You must be signed in to change notification settings - Fork 49
[SOV-4416] apply reentrancy guard zero #551
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
base: development
Are you sure you want to change the base?
Conversation
hardhat/tasks/sips/args/sipArgs.js
Outdated
| return { args, governor: "GovernorOwner" }; | ||
| }; | ||
|
|
||
| const getArgsSIP0085 = async (hre) => { |
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.
getArgsSIP0085 has been used
| const getArgsSIP0085 = async (hre) => { | |
| const getArgsSIP0086 = async (hre) => { |
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.
not addressed
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.
address in this commit
|
|
||
| const basketManagerProxy = await get("BasketManagerV3_Proxy"); | ||
| const newBasketManagerImpl = await get("BasketManagerV3_Implementation"); | ||
|
|
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.
missing targetOwnerValidationAddresses.
although might seem not be necessary rn, still worth checking just in case if it takes longer than expected to create SIPs and the owners will change.
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.
address in this commit
hardhat/tasks/sips/args/sipArgs.js
Outdated
| return { args, governor: "GovernorOwner" }; | ||
| }; | ||
|
|
||
| const getArgsSIP0085 = async (hre) => { |
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.
not addressed
tests-onchain/sip0085.test.js
Outdated
| }; | ||
| }); | ||
|
|
||
| describe("SIP-0085 Test creation and execution", () => { |
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.
pls replace all SIP-0085 mentions with SIP-0086 because SIP-0085 has been used already
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.
address in this commit
No description provided.