From 340f59b4d0b3faeb00aa99bf69f17a5b95339dfb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 2 Jan 2024 01:41:32 +0000
Subject: [PATCH] build(deps): Bump github.com/cometbft/cometbft from 0.37.2 to
0.38.2 (#693)
Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.37.2 to 0.38.2.
Sourced from github.com/cometbft/cometbft's releases. See the CHANGELOG for this release. See the CHANGELOG for this release. See the CHANGELOG for this release. See the CHANGELOG for changes available in this pre-release, but not yet officially released. See the CHANGELOG for changes available in this pre-release, but not yet officially released. See the CHANGELOG for changes available in this pre-release, but not yet officially released. See the CHANGELOG for changes available in this pre-release, but not yet officially released. See the CHANGELOG for changes available in this pre-release, but not yet officially released. See the CHANGELOG for this release. See the CHANGELOG for this release. Sourced from github.com/cometbft/cometbft's changelog. 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 Also fixes a small bug in the mempool for an experimental feature. If you want to use it, change mempool's type = "nop"
Release notes
v0.38.2
v0.38.1
v0.38.0
v0.38.0-rc3
v0.38.0-rc2
v0.38.0-rc1
v0.38.0-alpha.2
v0.38.0-alpha.1
v0.37.4
v0.37.3
Changelog
v0.38.2
broadcast_tx_*
endpoints.BUG FIXES
[mempool]
Avoid infinite wait in transaction sending routine when
using experimental parameters to limiting transaction gossiping to peers
(#1654)FEATURES
[mempool]
Add nop
mempool (#1643)type
to nop
:[mempool]
The type of mempool for this node to use.
Possible types:
- "flood" : concurrent linked list mempool with flooding gossip protocol
(default)
- "nop" : nop-mempool (short for no operation; the ABCI app is responsible
for storing, disseminating and proposing txs). "create_empty_blocks=false"
is not supported.
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.
[mempool]
Avoid infinite wait in transaction sending routine when... (truncated)
2aacfbe
Release v0.38.2 (#1700)3a73c3f
Do not block indefinitely on the semaphore (backport #1654) (#1688)5490f51
docs: various small improvements (part 2) (backport #1683) (#1685)9431a4a
mempool: add nop
mempool (backport #1643) (#1680)a4194e2
test: respect P2PConfig fuzzing configuration in MultiplexTransport (#1414) (...52547bd
build(deps): Bump bufbuild/buf-setup-action from 1.28.0 to 1.28.1 (#1661)9d844cd
build(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0 (#1660)0d5afde
proto: Update README (#1648) (#1651)1ebfc97
proto: Prepare for publishing v0.38.x protos to Buf registry (#1647)9e1f2f0
Release v0.38.1 (#1639)