-
Notifications
You must be signed in to change notification settings - Fork 1
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: HubVotePool expanded testing #71
Conversation
…CoreIsZeroAddress and testFuzz_RevertIf_HubGovernorIsZeroAddress
3d6a6c3
to
4222db3
Compare
a113e77
to
b72fbb4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job converting these to fuzz tests I left a few comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small feedback
Coverage after merging feat/HubVotePool-expanded-testing into main will be
Coverage Report
|
* Expand testing for hub vote pool
Description
Expands the testing for the
HubVotePool
to handle this issue.Also includes a check against a zero address/empty bytes in
crossChainEVMVote
.