From 21795672c4bac24aff6605467ab5d8dcd366ff2e Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Tue, 13 Nov 2018 15:55:22 +0100 Subject: [PATCH] Update PENDING.md --- PENDING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PENDING.md b/PENDING.md index f699ef4636..e10e0620f7 100644 --- a/PENDING.md +++ b/PENDING.md @@ -27,10 +27,11 @@ FEATURES * [gov][cli] [\#2479](https://github.com/cosmos/cosmos-sdk/issues/2479) Added governance parameter query commands. * [stake][cli] [\#2027] Add CLI query command for getting all delegations to a specific validator. - + * Gaia * [x/gov] [#2479](https://github.com/cosmos/cosmos-sdk/issues/2479) Implemented querier for getting governance parameters. + * [app] \#2791 Support export at a specific height, with `gaiad export --height=HEIGHT`. * SDK * [simulator] \#2682 MsgEditValidator now looks at the validator's max rate, thus it now succeeds a significant portion of the time @@ -67,7 +68,7 @@ BUG FIXES * [\#2742](https://github.com/cosmos/cosmos-sdk/issues/2742) Fix time format of TimeoutCommit override * SDK - + - \#2733 [x/gov, x/mock/simulation] Fix governance simulation, update x/gov import/export * Tendermint