-
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] code and doc clean up #6252
[Flow EVM] code and doc clean up #6252
Conversation
// check balance is not prone to rounding error | ||
if types.BalanceConversionToUFix64ProneToRoundingError(call.Value) { | ||
return types.NewInvalidResult( | ||
call.Transaction(), | ||
types.ErrWithdrawBalanceRounding), nil | ||
} | ||
|
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.
This logic was moved from the handler level to here.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6252 +/- ##
==========================================
+ Coverage 41.44% 41.47% +0.02%
==========================================
Files 2009 2009
Lines 142990 142998 +8
==========================================
+ Hits 59268 59302 +34
+ Misses 77540 77522 -18
+ Partials 6182 6174 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ithub.com:onflow/flow-go into ramtin/evm-code-cleanup-and-doc-improvement-part2
This PR cleans up and improves documentation for flow EVM. It doesn't include any major change, mostly fixing typos and removing code duplicates