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

Initial implementation #72

Merged
merged 6 commits into from
Jul 2, 2024
Merged

Initial implementation #72

merged 6 commits into from
Jul 2, 2024

Conversation

alexkeating
Copy link
Collaborator

@alexkeating alexkeating commented Jun 11, 2024

Description

  • Calculate vote weight using a window of checkpoints.

@alexkeating alexkeating marked this pull request as ready for review June 14, 2024 20:59
@alexkeating alexkeating requested a review from djb15 June 17, 2024 12:20
@djb15
Copy link
Contributor

djb15 commented Jun 18, 2024

Also, do we need the window to go in both directions, both before and after the cutoff time? Looks like it just goes in 1 direction right now?

marcomariscal
marcomariscal previously approved these changes Jun 18, 2024
@alexkeating
Copy link
Collaborator Author

Also, do we need the window to go in both directions, both before and after the cutoff time? Looks like it just goes in 1 direction right now?

I don't think it needs to go in both directions. By going in both directions we effectively have a longer window. What is teh reasoning behind having it go in both directions?

@djb15
Copy link
Contributor

djb15 commented Jun 19, 2024

Also, do we need the window to go in both directions, both before and after the cutoff time? Looks like it just goes in 1 direction right now?

I don't think it needs to go in both directions. By going in both directions we effectively have a longer window. What is teh reasoning behind having it go in both directions?

No that's fair I've thought about it some more and I think this is fine, having the window go forwards in time would mean we have a weird period where we can't query successfully.

@alexkeating alexkeating force-pushed the feature/add-vote-weight-window branch from b0f01ec to 9d1af40 Compare June 26, 2024 01:04
@alexkeating alexkeating force-pushed the feature/add-vote-weight-window branch from 9d1af40 to efe7df0 Compare June 26, 2024 01:08
@alexkeating alexkeating force-pushed the feature/add-vote-weight-window branch from 25b3752 to 732d23c Compare June 27, 2024 01:40
Copy link

Coverage after merging feature/add-vote-weight-window into main will be

91.34%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   HubGovernor.sol93.75%100%88.24%93.94%103, 146
   HubMessageDispatcher.sol100%100%100%100%
   HubProposalMetadata.sol0%100%0%0%10, 14–15
   HubVotePool.sol100%100%100%100%
   SpokeAirlock.sol100%100%100%100%
   SpokeMessageExecutor.sol95.56%85.71%100%100%43, 61
   SpokeMetadataCollector.sol100%100%100%100%
   SpokeVoteAggregator.sol68.63%50%61.54%76.67%102, 102, 102, 104, 108, 127, 130–131, 79, 88, 96
   WormholeDispatcher.sol29.41%100%33.33%27.27%21–22, 26–27, 31–32, 36–37
src/extensions
   GovernorMinimumWeightedVoteWindow.sol100%100%100%100%
   GovernorSettableFixedQuorum.sol100%100%100%100%
src/lib
   SpokeCountingFractional.sol100%100%100%100%

@wildmolasses wildmolasses self-requested a review July 2, 2024 15:58
@alexkeating alexkeating merged commit c453a4f into main Jul 2, 2024
5 checks passed
marcomariscal pushed a commit that referenced this pull request Dec 9, 2024
*Add vote weight window
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.

4 participants