From 685361b7169f647174182fe5711f442de1c0234f Mon Sep 17 00:00:00 2001 From: Daniel Burckhardt Date: Fri, 27 May 2022 17:03:29 +0200 Subject: [PATCH] impr(evm): Add CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0960ff578..eb00bff48e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (cli) [tharsis#1086](https://github.com/tharsis/ethermint/pull/1086) Add rollback command. * (specs) [tharsis#1095](https://github.com/tharsis/ethermint/pull/1095) Add more evm specs concepts. +* (evm) [tharsis#1101](https://github.com/tharsis/ethermint/pull/1101) Add tx_type, gas and counter telemetry for ethereum txs. ### Bug Fixes