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

New test DAO deployments #96

Merged
merged 12 commits into from
Mar 25, 2024
Merged

New test DAO deployments #96

merged 12 commits into from
Mar 25, 2024

Conversation

alexkeating
Copy link
Collaborator

Description

  • Deploy new Gitcoin test DAO
  • Deploy new PoolTogether DAO

Copy link
Contributor

@wildmolasses wildmolasses left a comment

Choose a reason for hiding this comment

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

lgtm, one nit

@@ -70,6 +70,9 @@ contract WormholeL2FlexibleVotingDeploy is Script, ScriptConstants {
vm.envOr("CONTRACT_OWNER", msg.sender)
);

vm.broadcast();
l1TokenBridge.updateGasLimit(500_000);
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: would like comment on motivation if possible

@alexkeating alexkeating merged commit 1c0bbf2 into main Mar 25, 2024
4 checks passed
Copy link

Coverage after merging chore/deploy-latest into main will be

94.80%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   L1VotePool.sol100%100%100%100%
   L2CountingFractional.sol81.03%55.56%100%90.63%118, 118, 163, 163, 170, 170, 200–202, 94, 94
   L2GovernorMetadata.sol93.33%75%100%100%103
   L2VoteAggregator.sol96.05%87.50%100%97.62%135, 216, 266
   WormholeL1ERC20Bridge.sol96.15%83.33%100%100%77
   WormholeL1GovernorMetadataBridge.sol100%100%100%100%
   WormholeL1VotePool.sol100%100%100%100%
   WormholeL2ERC20.sol100%100%100%100%
   WormholeL2GovernorMetadata.sol100%100%100%100%
   WormholeL2VoteAggregator.sol100%100%100%100%
   WormholeReceiver.sol100%100%100%100%
   WormholeSender.sol100%100%100%100%
src/optimized
   WormholeL2GovernorMetadataOptimized.sol100%100%100%100%
   WormholeL2VoteAggregatorCalldataCompressor.sol82.22%85.71%80%80.77%126–128, 128, 128–130

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.

2 participants