Skip to content

Commit

Permalink
chore: bump abci version to 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Mar 21, 2024
1 parent 67cb765 commit 4d4c0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/tendermint/abci/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ message RequestApplySnapshotChunk {
// their propose timeout goes off.
// - As a result of executing the prepared proposal, the Application may produce header events or transaction events.
// The Application must keep those events until a block is decided and then pass them on to Tenderdash via
// `ResponseFinalizeBlock`.
// `ResponsePrepareProposal`.
// - As a sanity check, Tenderdash will check the returned parameters for validity if the Application modified them.
// In particular, `ResponsePrepareProposal.tx_records` will be deemed invalid if
// - There is a duplicate transaction in the list.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
// when not using git describe. It is formatted with semantic versioning.
TMVersionDefault = "0.14.0-dev.4"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.26.1"
ABCISemVer = "0.26.2"

ABCIVersion = ABCISemVer
)
Expand Down

0 comments on commit 4d4c0c7

Please sign in to comment.