Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 11fbf1f

Browse files
authored
update changelog for rpc api changes (#824)
* add cmd flag for rpc api modules * add rpc-api flags * improve test by fixing race condition by sleeping * edit changelog
1 parent d1e22e1 commit 11fbf1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
3535

3636
# Changelog
3737

38-
## Unreleased
38+
## [v0.4.1] - 2021-03-01
3939

4040
### API Breaking
4141

@@ -44,7 +44,6 @@ Ref: https://keepachangelog.com/en/1.0.0/
4444

4545
### Bug Fixes
4646

47-
4847
* (evm) [\#760](https://github.com/cosmos/ethermint/issues/760) Fix Failed to call function EstimateGas.
4948
* (evm) [\#767](https://github.com/cosmos/ethermint/issues/767) Fix error of timeout when using Truffle to deploy contract.
5049
* (evm) [\#751](https://github.com/cosmos/ethermint/issues/751) Fix misused method to calculate block hash in evm related function.
@@ -58,6 +57,9 @@ Ref: https://keepachangelog.com/en/1.0.0/
5857
* (evm) [\#674](https://github.com/cosmos/ethermint/issues/674) Reset all cache after account data has been committed in `EndBlock` to make sure every node state consistent.
5958
* (evm) [\#672](https://github.com/cosmos/ethermint/issues/672) Fix panic of `wrong Block.Header.AppHash` when restart a node with snapshot.
6059

60+
### Features
61+
* (api) [\#821](https://github.com/cosmos/ethermint/pull/821) Individually enable the api modules. Will be implemented in the latest version of ethermint with the upcoming stargate upgrade.
62+
6163
## [v0.4.0] - 2020-12-15
6264

6365
### API Breaking

0 commit comments

Comments
 (0)