da9157e406
* 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
-->MsgEthereumTx
andEmintMsg
-->MsgEthermint
for consistency with SDK standards - Updated integration and unit tests to use
EthermintApp
as testing suite - Use expected keeper interface for
AccountKeeper
- Replaced
count
type in keeper withint
- Add SDK events for transactions
- (
- #236 Changes from upgrade @fedekunze
- (app/ante) Moved
AnteHandler
implementation toapp/ante
- (keys) Marked
ExportEthKeyCommand
as UNSAFE - (x/evm) Moved
BeginBlock
andEndBlock
tox/evm/abci.go
- (app/ante) Moved