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): use atto denomination for the wei units in the EVM so that NIBI is "ether" to clients #1985

Merged
merged 20 commits into from
Aug 6, 2024

Merge branch 'ud/attonibi' of https://github.com/NibiruChain/nibiru i…

dfab619
Select commit
Loading
Failed to load commit list.
Merged

feat(evm): use atto denomination for the wei units in the EVM so that NIBI is "ether" to clients #1985

Merge branch 'ud/attonibi' of https://github.com/NibiruChain/nibiru i…
dfab619
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 6, 2024 in 0s

67.93% of diff hit (target 0.00%)

View this Pull Request on Codecov

67.93% of diff hit (target 0.00%)

Annotations

Check warning on line 59 in eth/eth_account.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/eth_account.go#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 63 in eth/eth_account.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/eth_account.go#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 66 in eth/eth_account.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/eth_account.go#L66

Added line #L66 was not covered by tests

Check warning on line 74 in eth/eth_account.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/eth_account.go#L74

Added line #L74 was not covered by tests

Check warning on line 91 in eth/eth_account.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/eth_account.go#L91

Added line #L91 was not covered by tests

Check warning on line 264 in x/evm/evmtest/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/evmtest/tx.go#L249-L264

Added lines #L249 - L264 were not covered by tests

Check warning on line 269 in x/evm/evmtest/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/evmtest/tx.go#L267-L269

Added lines #L267 - L269 were not covered by tests

Check warning on line 271 in x/evm/evmtest/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/evmtest/tx.go#L271

Added line #L271 was not covered by tests

Check warning on line 97 in x/evm/keeper/gas_fees.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/gas_fees.go#L97

Added line #L97 was not covered by tests

Check warning on line 100 in x/evm/keeper/gas_fees.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/gas_fees.go#L100

Added line #L100 was not covered by tests

Check warning on line 448 in x/evm/keeper/grpc_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/grpc_query.go#L448

Added line #L448 was not covered by tests

Check warning on line 463 in x/evm/keeper/grpc_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/grpc_query.go#L463

Added line #L463 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/msg_server.go#L471

Added line #L471 was not covered by tests

Check warning on line 217 in x/evm/keeper/statedb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/statedb.go#L216-L217

Added lines #L216 - L217 were not covered by tests

Check warning on line 77 in x/evm/statedb/state_object.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/statedb/state_object.go#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 449 in x/evm/statedb/statedb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/statedb/statedb.go#L448-L449

Added lines #L448 - L449 were not covered by tests

Check warning on line 459 in x/evm/statedb/statedb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/statedb/statedb.go#L459

Added line #L459 was not covered by tests

Check warning on line 466 in x/evm/statedb/statedb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/statedb/statedb.go#L466

Added line #L466 was not covered by tests