Skip to content
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

Modify rvgo/fast/yul64.go implementation to use yul256 implementation like slow / evm #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mininny
Copy link
Collaborator

@mininny mininny commented Jan 17, 2025

Currently, a series of calculation functions on yul256.go - specifically add, div, sdiv, mod, smod, lt, gt, slt, sgt, eq, iszero, xor, sar are unused

However, these functions are meant to be used in the yul64.go, as slow and evm implementation has yul64 calculation functions inherited from the behavior from yul256 functions.

@mininny mininny force-pushed the feature/mininny/audit-25 branch from 7b644b2 to 1517b1b Compare January 17, 2025 15:57
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.87%. Comparing base (8355a95) to head (1517b1b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
+ Coverage   61.63%   62.87%   +1.23%     
==========================================
  Files          27       27              
  Lines        4147     4110      -37     
==========================================
+ Hits         2556     2584      +28     
+ Misses       1444     1385      -59     
+ Partials      147      141       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants