-
Notifications
You must be signed in to change notification settings - Fork 32
feat(monitorism): Add ETH conservation invariant monitor #135
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
5b5edc6
to
5c54481
Compare
@@ -35,7 +34,7 @@ func newCli(GitCommit string, GitDate string) *cli.App { | |||
Usage: "OP Stack Monitoring", | |||
Description: "OP Stack Monitoring", | |||
EnableBashCompletion: true, | |||
Version: params.VersionWithCommit(GitCommit, GitDate), |
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.
Note to reviewer - this doesn't exist anymore.
88e9e9e
to
ee4661a
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.
Looking good, would be ideal if we can also add anvil tests like the ones that exist for transaction_monitor. Just one comment about accounting for selfdestruct
ee4661a
to
9ac41de
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.
LGTM! Nice work.
Accepting the lack of tests because our testing infra isn't so good and anvil doesn't support the debug namespaces |
Okay need to investigate why the CI is not triggering here @raffaele-oplabs tomorrow one of us got time there :) |
207efae
forcing circleci
forcing circleci
Interesting that the linter seems broken next week we should have a look and would go for the deployment around next week. |
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
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.
Thanks for the work we will make follow up, and deploy this one in the infra next week fully.
* feat(monitorism): Add ETH conservation invariant monitor * Update README.md * Update README.md forcing circleci * Update README.md forcing circleci * chore: fix ci --------- Co-authored-by: Raffaele <[email protected]> Co-authored-by: ethnical <[email protected]>
Overview
Adds a new invariant monitor for the ETH conservation invariant. This is intended to serve alerts to the team if anything goes wrong with respect to fee calculation in the EVM.