-
Notifications
You must be signed in to change notification settings - Fork 39
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: add quorum #49
feat: add quorum #49
Conversation
1cfb86c
to
8fad83c
Compare
528b1e8
to
8735702
Compare
8735702
to
a1d1d36
Compare
8cce1d9
to
a3b1038
Compare
BenchmarkFor future optimizations, I've run forge test --match-contract Quorum --gas-report --fuzz-seed 1 Here is the gas report.
The most important data points are the min and max gas costs for the submitClaim function. |
This branch could use a rebase |
a3b1038
to
b5ea2fc
Compare
|
a8d9d46
to
e74ea86
Compare
a14a45c
to
bafba5a
Compare
should the commit "feat: revert if erc20 deposit failed" be in this PR? Maybe you rebased this PR on "next" branch but pushed to base "main"? |
Oops, sorry! I think I rebased this on top of |
73bf922
to
a8454c6
Compare
f6f1dfd
to
102fa78
Compare
83c3b2b
to
c9f1b91
Compare
c9f1b91
to
86115d8
Compare
86115d8
to
38ffdb6
Compare
38ffdb6
to
879ced7
Compare
- Special thanks to @ZzzzHui for helping with gas optimizations!
879ced7
to
2acc815
Compare
rebased on top of main branch. |
Closes #48