cd41c48075
* Fix TxIndex wrongly when trace first Tx of a block If `Predecessors` is empty, `txConfig.TxIndex` originally = 0 and when it reachs line 401 `txConfig.TxIndex++`, it will becomes 1. It should be 0 * apply suggestion and add change-log * fix comment Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> |
||
---|---|---|
.. | ||
evm | ||
feemarket | ||
README.md |
List of Modules
Here are the modules required in Ethermint :
- EVM - Implement the EVM as a Cosmos SDK module.
- Fee Market - Define a global variable fee for Cosmos transactions based on EIP-1559.