neo-go icon indicating copy to clipboard operation
neo-go copied to clipboard

vm: fix MODPOW operation

Open AliceInHunterland opened this issue 1 year ago • 2 comments

Close #3612

AliceInHunterland avatar Oct 28 '24 13:10 AliceInHunterland

Also please, add one more compatibility test from https://github.com/neo-project/neo/pull/3557: (5 ^ -1) % 4 == 1

AnnaShaleva avatar Oct 28 '24 17:10 AnnaShaleva

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.19%. Comparing base (b8a65d3) to head (b24144a). Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3649      +/-   ##
==========================================
- Coverage   83.26%   83.19%   -0.07%     
==========================================
  Files         334      334              
  Lines       46488    46494       +6     
==========================================
- Hits        38707    38681      -26     
- Misses       6205     6240      +35     
+ Partials     1576     1573       -3     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Oct 28 '24 21:10 codecov[bot]