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

Derive proposal ids to prevent stack to deep errors in tests #81

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

apbendi
Copy link
Member

@apbendi apbendi commented Oct 11, 2023

fixes #78

@apbendi apbendi requested a review from alexkeating October 11, 2023 19:36
@github-actions
Copy link

Coverage after merging fix-tests-without-optimizer into main will be

95.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   FakeERC20.sol100%100%100%100%
   L1Block.sol25%100%25%25%23, 27, 31
   L1VotePool.sol100%100%100%100%
   L2GovernorMetadata.sol100%100%100%100%
   L2VoteAggregator.sol92.77%81.82%100%95.56%109, 145, 217, 259, 262, 265
   WormholeL1ERC20Bridge.sol88.46%66.67%100%93.33%100, 105, 78
   WormholeL1GovernorMetadataBridge.sol100%100%100%100%
   WormholeL1VotePool.sol100%100%100%100%
   WormholeL2ERC20.sol95.24%75%100%100%94
   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.sol94.59%91.67%100%95.24%60–61

@apbendi apbendi merged commit e469857 into main Oct 11, 2023
4 checks passed
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.

Fix Stack Too Deep Error in Tests
2 participants