nspcc-dev / neo-go

Go Node and SDK for the Neo blockchain
MIT License
123 stars 79 forks source link

vm: fix modmul operation #3599

Closed Slava0135 closed 1 month ago

Slava0135 commented 1 month ago

Problem

Resolves #3598

Solution

Use Rem operation instead of Mod, same as in MOD opcode

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 85.19%. Comparing base (fb4a4f0) to head (9aca090). Report is 311 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3599 +/- ## ========================================== - Coverage 86.10% 85.19% -0.92% ========================================== Files 331 333 +2 Lines 38107 39007 +900 ========================================== + Hits 32813 33231 +418 - Misses 3780 4206 +426 - Partials 1514 1570 +56 ```

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