From c80ccfc79f56084da3285dcd18b81bd29e848089 Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Tue, 3 Nov 2020 11:42:16 -0500 Subject: [PATCH] pcl++ --- CHANGELOG_PENDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 0e51206e9..77857f1ff 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -25,6 +25,7 @@ Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermi ### IMPROVEMENTS - [statesync] \#5516 Check that all heights necessary to rebuild state for a snapshot exist before adding the snapshot to the pool. (@erikgrinaker) +- [abci] \#5613 Introduce `BlockGasUsed` of type `int64` to the `ResponseCheckTx` and `ResponseDeliverTx` types (@alexanderbez). ### BUG FIXES