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): EVM fungible token protobufs and encoding tests #1936

Merged
merged 9 commits into from
Jun 26, 2024

feat(eth): finalize protobuf impl for eth.HexAddr

b2286cf
Select commit
Loading
Failed to load commit list.
Merged

feat(evm): EVM fungible token protobufs and encoding tests #1936

feat(eth): finalize protobuf impl for eth.HexAddr
b2286cf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 25, 2024 in 0s

60.19% of diff hit (target 0.00%)

View this Pull Request on Codecov

60.19% of diff hit (target 0.00%)

Annotations

Check warning on line 39 in eth/hex.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/hex.go#L39

Added line #L39 was not covered by tests

Check warning on line 67 in eth/hex.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/hex.go#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 95 in eth/hex.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/hex.go#L90-L95

Added lines #L90 - L95 were not covered by tests

Check warning on line 111 in eth/hex.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/hex.go#L111

Added line #L111 was not covered by tests

Check warning on line 116 in eth/hex.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/hex.go#L116

Added line #L116 was not covered by tests

Check warning on line 77 in eth/state_encoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/state_encoder.go#L77

Added line #L77 was not covered by tests

Check warning on line 18 in x/evm/evm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/evm.go#L17-L18

Added lines #L17 - L18 were not covered by tests

Check warning on line 23 in x/evm/evm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/evm.go#L21-L23

Added lines #L21 - L23 were not covered by tests

Check warning on line 27 in x/evm/evm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/evm.go#L26-L27

Added lines #L26 - L27 were not covered by tests

Check warning on line 55 in x/evm/evm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/evm.go#L51-L55

Added lines #L51 - L55 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/funtoken_state.go#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 49 in x/evm/keeper/funtoken_state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/funtoken_state.go#L49

Added line #L49 was not covered by tests

Check warning on line 59 in x/evm/keeper/funtoken_state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/funtoken_state.go#L56-L59

Added lines #L56 - L59 were not covered by tests

Check warning on line 85 in x/evm/keeper/funtoken_state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/funtoken_state.go#L82-L85

Added lines #L82 - L85 were not covered by tests

Check warning on line 88 in x/evm/keeper/funtoken_state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/funtoken_state.go#L87-L88

Added lines #L87 - L88 were not covered by tests