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

Commit 09b6a89

Browse files
committed
changelog
1 parent 261f86f commit 09b6a89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 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.1.0] - 2020-08-23
3939

4040
### Improvements
4141

@@ -44,7 +44,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
4444
* (app) [\#188](https://github.com/ChainSafe/ethermint/issues/186) Misc cleanup:
4545
* (`x/evm`) Rename `EthereumTxMsg` --> `MsgEthereumTx` and `EmintMsg` --> `MsgEthermint` for consistency with SDK standards
4646
* Updated integration and unit tests to use `EthermintApp` as testing suite
47-
* Use expected keeper interface for `AccountKeeper`
47+
* Use expected `Keeper` interface for `AccountKeeper`
4848
* Replaced `count` type in keeper with `int`
4949
* Add SDK events for transactions
5050
* [\#236](https://github.com/ChainSafe/ethermint/pull/236) Changes from upgrade:
@@ -54,7 +54,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
5454
* (`x/evm`) [\#255](https://github.com/ChainSafe/ethermint/pull/255) Add missing `GenesisState` fields and support `ExportGenesis` functionality.
5555
* [\#272](https://github.com/ChainSafe/ethermint/pull/272) Add `Logger` for evm module.
5656
* [\#317](https://github.com/ChainSafe/ethermint/pull/317) `GenesisAccount` validation.
57-
* (`x/evm`) [\#319](https://github.com/ChainSafe/ethermint/pull/319) Verious evm improvements:
57+
* (`x/evm`) [\#319](https://github.com/ChainSafe/ethermint/pull/319) Various evm improvements:
5858
* Add transaction `[]*ethtypes.Logs` to evm's `GenesisState` to persist logs after an upgrade.
5959
* Remove evm `CodeKey` and `BlockKey`in favor of a prefix `Store`.
6060
* Set `BlockBloom` during `EndBlock` instead of `BeginBlock`.
@@ -67,9 +67,9 @@ Ref: https://keepachangelog.com/en/1.0.0/
6767
* (rpc) [\#330](https://github.com/ChainSafe/ethermint/issues/330) Implement `PublicFilterAPI`'s `EventSystem` which subscribes to Tendermint events upon `Filter` creation.
6868
* (rpc) [\#231](https://github.com/ChainSafe/ethermint/issues/231) Implement `NewBlockFilter` in rpc/filters.go which instantiates a polling block filter
6969
* Polls for new blocks via `BlockNumber` rpc call; if block number changes, it requests the new block via `GetBlockByNumber` rpc call and adds it to its internal list of blocks
70-
* Update uninstallFilter and getFilterChanges accordingly
71-
* uninstallFilter stops the polling goroutine
72-
* getFilterChanges returns the filter's internal list of block hashes and resets it
70+
* Update `uninstallFilter` and `getFilterChanges` accordingly
71+
* `uninstallFilter` stops the polling goroutine
72+
* `getFilterChanges` returns the filter's internal list of block hashes and resets it
7373
* (rpc) [\#54](https://github.com/ChainSafe/ethermint/issues/54), [\#55](https://github.com/ChainSafe/ethermint/issues/55)
7474
Implement `eth_getFilterLogs` and `eth_getLogs`:
7575
* For a given filter, look through each block for transactions. If there are transactions in the block, get the logs from it, and filter using the filterLogs method

0 commit comments

Comments
 (0)