-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tendermint: Allow misformed blocks when decoding them from Protobuf o…
…r RPC responses (#1404) * tendermint: Allow misformed blocks when decoding them from Protobuf or RPC responses * Add changelog entry
- Loading branch information
Showing
2 changed files
with
49 additions
and
21 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/improvements/1403-decode-empty-commit-in-block.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- `[tendermint]` Allow misformed blocks (eg. with empty `last_commit` | ||
on non-first block) when decoding them from Protobuf or RPC responses | ||
([\#1403](https://github.com/informalsystems/tendermint-rs/issues/1403)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters