forked from cerc-io/laconicd
* changes from update version * app changes * cmd changes * build and send tx * fix tests * eth_rpc fixes * lint * add WithEventManager to handler ctx * changelog * go mod verify and tidy
2.2 KiB
2.2 KiB
Changelog
[Unreleased]
Improvements
- (x/evm) #181 Updated EVM module to the recommended module structure. @fedekunze
- (app) #188 Misc cleanup @fedekunze:
- (
x/evm) RenameEthereumTxMsg-->MsgEthereumTxandEmintMsg-->MsgEthermintfor consistency with SDK standards - Updated integration and unit tests to use
EthermintAppas testing suite - Use expected keeper interface for
AccountKeeper - Replaced
counttype in keeper withint - Add SDK events for transactions
- (
- #236 Changes from upgrade @fedekunze
- (app/ante) Moved
AnteHandlerimplementation toapp/ante - (keys) Marked
ExportEthKeyCommandas UNSAFE - (x/evm) Moved
BeginBlockandEndBlocktox/evm/abci.go
- (app/ante) Moved