Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

v0.16.0

Compare
Choose a tag to compare
@fedekunze fedekunze released this 06 Jun 08:23
· 9 commits to release/v0.16.x since this release
8fe8072

v0.16.0 - 2022-06-06

Changelog

State Machine Breaking

  • (feemarket) tharsis#1105 Update BaseFee calculation based on GasWanted instead of GasUsed.

API Breaking

  • (feemarket) tharsis#1104 Enforce a minimum gas price for Cosmos and EVM transactions through the MinGasPrice parameter.
  • (rpc) tharsis#1081 Deduplicate some json-rpc logic codes, cleanup several dead functions.
  • (ante) tharsis#1062 Emit event of eth tx hash in ante handler to support query failed transactions.
  • (analytics) tharsis#1106 Update telemetry to Ethermint modules.
  • (rpc) tharsis#1108 Update GetGasPrice RPC endpoint with global MinGasPrice

Improvements

Bug Fixes

  • (rpc) tharsis#1082 fix gas price returned in getTransaction api.
  • (evm) tharsis#1088 Fix ability to append log in tx post processing.
  • (rpc) tharsis#1081 fix debug_getBlockRlp/debug_printBlock don't filter failed transactions.
  • (ante) tharsis#1111 Move CanTransfer decorator before GasConsume decorator
  • (types) tharsis#1112 Add GetBaseAccount to avoid invalid account error when create vesting account.

Full Diff: v0.15.0...v0.16.0