From 990852a5b2bf9b73e67cd202c2f7992580f3de3b Mon Sep 17 00:00:00 2001 From: Alexander Bezobchuk Date: Tue, 23 Oct 2018 10:43:45 -0700 Subject: [PATCH] Update PENDING.md Co-Authored-By: alessio --- PENDING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PENDING.md b/PENDING.md index 4f3e03b21..cfadb97cd 100644 --- a/PENDING.md +++ b/PENDING.md @@ -159,7 +159,8 @@ IMPROVEMENTS * Gaia CLI (`gaiacli`) * [cli] #2060 removed `--select` from `block` command * [cli] #2128 fixed segfault when exporting directly after `gaiad init` - * [cli] [\#1255](https://github.com/cosmos/cosmos-sdk/issues/1255) make keybase opened with readonly option for query-purpose cli commands + * [cli] [\#1255](https://github.com/cosmos/cosmos-sdk/issues/1255) open KeyBase in read-only mode + for query-purpose CLI commands * Gaia * [x/stake] [#2023](https://github.com/cosmos/cosmos-sdk/pull/2023) Terminate iteration loop in `UpdateBondedValidators` and `UpdateBondedValidatorsFull` when the first revoked validator is encountered and perform a sanity check.