Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/cometbft/cometbft from 0.38.15 to 1.0.1 #115

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps github.com/cometbft/cometbft from 0.38.15 to 1.0.1.

Release notes

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

v1.0.1

See the CHANGELOG for this release.

v1.0.0

See the CHANGELOG for changes available in this release.

Please see more information on the Upgrading from CometBFT v0.38 to v1.0 guide.

v1.0.0-rc2

See the CHANGELOG for changes available in this pre-release, but not yet officially released.

v1.0.0-rc1

See the CHANGELOG for changes available in this pre-release, but not yet officially released.

v1.0.0-alpha.2

See the CHANGELOG for changes available in this pre-release, but not yet officially released.

v1.0.0-alpha.1

See the CHANGELOG for changes available in this pre-release, but not yet officially released.

v0.38.17

See the CHANGELOG for this release.

v0.38.16

See the CHANGELOG for this release.

Changelog

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

v1.0.1

February 3, 2025

This release fixes two security issues (ASA-2025-001, ASA-2025-002). Users are encouraged to upgrade as soon as possible.

BUG FIXES

  • [blocksync] Ban peer if it reports height lower than what was previously reported (ASA-2025-001)
  • [consensus] Fix overflow in synchrony parameters in linux/amd64 architecture. Cap SynchronyParams.MessageDelay to 24hrs. Cap SynchronyParams.Precision to 30 sec. (#4815)
  • [crypto/bls12381] Fix JSON marshal of private key (#4772)
  • [crypto/bls12381] Modify Sign, Verify to use dstMinPk (#4783)
  • [privval] Re-enable some sanity checks related to vote extensions when signing a vote (#3642)
  • [types] Check that Part.Index equals Part.Proof.Index (ASA-2025-001)

DEPENDENCIES

  • [go/runtime] Bump minimum Go version to 1.23.5 (#4888)

v1.0.0

December 17, 2024

This is a major release of CometBFT that includes several substantial changes that aim to reduce bandwidth consumption, enable modularity, improve integrators' experience and increase the velocity of the CometBFT development team, including:

  1. Proposer-Based Timestamps (PBTS) support. PBTS is a Byzantine fault-tolerant algorithm used by CometBFT for computing block times. When activated on a chain, it replaces the pre-existing BFT-time algorithm. See spec doc for PBTS.
  2. Validators now proactively communicate the block parts they already have so others do not resend them, reducing amplification in the network and reducing bandwidth consumption.
  3. An experimental feature in the mempool that allows limiting the number of peers to which transactions are forwarded, allowing operators to optimize gossip-related bandwidth consumption further.
  4. An opt-in nop mempool, which allows application developers to turn off all

... (truncated)

Commits
  • d222995 chore: v1.0.1 release (#4907)
  • f943aab Merge commit from fork
  • 0ee80cd Merge commit from fork
  • 481e464 fix(pbts): hardening tests for overflows in SynchronyParams (backport #4816...
  • d4a24c1 chore(deps): bump Go version to 1.23.5 (backport #4888) (#4890)
  • 8005556 build(deps): Bump google.golang.org/grpc from 1.69.4 to 1.70.0 (#4885)
  • 629b28e build(deps): Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (#4884)
  • e45feab build(deps): Bump docker/build-push-action from 6.12.0 to 6.13.0 (#4879)
  • 9f97b87 fix(crypto/bls12381): fix marshaling FilePVKey (backport #4772) (#4870)
  • 1fb89c8 fix(crypto/bls12381): modify Sign, Verify (backport #4813) (#4871)
  • 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 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)

Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.15 to 1.0.1.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v1.0.1/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.38.15...v1.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2025

Dependabot tried to add @gonative-cc/tools as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/gonative-cc/relayer/pulls/115/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the gonative-cc/relayer repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cometbft/cometbft-1.0.1 branch February 10, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant