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

feat: add all scripts from multisig to governance #18

Merged
merged 27 commits into from
Jan 15, 2024

Conversation

0xtekgrinder
Copy link
Contributor

No description provided.

Copy link
Contributor

@GuillaumeNervoXS GuillaumeNervoXS left a comment

Choose a reason for hiding this comment

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

I prefer to have only a few script that works and then adapt to all the ones in the multisig

scripts/Constants.s.sol Outdated Show resolved Hide resolved
@@ -0,0 +1,59 @@
pragma solidity ^0.8.19;

Copy link
Contributor

Choose a reason for hiding this comment

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

I encountered that in the angle-multisig, maybe better to create interfaces in respective repo to not copy paste evrywhere

scripts/Utils.s.sol Outdated Show resolved Hide resolved
scripts/Utils.s.sol Outdated Show resolved Hide resolved
scripts/governance/RevokeMultiSig.s.sol Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6ae6eeb) 85.49% compared to head (d8fa422) 85.49%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #18   +/-   ##
=======================================
  Coverage   85.49%   85.49%           
=======================================
  Files           7        7           
  Lines         255      255           
=======================================
  Hits          218      218           
  Misses         37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@0xtekgrinder 0xtekgrinder marked this pull request as ready for review January 15, 2024 01:53
Comment on lines +192 to +194
# if [[ $execute == "yes" ]]; then
# forge script scripts/interaction/Propose.s.sol:Propose --fork-url $mainnet_uri --broadcast
# fi
Copy link
Contributor Author

Choose a reason for hiding this comment

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

don't forget to uncomment this

@@ -204,6 +204,7 @@ contract SimulationSetup is Test {
HELPERS
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

// TODO USE IT
Copy link
Contributor Author

Choose a reason for hiding this comment

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

remove this forgotten comment

@GuillaumeNervoXS GuillaumeNervoXS merged commit 54bcb30 into main Jan 15, 2024
8 checks passed
@GuillaumeNervoXS GuillaumeNervoXS deleted the feat/multisig-scripts branch January 15, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants