-
Couldn't load subscription status.
- Fork 114
feat: tablecalc modules #514
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
Conversation
src/middlewareV2/tableCalculator/BN254TableCalculatorWithCaps.sol
Outdated
Show resolved
Hide resolved
src/middlewareV2/tableCalculator/BN254TableCalculatorWithCaps.sol
Outdated
Show resolved
Hide resolved
src/middlewareV2/tableCalculator/BN254WeightedTableCalculator.sol
Outdated
Show resolved
Hide resolved
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.
2 more minor comments
src/middlewareV2/tableCalculator/BN254WeightedTableCalculator.sol
Outdated
Show resolved
Hide resolved
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.
2 more need to move to un-audited. Also, can we add PR description
Motivation:
Current reference TableCalculator implementation is too simple for most AVSs.
Modifications:
Created a few templates that AVSs can use to write a TableCalculator that suits their needs.
Result:
Better AVS devex.