Changelog
- d71d67d refactor(evm): embeds (#1984)
- 7dd9dd4 feat(evm): Combine both account queries into "/eth.evm.v1.Query/EthAccount", accepting both nibi-prefixed Bech32 addresses and Ethereum-type hexadecimal addresses as input. (#1986)
- cbb14ba feat(evm): use atto denomination for the wei units in the EVM so that NIBI is "ether" to clients (#1985)
- d2601f1 chore(evm): remove ExtensionOptionsWeb3Tx and ExtensionOptionDynamicFeeTx (#1983)
- d7092f3 fix(evm): gas prices (#1982)
- 3c73f03 refactor(evm): clean up e2e tests (#1980)
- ed12018 chore(deps): bump bufbuild/buf-setup-action from 1.35.0 to 1.35.1 (#1974)
- 946bfbf fix(evm): remove isCheckTx() short circuit on
AnteDecVerifyEthAcc
(#1981) - c0053ef refactor(db): use pebbledb as the default db in integration tests (#1979)
- d78385b refactor(evm): unique chain ids for all networks (#1976)
- f0371aa refactor(evm): clean up AnteHandler setup (#1966)
- c77809a feat(evm): export genesis (#1967)
- 9ac9d70 fix(localnet): rolled back change of evm validator address with cosmos derivation path (#1977)
- a0114d6 fix(localnet): use correct EVM address for validator account
- e35acf2 chore(appconst): Add chain IDs ending in "3" to the "knownEthChainIDMap". This makes it possible to use devnet 3 and testnet 3. (#1973)
- 9c927cb chore(deps): bump robinraju/release-downloader from 1.10 to 1.11 (#1948)
- abec9bd refactor(evm): move evmante handlers into separate package (#1970)
- e1febe7 chore(deps): bump bufbuild/buf-setup-action from 1.33.0 to 1.35.0 (#1972)
- 197f652 feat(evm): typed events for contract creation, contract execution and transfer (#1971)
- afc7c0f refactor(evm): funtoken events, cli commands and queries (#1968)
- f898bae Revert "refactor(evm): move evmante handlers into separate package"
- 0b901e6 refactor(evm): move evmante handlers into separate package