-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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 cometbft to v1.0.0-rc2 #22577
Changes from 1 commit
c643ec9
a93799d
b8833fa
5c1bce4
b140417
a7ccb39
31b4abd
5ae795f
7734e45
f6d591f
c21e0ed
3cc9ab8
e802335
93c753f
396ea1a
a027af4
66f1b1c
e4fdd00
295fd9e
73c2644
cee77b5
318856d
17f437c
99f71d2
215d5c1
fe2a634
6039e1b
dfcac99
f727eb8
3fd6550
18e10c9
58916ef
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,6 @@ require ( | |
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bgentry/speakeasy v0.2.0 // indirect | ||
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/chzyer/readline v1.5.1 // indirect | ||
github.com/cockroachdb/errors v1.11.3 // indirect | ||
|
@@ -58,9 +57,9 @@ require ( | |
github.com/cockroachdb/pebble v1.1.2 // indirect | ||
github.com/cockroachdb/redact v1.1.5 // indirect | ||
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect | ||
github.com/cometbft/cometbft v1.0.0-rc1.0.20240908111210-ab0be101882f | ||
github.com/cometbft/cometbft-db v0.15.0 // indirect | ||
github.com/cometbft/cometbft/api v1.0.0-rc.1 // indirect | ||
github.com/cometbft/cometbft v1.0.0-rc2 | ||
github.com/cometbft/cometbft-db v1.0.1 // indirect | ||
github.com/cometbft/cometbft/api v1.0.0-rc2 // indirect | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Codebase verification CometBFT version inconsistencies detected in tools and store packages The version alignment check revealed inconsistencies:
These inconsistencies should be addressed to ensure version compatibility across the codebase. 🔗 Analysis chainVerify CometBFT version alignment and testing The update to CometBFT v1.0.0-rc2 and its related packages looks correct. Since this is a release candidate version, ensure that:
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Verify CometBFT version consistency across all go.mod files
fd -e mod -x grep -l "github.com/cometbft/cometbft" {} \; | xargs grep "github.com/cometbft/cometbft"
Length of output: 6724
coderabbitai[bot] marked this conversation as resolved.
Show resolved
Hide resolved
coderabbitai[bot] marked this conversation as resolved.
Show resolved
Hide resolved
coderabbitai[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
||
github.com/cosmos/btcutil v1.0.5 // indirect | ||
github.com/cosmos/cosmos-db v1.0.3-0.20240911104526-ddc3f09bfc22 // indirect | ||
github.com/cosmos/crypto v0.1.2 // indirect | ||
|
@@ -73,16 +72,15 @@ require ( | |
github.com/danieljoos/wincred v1.2.1 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect | ||
github.com/dgraph-io/badger/v4 v4.3.0 // indirect | ||
github.com/dgraph-io/ristretto v0.1.2-0.20240116140435-c67e07994f91 // indirect | ||
github.com/dgraph-io/badger/v4 v4.3.1 // indirect | ||
github.com/dgraph-io/ristretto v1.0.0 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect | ||
github.com/emicklei/dot v1.6.2 // indirect | ||
github.com/fatih/color v1.18.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/fsnotify/fsnotify v1.8.0 // indirect | ||
github.com/getsentry/sentry-go v0.27.0 // indirect | ||
github.com/go-kit/kit v0.13.0 // indirect | ||
github.com/go-kit/log v0.2.1 // indirect | ||
github.com/go-logfmt/logfmt v0.6.0 // indirect | ||
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect | ||
|
@@ -92,7 +90,7 @@ require ( | |
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/btree v1.1.3 // indirect | ||
github.com/google/flatbuffers v2.0.8+incompatible // indirect | ||
github.com/google/flatbuffers v24.3.25+incompatible // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/orderedcode v0.0.1 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
|
@@ -115,7 +113,7 @@ require ( | |
github.com/iancoleman/strcase v0.3.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jmhodges/levigo v1.0.0 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/klauspost/compress v1.17.10 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/lib/pq v1.10.9 // indirect | ||
|
@@ -140,7 +138,7 @@ require ( | |
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect | ||
github.com/rogpeppe/go-internal v1.12.0 // indirect | ||
github.com/rs/cors v1.11.0 // indirect | ||
github.com/rs/cors v1.11.1 // indirect | ||
github.com/rs/zerolog v1.33.0 // indirect | ||
github.com/sagikazarmark/locafero v0.4.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
|
@@ -165,7 +163,7 @@ require ( | |
golang.org/x/crypto v0.29.0 // indirect | ||
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect | ||
golang.org/x/mod v0.18.0 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/net v0.31.0 // indirect | ||
golang.org/x/sync v0.9.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/term v0.26.0 // indirect | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Version inconsistencies found in CometBFT dependencies
The verification reveals inconsistencies in CometBFT versions across the workspace:
store/go.mod
: Using older v1.0.0-rc1tools/confix/go.mod
: Using v0.38.15tools/hubl/go.mod
: Using v0.38.15tools/cosmovisor/go.mod
: Using v0.38.15tests/systemtests/go.mod
: Using v0.38.15 and api v1.0.0-rc.1🔗 Analysis chain
LGTM: CometBFT version updates are properly aligned
The CometBFT core, DB, and API versions are all properly aligned to v1.0.0-rc2/v1.0.1, which is the main objective of this PR.
Let's verify the version compatibility with other Cosmos SDK modules:
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 6724