From 1de447c4c5b5e5affeb23fd5eec387ba954020ae Mon Sep 17 00:00:00 2001 From: tnasu Date: Mon, 9 May 2022 12:35:39 +0900 Subject: [PATCH] tag v1.0.5 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21123f354..edb92ecb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## v1.0.5 + +*May 9, 2022* + +* Improve checking tx with txsMap for fixing the inconsistency between mem.txs and mem.txsMap +* Apply changes up to tendermint v0.34.19 + +### BREAKING CHANGE +- Nothing + +### FEATURES +- Nothing + +### IMPROVEMENTS +- [mempool] [\#394](https://github.com/line/ostracon/pull/394) Remove panic for unexpected tx response in resCbRecheck +- [mempool] [\#404](https://github.com/line/ostracon/pull/404) Improve checking tx with txsMap for fixing the inconsistency between mem.txs and mem.txsMap +- [upgrade/tm-db] [\#402](https://github.com/line/ostracon/pull/402) Upgrade to line/tm-db-v2.0.0-init.1.0.20220121012851-61d2bc1d9486 +- [backport/tendermint] [\#368](https://github.com/line/ostracon/pull/368) Main patch tm-v0.34.15 +- [backport/tendermint] [\#407](https://github.com/line/ostracon/pull/407) Revert: not to use grpc/credentials/insecure for compatibility +- [backport/tendermint] [\#375](https://github.com/line/ostracon/pull/375) Main patch tm-v0.34.16 +- [backport/tendermint] [\#389](https://github.com/line/ostracon/pull/389) Main patch tm-v0.34.17 +- [backport/tendermint] [\#401](https://github.com/line/ostracon/pull/401) Main patch tm-v0.34.18, tm-v0.34.19 +- [github/stale] [\#377](https://github.com/line/ostracon/pull/377) Exclude auto-closing of issues in github actions +- [test] [\#403](https://github.com/line/ostracon/pull/403) Improve vrf test + +### BUG FIXES +- Nothing + ## v1.0.4 *Feb 25, 2022*