From b3b4ccfc814225c72291050981df2bf59f4c1abc Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Thu, 24 Feb 2022 09:54:58 -0500 Subject: [PATCH] updates (#11263) (cherry picked from commit c9a37fe4beaea1da6dea789ba436136b758d5f1b) # Conflicts: # CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f17fb130d487..715518ef4ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,11 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Bug Fixes +<<<<<<< HEAD +======= +* (store) [\#11177](https://github.com/cosmos/cosmos-sdk/pull/11177) Update the prune `everything` strategy to store the last two heights. +* [\#10844](https://github.com/cosmos/cosmos-sdk/pull/10844) Automatic recovering non-consistent keyring storage during public key import. +>>>>>>> c9a37fe4b (updates (#11263)) * (store) [\#11117](https://github.com/cosmos/cosmos-sdk/pull/11117) Fix data race in store trace component ### Improvements