forked from cometbft/cometbft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare changelog for release * Prepare `UPGRADING.md` * Bump version * Fix date format * Remove duplicate changelog entries * Formatted cometbft#890 in changelog * Add log entry in breaking changes for RPC block events * Fix typo
- Loading branch information
1 parent
f2c0e2e
commit 66a5a9d
Showing
61 changed files
with
72 additions
and
51 deletions.
There are no files selected for viewing
Empty file.
3 changes: 0 additions & 3 deletions
3
.changelog/unreleased/breaking-changes/1270-executor_extend_vote.md
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
.changelog/unreleased/breaking-changes/211-deprecate-tmhome.md
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
.changelog/unreleased/breaking-changes/385-update-to-go1.20.md
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
.changelog/unreleased/bug-fixes/386-quick-fix-needproofblock.md
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
.changelog/unreleased/bug-fixes/4-busy-loop-send-block-part.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
.changelog/unreleased/improvements/136-remove-tm-signer-harness.md
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
.changelog/unreleased/improvements/56-rpc-cache-rpc-responses.md
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
.changelog/unreleased/improvements/9650-rpc-cache-rpc-responses.md
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...aking-changes/1057-bootstrap-state-api.md → ...aking-changes/1057-bootstrap-state-api.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- `[node/state]` Add Go API to bootstrap block store and state store to a height. Make sure block sync starts syncing from bootstrapped height. | ||
- `[node/state]` Add Go API to bootstrap block store and state store to a height. Make sure block sync starts syncing from bootstrapped height. | ||
([\#1057](https://github.com/tendermint/tendermint/pull/#1057)) (@yihuang) | ||
- `[state/store]` Added Go functions to save height at which offline state sync is performed. | ||
([\#1057](https://github.com/tendermint/tendermint/pull/#1057)) (@jmalicevic) | ||
- `[state/store]` Added Go functions to save height at which offline state sync is performed. | ||
([\#1057](https://github.com/tendermint/tendermint/pull/#1057)) (@jmalicevic) |
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
.changelog/v0.38.0/breaking-changes/1270-executor_extend_vote.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 @@ | ||
- `[state]` Signature of `ExtendVote` changed in `BlockExecutor`. | ||
It now includes the block whose precommit will be extended, an the state object. | ||
([\#1270](https://github.com/cometbft/cometbft/pull/1270)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
...og/v0.38.0/breaking-changes/774-state-indexerevent-remove-function-type copy.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 @@ | ||
- `[rpc]` Removed `begin_block_events` and `end_block_events` from `BlockResultsResponse`. | ||
The events are merged into one field called `finalize_block_events`. | ||
([\#9427](https://github.com/tendermint/tendermint/issues/9427)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,2 @@ | ||
- `[mempool/clist_mempool]` Prevent a transaction to appear twice in the mempool | ||
([\#890](https://github.com/cometbft/cometbft/pull/890): @otrack) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,13 @@ | ||
*September 12, 2023* | ||
|
||
This release includes the second part of ABCI++, called ABCI 2.0. | ||
ABCI 2.0 introduces ABCI methods `ExtendVote` and `VerifyVoteExtension`. | ||
These new methods allow the application to add data (opaque to CometBFT), | ||
called _vote extensions_ to precommit votes sent by validators. | ||
These vote extensions are made available to the proposer(s) of the next height. | ||
Additionally, ABCI 2.0 coalesces `BeginBlock`, `DeliverTx`, and `EndBlock` | ||
into one method, `FinalizeBlock`, whose `Request*` and `Response*` | ||
data structures contain the sum of all data previously contained | ||
in the respective `Request*` and `Response*` data structures in | ||
`BeginBlock`, `DeliverTx`, and `EndBlock`. | ||
See the [specification](./spec/abci/) for more details on ABCI 2.0. |
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
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
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