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

build(deps): Bump the go_modules group across 35 directories with 4 updates #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps the go_modules group with 1 update in the / directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /client/v2 directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /runtime/v2 directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /server/v2 directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /server/v2/cometbft directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /simapp directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /simapp/v2 directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /store directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /tests directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 2 updates in the /tests/systemtests directory: github.com/cometbft/cometbft and cosmossdk.io/x/tx.
Bumps the go_modules group with 2 updates in the /tools/confix directory: github.com/cometbft/cometbft and cosmossdk.io/x/tx.
Bumps the go_modules group with 2 updates in the /tools/cosmovisor directory: github.com/cometbft/cometbft and cosmossdk.io/x/tx.
Bumps the go_modules group with 2 updates in the /tools/hubl directory: github.com/cometbft/cometbft and cosmossdk.io/x/tx.
Bumps the go_modules group with 1 update in the /x/accounts directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/accounts/defaults/base directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/accounts/defaults/lockup directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/accounts/defaults/multisig directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/authz directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/bank directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/circuit directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/consensus directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/distribution directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/epochs directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/evidence directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/feegrant directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/gov directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/group directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/mint directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/nft directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/params directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/protocolpool directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/slashing directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/staking directory: github.com/cometbft/cometbft.
Bumps the go_modules group with 1 update in the /x/tx directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /x/upgrade directory: github.com/cometbft/cometbft.

Updates github.com/cometbft/cometbft from 1.0.0-rc1.0.20240908111210-ab0be101882f 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.

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

Updates golang.org/x/net from 0.30.0 to 0.34.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Updates github.com/cometbft/cometbft from 1.0.0-rc1.0.20240908111210-ab0be101882f 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.

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

Updates golang.org/x/net from 0.30.0 to 0.34.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.30.0 to 0.33.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.30.0 to 0.33.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Updates github.com/cometbft/cometbft from 1.0.0-rc1.0.20240908111210-ab0be101882f 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.

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

Updates golang.org/x/net from 0.30.0 to 0.34.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Updates github.com/cometbft/cometbft from 1.0.0-rc1.0.20240908111210-ab0be101882f 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.

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

Updates golang.org/x/net from 0.30.0 to 0.34.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Updates github.com/cometbft/cometbft from 1.0.0-rc1.0.20240908111210-ab0be101882f 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.

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

Updates golang.org/x/net from 0.30.0 to 0.34.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Updates github.com/cometbft/cometbft from 1.0.0-rc1 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.

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

Updates golang.org/x/net from 0.30.0 to 0.34.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Updates github.com/cometbft/cometbft from 1.0.0-rc1.0.20240908111210-ab0be101882f 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.

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

Updates golang.org/x/net from 0.30.0 to 0.34.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Updates github.com/cometbft/cometbft from 0.38.15 to 0.38.17

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.

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

Updates golang.org/x/net from 0.30.0 to 0.34.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Updates cosmossdk.io/x/tx from 0.13.3-0.20240419091757-db5906b1e894 to 0.13.7

Commits

Updates github.com/golang/glog from 1.2.2 to 1.2.3

Release notes

Sourced from github.com/golang/glog's releases.

v1.2.3

What's Changed

Full Changelog: golang/glog@v1.2.2...v1.2.3

Commits

Updates github.com/cometbft/cometbft from 0.38.15 to 0.38.17

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.

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

Updates golang.org/x/net from 0.30.0 to 0.34.0

Commits

…pdates

Bumps the go_modules group with 1 update in the / directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /client/v2 directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /runtime/v2 directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /server/v2 directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /server/v2/cometbft directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /simapp directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /simapp/v2 directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /store directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /tests directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 2 updates in the /tests/systemtests directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) and [cosmossdk.io/x/tx](https://github.com/cosmos/cosmos-sdk).
Bumps the go_modules group with 2 updates in the /tools/confix directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) and [cosmossdk.io/x/tx](https://github.com/cosmos/cosmos-sdk).
Bumps the go_modules group with 2 updates in the /tools/cosmovisor directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) and [cosmossdk.io/x/tx](https://github.com/cosmos/cosmos-sdk).
Bumps the go_modules group with 2 updates in the /tools/hubl directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) and [cosmossdk.io/x/tx](https://github.com/cosmos/cosmos-sdk).
Bumps the go_modules group with 1 update in the /x/accounts directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/accounts/defaults/base directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/accounts/defaults/lockup directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/accounts/defaults/multisig directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/authz directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/bank directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/circuit directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/consensus directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/distribution directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/epochs directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/evidence directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/feegrant directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/gov directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/group directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/mint directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/nft directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/params directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/protocolpool directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/slashing directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/staking directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).
Bumps the go_modules group with 1 update in the /x/tx directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /x/upgrade directory: [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft).


Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `golang.org/x/net` from 0.30.0 to 0.33.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `golang.org/x/net` from 0.30.0 to 0.33.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 0.38.15 to 0.38.17
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v1.0.1/CHANGELOG.md)
- [Commits](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `cosmossdk.io/x/tx` from 0.13.3-0.20240419091757-db5906b1e894 to 0.13.7
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmos-sdk/commits/x/tx/v0.13.7)

Updates `github.com/golang/glog` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/golang/glog/releases)
- [Commits](golang/glog@v1.2.2...v1.2.3)

Updates `github.com/cometbft/cometbft` from 0.38.15 to 0.38.17
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v1.0.1/CHANGELOG.md)
- [Commits](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `cosmossdk.io/x/tx` from 0.13.5 to 0.13.7
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmos-sdk/commits/x/tx/v0.13.7)

Updates `github.com/golang/glog` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/golang/glog/releases)
- [Commits](golang/glog@v1.2.2...v1.2.3)

Updates `github.com/cometbft/cometbft` from 0.38.15 to 0.38.17
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v1.0.1/CHANGELOG.md)
- [Commits](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `cosmossdk.io/x/tx` from 0.13.5 to 0.13.7
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmos-sdk/commits/x/tx/v0.13.7)

Updates `github.com/golang/glog` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/golang/glog/releases)
- [Commits](golang/glog@v1.2.2...v1.2.3)

Updates `github.com/cometbft/cometbft` from 0.38.15 to 0.38.17
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v1.0.1/CHANGELOG.md)
- [Commits](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `cosmossdk.io/x/tx` from 0.13.5 to 0.13.7
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmos-sdk/commits/x/tx/v0.13.7)

Updates `github.com/golang/glog` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/golang/glog/releases)
- [Commits](golang/glog@v1.2.2...v1.2.3)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `golang.org/x/net` from 0.30.0 to 0.33.0
- [Commits](golang/net@v0.30.0...v0.33.0)

Updates `github.com/cometbft/cometbft` from 1.0.0-rc1.0.20240908111210-ab0be101882f 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](https://github.com/cometbft/cometbft/commits/v1.0.1)

Updates `golang.org/x/net` from 0.30.0 to 0.34.0
- [Commits](golang/net@v0.30.0...v0.33.0)

---
updated-dependencies:
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: cosmossdk.io/x/tx
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/golang/glog
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: cosmossdk.io/x/tx
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/golang/glog
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: cosmossdk.io/x/tx
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/golang/glog
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: cosmossdk.io/x/tx
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/golang/glog
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment