-
Notifications
You must be signed in to change notification settings - Fork 9
feat: Add jovian specific consensus errors for jovian #551
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
base: unstable
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files
... and 26 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
emhane
left a comment
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.
awesome!
emhane
left a comment
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.
commits need to be cherrypicked onto latest unstable
678a107 to
05a209c
Compare
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
05a209c to
3db6318
Compare
emhane
left a comment
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.
nice! just some nitpicks
| return Err(OpConsensusError::Eth(ConsensusError::BlockGasUsed { | ||
| gas: GotExpected { got: cumulative_gas_used, expected: header.gas_used() }, | ||
| gas_spent_by_tx: gas_spent_by_transactions(receipts), | ||
| }) | ||
| })) |
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.
same here nitpick, i think this works
Err(ConsensusError::BlockGasUsed { ..etc })?Co-authored-by: Emilia Hane <[email protected]>
Closes #517