Skip to content

Bump github.com/cometbft/cometbft from 0.38.23 to 0.38.25 - #868

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/cometbft/cometbft-0.38.25
Open

Bump github.com/cometbft/cometbft from 0.38.23 to 0.38.25#868
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/cometbft/cometbft-0.38.25

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/cometbft/cometbft from 0.38.23 to 0.38.25.

Release notes

Sourced from github.com/cometbft/cometbft's releases.

v0.38.25

What's Changed

Full Changelog: cometbft/cometbft@v0.38.23...v0.38.25

Note: v0.38.24 is skipped.

Changelog

Sourced from github.com/cometbft/cometbft's changelog.

v0.38.25

July 27, 2026

BUG FIXES

  • [blocksync] tolerate late BlockResponse from honest peers after switching to consensus (#5959)
  • [consensus] Fix double_sign_check_height = 1 performing no double-sign checks due to off-by-one error in loop condition (i < N should be i <= N). The value 1 now correctly checks the previous block as intended. (#5668)
  • [mempool] fix setRecheckFull/setDone race causing spurious ErrRecheckFull. (#5837)
  • [consensus] release cs.mtx before sending to statsMsgQueue (#5813)
  • [mempool] truncate proto field number to int32 in filter's ReadTag (#5948)

IMPROVEMENTS

  • [blocksync] validate blocksync response sender and signature count (#5860)
  • [mempool] Implement MsgBytesFilter in Reactor to prevent heap amplification attack (#5946)

FEATURES

  • [config] Add EventBusBufferCapacity setting. (#5849)
Commits
  • baaa61e bump version
  • 330d3bb chore: update changelog (#6006)
  • e9ffcb9 fix(blocksync): tolerate late BlockResponse from honest peers after switching...
  • 7cd4427 fix(consensus): release cs.mtx before sending to statsMsgQueue (backport #581...
  • 5adf46c fix(consensus): correct loop condition in checkDoubleSigningRisk for height=1...
  • c30ce52 fix(mempool): truncate proto field number to int32 in filter's ReadTag (backp...
  • e0b40f1 fix(mempool): Implement MsgBytesFilter in Reactor to prevent heap amplifica...
  • fe7b504 feat(config): add EventBusBufferCapacity setting (backport #5849) (#5914)
  • 00c35fd feat(consensus): additional validation for vote ext signatures (backport #587...
  • 35ffa96 fix(blocksync): validate blocksync response sender and signature count (backp...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.23 to 0.38.25.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.25/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.38.23...v0.38.25)

---
updated-dependencies:
- dependency-name: github.com/cometbft/cometbft
  dependency-version: 0.38.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 28, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 28, 2026 03:06
@dependabot
dependabot Bot requested review from RogerKSI and taobun July 28, 2026 03:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants