This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
v0.17.0
v0.17.0
- 2022-06-27
Release Notes
This release includes fixes to the fee market module as well as adding configuration to reject non-replay protected transactions. Additionally, the go module has been renamed to evmos/ethermint
.
This release is state-breaking, meaning that it will require setting an upgrade handler to bump the EVM module consensus version.
Changelog
State Machine Breaking
- (evm) #1128 Clear tx logs if tx failed in post processing hooks
- (evm) #1124 Reject non-replay-protected tx in
AnteHandler
to prevent replay attack
API Breaking
- (rpc) #1126 Make some JSON-RPC APIS work for pruned nodes.
- (rpc) #1143 Restrict unprotected txs on the node JSON-RPC configuration.
- (all) #1137 Rename go module to
evmos/ethermint
Improvements
- (deps) #1147 Bump Go version to
1.18
. - (feemarket) #1135 Set lower bound of base fee to min gas price param
- (evm) #1142 Rename
RejectUnprotectedTx
toAllowUnprotectedTxs
for consistency with go-ethereum.
Bug Fixes
- (rpc) #1138 Fix GasPrice calculation with relation to
MinGasPrice
Full Diff: v0.16.1...v0.17.0