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

fix(evm-precompiles): add assertNumArgs validation #2060

Merged
merged 2 commits into from
Oct 3, 2024

fix(evm-precompiles): add assertNumArgs validation

baac2e4
Select commit
Loading
Failed to load commit list.
Merged

fix(evm-precompiles): add assertNumArgs validation #2060

fix(evm-precompiles): add assertNumArgs validation
baac2e4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 2, 2024 in 1s

9.09% of diff hit (target 0.00%)

View this Pull Request on Codecov

9.09% of diff hit (target 0.00%)

Annotations

Check warning on line 52 in x/evm/precompile/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/errors.go#L52

Added line #L52 was not covered by tests

Check warning on line 210 in x/evm/precompile/funtoken.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L209-L210

Added lines #L209 - L210 were not covered by tests

Check warning on line 360 in x/evm/precompile/wasm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/wasm.go#L359-L360

Added lines #L359 - L360 were not covered by tests

Check warning on line 89 in x/evm/precompile/wasm_parse.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/wasm_parse.go#L88-L89

Added lines #L88 - L89 were not covered by tests

Check warning on line 148 in x/evm/precompile/wasm_parse.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/wasm_parse.go#L147-L148

Added lines #L147 - L148 were not covered by tests

Check warning on line 194 in x/evm/precompile/wasm_parse.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/wasm_parse.go#L193-L194

Added lines #L193 - L194 were not covered by tests

Check warning on line 228 in x/evm/precompile/wasm_parse.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/wasm_parse.go#L227-L228

Added lines #L227 - L228 were not covered by tests