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

evmmax: Initial implementation of EVMMAX instructions (EIP-6690) #742

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

evmmax: Simplify evmmax implementation.

ab38a8d
Select commit
Loading
Failed to load commit list.
Open

evmmax: Initial implementation of EVMMAX instructions (EIP-6690) #742

evmmax: Simplify evmmax implementation.
ab38a8d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 11, 2024 in 1s

95.65% of diff hit (target 97.91%)

View this Pull Request on Codecov

95.65% of diff hit (target 97.91%)

Annotations

Check warning on line 11 in lib/evmmax/evmmax.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmmax/evmmax.cpp#L11

Added line #L11 was not covered by tests

Check warning on line 85 in lib/evmmax/evmmax.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmmax/evmmax.cpp#L85

Added line #L85 was not covered by tests

Check warning on line 100 in lib/evmmax/evmmax.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmmax/evmmax.cpp#L100

Added line #L100 was not covered by tests

Check warning on line 141 in lib/evmmax/evmmax.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmmax/evmmax.cpp#L141

Added line #L141 was not covered by tests

Check warning on line 180 in lib/evmmax/evmmax.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmmax/evmmax.cpp#L180

Added line #L180 was not covered by tests

Check warning on line 205 in lib/evmmax/evmmax.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmmax/evmmax.cpp#L205

Added line #L205 was not covered by tests

Check warning on line 208 in lib/evmmax/evmmax.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmmax/evmmax.cpp#L208

Added line #L208 was not covered by tests

Check warning on line 232 in lib/evmmax/evmmax.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmmax/evmmax.cpp#L232

Added line #L232 was not covered by tests

Check warning on line 244 in lib/evmmax/evmmax.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmmax/evmmax.cpp#L244

Added line #L244 was not covered by tests

Check warning on line 256 in lib/evmmax/evmmax.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmmax/evmmax.cpp#L256

Added line #L256 was not covered by tests

Check warning on line 268 in lib/evmmax/evmmax.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmmax/evmmax.cpp#L268

Added line #L268 was not covered by tests

Check warning on line 280 in lib/evmmax/evmmax.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmmax/evmmax.cpp#L280

Added line #L280 was not covered by tests

Check warning on line 1194 in lib/evmone/instructions.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmone/instructions.hpp#L1194

Added line #L1194 was not covered by tests

Check warning on line 1216 in lib/evmone/instructions.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmone/instructions.hpp#L1216

Added line #L1216 was not covered by tests

Check warning on line 1231 in lib/evmone/instructions.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmone/instructions.hpp#L1231

Added line #L1231 was not covered by tests

Check warning on line 1248 in lib/evmone/instructions.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmone/instructions.hpp#L1248

Added line #L1248 was not covered by tests