-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(evm): use atto denomination for the wei units in the EVM so that…
… NIBI is "ether" to clients (#1985) * refactor: remove unused vars. improve error clarity for testnetwork/New * refactor: use pebbledb as the test db * changelog * refactor(statedb): separate Account and AccountWei to have state objects manipulate in wei units * math functions for unibi and wei * chore: wei unit migration * test(statedb): complete the wei-based account migration. Remove all mocks * test(statedb_test.go): more thorough test cases * fix(e2e): avoid BigInt overflow with 10^18 values * pull /eth from ud/account-query * fix(evmante): CheckSenderBalance needs to use wei * revert: add back NibiruAccount query to mock client * fix(e2e-evm): add logging and fix tests * chore: resolve last few merge conflicts * refactor: include variable name change suggestion for BalanceNative * refactor: include variable name change suggestion for BalanceNative
- Loading branch information
1 parent
d2601f1
commit cbb14ba
Showing
38 changed files
with
1,130 additions
and
652 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.