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

feat(evm-funtoken-precompile): Implement "balance", "bankBalance", and "whoAmI" methods #2107

Merged
merged 8 commits into from
Nov 8, 2024

docs

9d15c07
Select commit
Loading
Failed to load commit list.
Merged

feat(evm-funtoken-precompile): Implement "balance", "bankBalance", and "whoAmI" methods #2107

docs
9d15c07
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 8, 2024 in 1s

60.36% of diff hit (target 0.00%)

View this Pull Request on Codecov

60.36% of diff hit (target 0.00%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/errors.go#L63

Added line #L63 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L75

Added line #L75 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L227

Added line #L227 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L234

Added line #L234 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L241

Added line #L241 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L272-L273

Added lines #L272 - L273 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L276-L277

Added lines #L276 - L277 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L281-L283

Added lines #L281 - L283 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L287-L288

Added lines #L287 - L288 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L318-L320

Added lines #L318 - L320 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L325-L327

Added lines #L325 - L327 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L331-L333

Added lines #L331 - L333 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L340-L342

Added lines #L340 - L342 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L347-L349

Added lines #L347 - L349 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L371-L372

Added lines #L371 - L372 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L375-L376

Added lines #L375 - L376 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L400-L402

Added lines #L400 - L402 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L407-L409

Added lines #L407 - L409 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L413-L415

Added lines #L413 - L415 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L422-L424

Added lines #L422 - L424 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L426-L428

Added lines #L426 - L428 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L453-L454

Added lines #L453 - L454 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L478-L480

Added lines #L478 - L480 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L485-L487

Added lines #L485 - L487 were not covered by tests

Check warning on line 56 in x/evm/precompile/oracle.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/oracle.go#L55-L56

Added lines #L55 - L56 were not covered by tests