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)!: Fungible Token conversions #2003

Merged
merged 29 commits into from
Aug 15, 2024

fix: precompile test

1d5114f
Select commit
Loading
Failed to load commit list.
Merged

fix(evm)!: Fungible Token conversions #2003

fix: precompile test
1d5114f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 14, 2024 in 0s

66.91% of diff hit (target 0.00%)

View this Pull Request on Codecov

66.91% of diff hit (target 0.00%)

Annotations

Check warning on line 58 in x/evm/keeper/erc20.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/erc20.go#L58

Added line #L58 was not covered by tests

Check warning on line 79 in x/evm/keeper/erc20.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/erc20.go#L79

Added line #L79 was not covered by tests

Check warning on line 89 in x/evm/keeper/erc20.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/erc20.go#L89

Added line #L89 was not covered by tests

Check warning on line 366 in x/evm/keeper/erc20.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/erc20.go#L366

Added line #L366 was not covered by tests

Check warning on line 374 in x/evm/keeper/erc20.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/erc20.go#L374

Added line #L374 was not covered by tests

Check warning on line 34 in x/evm/keeper/funtoken_from_coin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/funtoken_from_coin.go#L34

Added line #L34 was not covered by tests

Check warning on line 39 in x/evm/keeper/funtoken_from_coin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/funtoken_from_coin.go#L39

Added line #L39 was not covered by tests

Check warning on line 38 in x/evm/keeper/funtoken_from_erc20.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/funtoken_from_erc20.go#L38

Added line #L38 was not covered by tests

Check warning on line 43 in x/evm/keeper/funtoken_from_erc20.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/funtoken_from_erc20.go#L43

Added line #L43 was not covered by tests

Check warning on line 559 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L559

Added line #L559 was not covered by tests

Check warning on line 562 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L562

Added line #L562 was not covered by tests

Check warning on line 633 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L633

Added line #L633 was not covered by tests

Check warning on line 636 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L636

Added line #L636 was not covered by tests

Check warning on line 657 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L657

Added line #L657 was not covered by tests

Check warning on line 660 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L660

Added line #L660 was not covered by tests

Check warning on line 663 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L663

Added line #L663 was not covered by tests

Check warning on line 675 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L675

Added line #L675 was not covered by tests

Check warning on line 678 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L678

Added line #L678 was not covered by tests

Check warning on line 684 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L684

Added line #L684 was not covered by tests

Check warning on line 687 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L687

Added line #L687 was not covered by tests

Check warning on line 692 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L692

Added line #L692 was not covered by tests

Check warning on line 698 in x/evm/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L698

Added line #L698 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L160-L161

Added lines #L160 - L161 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/precompile/funtoken.go#L163-L168

Added lines #L163 - L168 were not covered by tests