From 1ffb6221cf8226469402a4ccdf2cdc2b6421fb0d Mon Sep 17 00:00:00 2001 From: mmsqe Date: Thu, 26 Jan 2023 11:13:34 +0800 Subject: [PATCH] add change doc --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0696aa0beb..45c3bb7fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (rpc) [#1613](https://github.com/evmos/ethermint/pull/1613) Change the default json-rpc listen address to localhost. * (rpc) [#1611](https://github.com/evmos/ethermint/pull/1611) Add missing next fee in fee history, fix wrong oldestBlock and align earliest input as ethereum. * (proto) [#1586](https://github.com/evmos/ethermint/pull/1586) Avoid duplicate register proto type in `evm` & `feemarket` +* (rpc) [#1638](https://github.com/evmos/ethermint/pull/1638) Align query result of future block for `eth_getTransactionCount`. ## [v0.20.0] - 2022-12-28