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

Fix TxIndex wrongly when trace first Tx of a block #1187

Merged
merged 4 commits into from
Jul 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into patch-1
fedekunze authored Jul 19, 2022
commit 5a3917f774607b14789d30ed18ade2738a3677f0
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -54,6 +54,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Bug Fixes

* (evm) [\#1187](https://github.com/evmos/ethermint/pull/1187) Fix `TxIndex` value (expected 0, actual 1) when trace the first tx of a block via `debug_traceTransaction` api
* (rpc) [\#1190](https://github.com/evmos/ethermint/issues/1190) Fix `UnmarshalJSON` panig of breaking EVM and fee market `Params`.
* (rpc) [#1179](https://github.com/evmos/ethermint/pull/1179) Fix gas used in traceTransaction response.

## [v0.17.0] - 2022-06-27

You are viewing a condensed version of this merge commit. You can view the full changes here.