diff --git a/.pending/breaking/_All-REST-responses- b/.pending/breaking/_All-REST-responses- deleted file mode 100644 index 9b61f0f085e9..000000000000 --- a/.pending/breaking/_All-REST-responses- +++ /dev/null @@ -1,2 +0,0 @@ -All REST responses now wrap the original resource/result. The response -will contain two fields: height and result. diff --git a/.pending/bugfixes/_Return-height-in-re b/.pending/bugfixes/_Return-height-in-re deleted file mode 100644 index f4c332a690c0..000000000000 --- a/.pending/bugfixes/_Return-height-in-re +++ /dev/null @@ -1 +0,0 @@ -Return height in responses when querying against BaseApp \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 565d6a0c9aed..531fbc60245f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Breaking Changes +* All REST responses now wrap the original resource/result. The response + will contain two fields: height and result. * [\#3565](https://github.com/cosmos/cosmos-sdk/issues/3565) Updates to the governance module: * Rename JSON field from `proposal_content` to `content` * Rename JSON field from `proposal_id` to `id` @@ -162,6 +164,7 @@ ### Bug Fixes +* Return height in responses when querying against BaseApp * [\#1351](https://github.com/cosmos/cosmos-sdk/issues/1351) Stable AppHash allows no_empty_blocks * [\#3705](https://github.com/cosmos/cosmos-sdk/issues/3705) Return `[]` instead of `null` when querying delegator rewards. * [\#3966](https://github.com/cosmos/cosmos-sdk/issues/3966) fixed multiple assigns to action tags