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): Deduct a fee during the creation of a FunToken mapping. Implemented by deductCreateFunTokenFee inside of the eth.evm.v1.MsgCreateFunToken transaction. #1963

Merged
merged 9 commits into from
Jul 12, 2024

chore: typo

2c8f323
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 12, 2024 in 1s

83.89% of diff hit (target 0.00%)

View this Pull Request on Codecov

83.89% of diff hit (target 0.00%)

Annotations

Check warning on line 136 in x/common/testutil/testnetwork/validator_node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/common/testutil/testnetwork/validator_node.go#L136

Added line #L136 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/erc20.go#L108

Added line #L108 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/erc20.go#L140

Added line #L140 was not covered by tests

Check warning on line 111 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#L111

Added line #L111 was not covered by tests

Check warning on line 118 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#L118

Added line #L118 was not covered by tests

Check warning on line 123 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#L123

Added line #L123 was not covered by tests

Check warning on line 145 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#L145

Added line #L145 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L514

Added line #L514 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L550

Added line #L550 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L553

Added line #L553 was not covered by tests