-
Notifications
You must be signed in to change notification settings - Fork 52
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
evm: add fuzz tests #239
evm: add fuzz tests #239
Conversation
0ace4f0
to
aff27ad
Compare
c0484e4
to
5b765fc
Compare
f3ef242
to
2569ca7
Compare
986dba5
to
d69d570
Compare
df58b00
to
92e9f3b
Compare
I wrote fuzz tests for Trimmed Amount here: https://github.com/wormhole-foundation/example-native-token-transfers/pull/269/files#diff-a7a75ec27a39e2e8f3e35eb187347d1adc9eaece37a5abacd6cb2113551a88f6 It would be great if we could keep enforce the same invariants on both sides |
bd8f711
to
7a20dbb
Compare
sure - i've updated the existing invariant tests and added in a few more |
c533cd9
to
8c95b29
Compare
ace7643
to
03759b1
Compare
Fixes #174.