-
Notifications
You must be signed in to change notification settings - Fork 180
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
[Flow EVM] improvements to COA proof verification #5379
[Flow EVM] improvements to COA proof verification #5379
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5379 +/- ##
==========================================
+ Coverage 56.01% 57.14% +1.12%
==========================================
Files 1024 782 -242
Lines 99244 78585 -20659
==========================================
- Hits 55594 44906 -10688
+ Misses 39407 30096 -9311
+ Partials 4243 3583 -660
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…n' of github.com:onflow/flow-go into ramtin/5197-part4-improvemetns-to-COA-proof-verification
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.
👍
Co-authored-by: Bastian Müller <bastian@turbolent.com>
This PR improves the COA proof verification function by returning a boolean from the invoke call, and handles errors properly (panic on fatal or backend errors)