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.
* version: Bump version to v0.37.4 * Add changelog entry * unclog release * unclog build * Format changelog summary (line wrap) Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add note about reverting minimum Go version change Signed-off-by: Thane Thomson <connect@thanethomson.com> * Build changelog Signed-off-by: Thane Thomson <connect@thanethomson.com> --------- Signed-off-by: Thane Thomson <connect@thanethomson.com> Co-authored-by: Thane Thomson <connect@thanethomson.com>
- Loading branch information
1 parent
7dae514
commit cce2e5d
Showing
5 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
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 @@ | ||
- `[mempool]` Avoid infinite wait in transaction sending routine when | ||
using experimental parameters to limiting transaction gossiping to peers | ||
([\#1654](https://github.com/cometbft/cometbft/pull/1654)) |
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,9 @@ | ||
*November 27, 2023* | ||
|
||
This release provides the **nop** mempool for applications that want to build | ||
their own mempool. Using this mempool effectively disables all mempool | ||
functionality in CometBFT, including transaction dissemination and the | ||
`broadcast_tx_*` endpoints. | ||
|
||
Also fixes a small bug in the mempool for an experimental feature, and reverts | ||
the change from v0.37.3 that bumped the minimum Go version to v1.21. |
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