This commit is contained in:
Aleksandr Bezobchuk
2020-11-03 11:42:16 -05:00
parent 51590124a6
commit c80ccfc79f

View File

@@ -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