Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cometbft/cometbft/releases">github.com/cometbft/cometbft's releases</a>.</em></p> <blockquote> <h2>v0.38.2</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.2/CHANGELOG.md#v0382">CHANGELOG</a> for this release.</p> <h2>v0.38.1</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.1/CHANGELOG.md#v0381">CHANGELOG</a> for this release.</p> <h2>v0.38.0</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.0/CHANGELOG.md#v0380">CHANGELOG</a> for this release.</p> <h2>v0.38.0-rc3</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.0-rc3/CHANGELOG.md">CHANGELOG</a> for changes available in this pre-release, but not yet officially released.</p> <h2>v0.38.0-rc2</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.0-rc2/CHANGELOG.md">CHANGELOG</a> for changes available in this pre-release, but not yet officially released.</p> <h2>v0.38.0-rc1</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.0-rc1/CHANGELOG.md">CHANGELOG</a> for changes available in this pre-release, but not yet officially released.</p> <h2>v0.38.0-alpha.2</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.0-alpha.2/CHANGELOG.md">CHANGELOG</a> for changes available in this pre-release, but not yet officially released.</p> <h2>v0.38.0-alpha.1</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.38.0-alpha.1/CHANGELOG.md">CHANGELOG</a> for changes available in this pre-release, but not yet officially released.</p> <h2>v0.37.4</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.37.4/CHANGELOG.md#v0374">CHANGELOG</a> for this release.</p> <h2>v0.37.3</h2> <p>See the <a href="https://github.com/cometbft/cometbft/blob/v0.37.3/CHANGELOG.md#v0373">CHANGELOG</a> for this release.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cometbft/cometbft/blob/main/CHANGELOG.md">github.com/cometbft/cometbft's changelog</a>.</em></p> <blockquote> <h2>v0.38.2</h2> <p><em>November 27, 2023</em></p> <p>This release provides the <strong>nop</strong> 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 <code>broadcast_tx_*</code> endpoints.</p> <p>Also fixes a small bug in the mempool for an experimental feature.</p> <h3>BUG FIXES</h3> <ul> <li><code>[mempool]</code> Avoid infinite wait in transaction sending routine when using experimental parameters to limiting transaction gossiping to peers (<a href="https://redirect.github.com/cometbft/cometbft/pull/1654">#1654</a>)</li> </ul> <h3>FEATURES</h3> <ul> <li> <p><code>[mempool]</code> Add <code>nop</code> mempool (<a href="https://redirect.github.com/cometbft/cometbft/pull/1643">#1643</a>)</p> <p>If you want to use it, change mempool's <code>type</code> to <code>nop</code>:</p> <pre lang="toml"><code>[mempool] <h1>The type of mempool for this node to use.</h1> <h1></h1> <h1>Possible types:</h1> <h1>- "flood" : concurrent linked list mempool with flooding gossip protocol</h1> <h1>(default)</h1> <h1>- "nop" : nop-mempool (short for no operation; the ABCI app is responsible</h1> <h1>for storing, disseminating and proposing txs). "create_empty_blocks=false"</h1> <h1>is not supported.</h1> <p>type = "nop" </code></pre></p> </li> </ul> <h2>v0.37.4</h2> <p><em>November 27, 2023</em></p> <p>This release provides the <strong>nop</strong> 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 <code>broadcast_tx_*</code> endpoints.</p> <p>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.</p> <h3>BUG FIXES</h3> <ul> <li><code>[mempool]</code> Avoid infinite wait in transaction sending routine when</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cometbft/cometbft/commit/2aacfbe9832d35942413251ef11394970e5c4942"><code>2aacfbe</code></a> Release v0.38.2 (<a href="https://redirect.github.com/cometbft/cometbft/issues/1700">#1700</a>)</li> <li><a href="https://github.com/cometbft/cometbft/commit/3a73c3f495691131f9b20ded444ef1d0b49e15d6"><code>3a73c3f</code></a> Do not block indefinitely on the semaphore (backport <a href="https://redirect.github.com/cometbft/cometbft/issues/1654">#1654</a>) (<a href="https://redirect.github.com/cometbft/cometbft/issues/1688">#1688</a>)</li> <li><a href="https://github.com/cometbft/cometbft/commit/5490f512e72332d85186a32180af2fbde80b948f"><code>5490f51</code></a> docs: various small improvements (part 2) (backport <a href="https://redirect.github.com/cometbft/cometbft/issues/1683">#1683</a>) (<a href="https://redirect.github.com/cometbft/cometbft/issues/1685">#1685</a>)</li> <li><a href="https://github.com/cometbft/cometbft/commit/9431a4a5b42ff2fcbecdafe1499d859e158a56ac"><code>9431a4a</code></a> mempool: add <code>nop</code> mempool (backport <a href="https://redirect.github.com/cometbft/cometbft/issues/1643">#1643</a>) (<a href="https://redirect.github.com/cometbft/cometbft/issues/1680">#1680</a>)</li> <li><a href="https://github.com/cometbft/cometbft/commit/a4194e2a263d17fb738ae8a5fe4b9a75fbf9e631"><code>a4194e2</code></a> test: respect P2PConfig fuzzing configuration in MultiplexTransport (<a href="https://redirect.github.com/cometbft/cometbft/issues/1414">#1414</a>) (...</li> <li><a href="https://github.com/cometbft/cometbft/commit/52547bda969f56ef1b1c767de9584add4909cb3e"><code>52547bd</code></a> build(deps): Bump bufbuild/buf-setup-action from 1.28.0 to 1.28.1 (<a href="https://redirect.github.com/cometbft/cometbft/issues/1661">#1661</a>)</li> <li><a href="https://github.com/cometbft/cometbft/commit/9d844cd1facc6c4cd89d9c1596e82c2101b9f1a9"><code>9d844cd</code></a> build(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0 (<a href="https://redirect.github.com/cometbft/cometbft/issues/1660">#1660</a>)</li> <li><a href="https://github.com/cometbft/cometbft/commit/0d5afde713d9e8d246953a9bc64aab4a46cf0811"><code>0d5afde</code></a> proto: Update README (<a href="https://redirect.github.com/cometbft/cometbft/issues/1648">#1648</a>) (<a href="https://redirect.github.com/cometbft/cometbft/issues/1651">#1651</a>)</li> <li><a href="https://github.com/cometbft/cometbft/commit/1ebfc9708ca789d98c04962963d67a4b6c6da5f3"><code>1ebfc97</code></a> proto: Prepare for publishing v0.38.x protos to Buf registry (<a href="https://redirect.github.com/cometbft/cometbft/issues/1647">#1647</a>)</li> <li><a href="https://github.com/cometbft/cometbft/commit/9e1f2f044e839904288a6f5ff14deb5fd29d0b73"><code>9e1f2f0</code></a> Release v0.38.1 (<a href="https://redirect.github.com/cometbft/cometbft/issues/1639">#1639</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cometbft/cometbft/compare/v0.37.2...v0.38.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cometbft/cometbft&package-manager=go_modules&previous-version=0.37.2&new-version=0.38.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information