-
Notifications
You must be signed in to change notification settings - Fork 73
Governance v3 #1984
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
Merged
Governance v3 #1984
Conversation
This file contains hidden or 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
* ez fixes * more fixes but tests breaking * added broadcast * added refund amount * receiveWormholeMessages fix * test changes * linting * remove unused ElectionVase file * fixed tests * lint * add base for testing council members * added refund test * add dismisal members tests * lint * removed todos in gov contracts * refactor cross chain initialization (#2194) * fix lint * fix lint errors * pushing new cannonfiles * getSupportedNetworks * bump gov to 3.0.4 * update testnets salt * update owners * fix testnet cannonfiles * fix testnet cannonfiles * added view fns and some events * fixed _recMessage * fixed _recMessage * updated cannon files * lint * @with-synthetix preset * moved gas limit * fixed salts * reset cannon * added gas limit to cannon files * updated cannon files * remove unused SetUtil import * updated cannonfiles * Migrate snapshot rewards distributor (#2206) * migrate SnapshotRewardsDistributor from https://github.com/Synthetixio/rewards-distributors * rewards distributor fixes --------- Co-authored-by: Moss <[email protected]> * lint * added view fn * Add voting power weight configuration (#2207) * poc for voting power algorithms * add voting power calculation * update implementation interface --------- Co-authored-by: Moss <[email protected]> * updated weight types * added tests * removed send msg * getGasLimit * natspec'd election module contracts * added base cannonfile * audit fixes * added test confirming remove emitter works * lint * Audit fixes for SnapshotRewardsDistributor (#2220) * update DebtShareNotFound error for AccountNorFound * fix account balance idx reference * deleting todos and added test * update synthetix-snapshot-rewards version * fix default values * pushing version * audit fixes * audit fixes 2 * lint --------- Co-authored-by: Matías <[email protected]> Co-authored-by: Matías <[email protected]>
moss-eth
approved these changes
Aug 14, 2024
barrasso
approved these changes
Aug 15, 2024
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.
This PR was created with 2 objectives:
./protocol/synthetix
, so those changes can be reviewed, merged and deployed in a separate flow. New PR: Add CCIP from core-modules to protocol/synthetix #1985This PR comes from: #1682