-
Notifications
You must be signed in to change notification settings - Fork 126
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: bump cometbft version #2207
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -15,36 +15,36 @@ require ( | |||||
github.com/go-errors/errors v1.5.1 | ||||||
github.com/gogo/protobuf v1.3.3 | ||||||
github.com/golang/mock v1.6.0 | ||||||
github.com/golang/protobuf v1.5.3 | ||||||
github.com/golang/protobuf v1.5.4 | ||||||
github.com/gorilla/mux v1.8.1 | ||||||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 | ||||||
github.com/matryer/moq v0.5.0 | ||||||
github.com/miguelmota/go-ethereum-hdwallet v0.1.2 | ||||||
github.com/mitchellh/mapstructure v1.5.0 | ||||||
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.5 | ||||||
github.com/pkg/errors v0.9.1 | ||||||
github.com/prometheus/client_golang v1.15.0 | ||||||
github.com/prometheus/client_golang v1.20.1 | ||||||
github.com/rakyll/statik v0.1.7 | ||||||
github.com/regen-network/cosmos-proto v0.3.1 | ||||||
github.com/rs/zerolog v1.33.0 | ||||||
github.com/spf13/cast v1.7.0 | ||||||
github.com/spf13/cobra v1.7.0 | ||||||
github.com/spf13/cobra v1.8.1 | ||||||
github.com/spf13/pflag v1.0.5 | ||||||
github.com/spf13/viper v1.15.0 | ||||||
github.com/spf13/viper v1.19.0 | ||||||
github.com/stoewer/go-strcase v1.3.0 | ||||||
github.com/stretchr/testify v1.9.0 | ||||||
github.com/tendermint/tendermint v0.34.27 | ||||||
github.com/tendermint/tm-db v0.6.8-0.20220506192307-f628bb5dc95b | ||||||
golang.org/x/crypto v0.27.0 | ||||||
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 | ||||||
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa | ||||||
golang.org/x/mod v0.21.0 | ||||||
golang.org/x/sync v0.8.0 | ||||||
golang.org/x/text v0.18.0 | ||||||
golang.org/x/tools v0.25.0 | ||||||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 | ||||||
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529 | ||||||
google.golang.org/grpc v1.58.3 | ||||||
google.golang.org/protobuf v1.31.0 | ||||||
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 | ||||||
google.golang.org/grpc v1.65.0 | ||||||
google.golang.org/protobuf v1.34.2 | ||||||
) | ||||||
|
||||||
require ( | ||||||
|
@@ -57,21 +57,21 @@ require ( | |||||
github.com/ChainSafe/go-schnorrkel v1.0.0 // indirect | ||||||
github.com/DataDog/zstd v1.5.2 // indirect | ||||||
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect | ||||||
github.com/Workiva/go-datastructures v1.0.53 // indirect | ||||||
github.com/Workiva/go-datastructures v1.1.5 // indirect | ||||||
github.com/beorn7/perks v1.0.1 // indirect | ||||||
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect | ||||||
github.com/btcsuite/btcd v0.22.2 // indirect | ||||||
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect | ||||||
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect | ||||||
github.com/cenkalti/backoff/v4 v4.1.1 // indirect | ||||||
github.com/cespare/xxhash v1.1.0 // indirect | ||||||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||||||
github.com/cockroachdb/errors v1.9.1 // indirect | ||||||
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect | ||||||
github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811 // indirect | ||||||
github.com/cockroachdb/redact v1.1.3 // indirect | ||||||
github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect | ||||||
github.com/cometbft/cometbft-db v0.7.0 // indirect | ||||||
github.com/cometbft/cometbft-db v0.9.4 // indirect | ||||||
github.com/confio/ics23/go v0.9.1 // indirect | ||||||
github.com/cosmos/btcutil v1.0.4 // indirect | ||||||
github.com/cosmos/cosmos-db v0.0.0-20221226095112-f3c38ecb5e32 // indirect | ||||||
|
@@ -81,41 +81,41 @@ require ( | |||||
github.com/cosmos/gorocksdb v1.2.0 // indirect | ||||||
github.com/cosmos/iavl v0.19.5 // indirect | ||||||
github.com/cosmos/ledger-cosmos-go v0.12.2 // indirect | ||||||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||||||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect | ||||||
github.com/creachadair/taskgroup v0.3.2 // indirect | ||||||
github.com/danieljoos/wincred v1.1.2 // indirect | ||||||
github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||||||
github.com/deckarep/golang-set v1.8.0 // indirect | ||||||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect | ||||||
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect | ||||||
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect | ||||||
github.com/dgraph-io/badger/v3 v3.2103.2 // indirect | ||||||
github.com/dgraph-io/ristretto v0.1.0 // indirect | ||||||
github.com/dgraph-io/ristretto v0.1.1 // indirect | ||||||
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect | ||||||
github.com/docker/distribution v2.8.2+incompatible // indirect | ||||||
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac // indirect | ||||||
github.com/dustin/go-humanize v1.0.1 // indirect | ||||||
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect | ||||||
github.com/felixge/httpsnoop v1.0.2 // indirect | ||||||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||||||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||||||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||||||
github.com/getsentry/sentry-go v0.18.0 // indirect | ||||||
github.com/go-kit/kit v0.12.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.5.1 // indirect | ||||||
github.com/go-logfmt/logfmt v0.6.0 // indirect | ||||||
github.com/go-ole/go-ole v1.2.6 // indirect | ||||||
github.com/go-stack/stack v1.8.1 // indirect | ||||||
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect | ||||||
github.com/gogo/gateway v1.1.0 // indirect | ||||||
github.com/golang/glog v1.1.0 // indirect | ||||||
github.com/golang/glog v1.2.2 // indirect | ||||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||||||
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect | ||||||
github.com/google/btree v1.1.2 // indirect | ||||||
github.com/google/flatbuffers v2.0.8+incompatible // indirect | ||||||
github.com/google/go-cmp v0.6.0 // indirect | ||||||
github.com/google/gofuzz v1.2.0 // indirect | ||||||
github.com/google/orderedcode v0.0.1 // indirect | ||||||
github.com/google/uuid v1.3.0 // indirect | ||||||
github.com/google/uuid v1.6.0 // indirect | ||||||
github.com/gorilla/handlers v1.5.1 // indirect | ||||||
github.com/gorilla/websocket v1.5.0 // indirect | ||||||
github.com/gorilla/websocket v1.5.3 // indirect | ||||||
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect | ||||||
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect | ||||||
github.com/gtank/merlin v0.1.1 // indirect | ||||||
|
@@ -128,55 +128,56 @@ require ( | |||||
github.com/improbable-eng/grpc-web v0.15.0 // indirect | ||||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||||||
github.com/jmhodges/levigo v1.0.0 // indirect | ||||||
github.com/klauspost/compress v1.16.3 // indirect | ||||||
github.com/klauspost/compress v1.17.9 // indirect | ||||||
github.com/kr/pretty v0.3.1 // indirect | ||||||
github.com/kr/text v0.2.0 // indirect | ||||||
github.com/lib/pq v1.10.7 // indirect | ||||||
github.com/lib/pq v1.10.9 // indirect | ||||||
github.com/libp2p/go-buffer-pool v0.1.0 // indirect | ||||||
github.com/linxGnu/grocksdb v1.7.10 // indirect | ||||||
github.com/linxGnu/grocksdb v1.9.2 // indirect | ||||||
github.com/magiconair/properties v1.8.7 // indirect | ||||||
github.com/mattn/go-colorable v0.1.13 // indirect | ||||||
github.com/mattn/go-isatty v0.0.19 // indirect | ||||||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||||||
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect | ||||||
github.com/minio/highwayhash v1.0.2 // indirect | ||||||
github.com/mimoo/StrobeGo v0.0.0-20220103164710-9a04d6ca976b // indirect | ||||||
github.com/minio/highwayhash v1.0.3 // indirect | ||||||
github.com/mtibben/percent v0.2.1 // indirect | ||||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||||||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||||||
github.com/osmosis-labs/osmosis/osmoutils v0.0.3 // indirect | ||||||
github.com/pelletier/go-toml/v2 v2.0.6 // indirect | ||||||
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect | ||||||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
github.com/prometheus/client_model v0.3.0 // indirect | ||||||
github.com/prometheus/common v0.42.0 // indirect | ||||||
github.com/prometheus/procfs v0.9.0 // indirect | ||||||
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||||||
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect | ||||||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||||||
github.com/prometheus/client_model v0.6.1 // indirect | ||||||
github.com/prometheus/common v0.55.0 // indirect | ||||||
github.com/prometheus/procfs v0.15.1 // indirect | ||||||
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect | ||||||
github.com/rjeczalik/notify v0.9.1 // indirect | ||||||
github.com/rogpeppe/go-internal v1.9.0 // indirect | ||||||
github.com/rs/cors v1.8.2 // indirect | ||||||
github.com/rogpeppe/go-internal v1.10.0 // indirect | ||||||
github.com/rs/cors v1.11.0 // indirect | ||||||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||||||
github.com/sasha-s/go-deadlock v0.3.1 // indirect | ||||||
github.com/sagikazarmark/locafero v0.6.0 // indirect | ||||||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||||||
github.com/sasha-s/go-deadlock v0.3.5 // indirect | ||||||
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect | ||||||
github.com/sirupsen/logrus v1.9.3 // indirect | ||||||
github.com/smallnest/chanx v1.0.1-0.20211205150931-349643806662 // indirect | ||||||
github.com/spf13/afero v1.9.3 // indirect | ||||||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||||||
github.com/subosito/gotenv v1.4.2 // indirect | ||||||
github.com/sourcegraph/conc v0.3.0 // indirect | ||||||
github.com/spf13/afero v1.11.0 // indirect | ||||||
github.com/subosito/gotenv v1.6.0 // indirect | ||||||
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect | ||||||
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect | ||||||
github.com/tendermint/go-amino v0.16.0 // indirect | ||||||
github.com/tidwall/btree v1.5.0 // indirect | ||||||
github.com/tklauser/go-sysconf v0.3.11 // indirect | ||||||
github.com/tklauser/numcpus v0.6.0 // indirect | ||||||
github.com/tyler-smith/go-bip39 v1.1.0 // indirect | ||||||
github.com/zondax/hid v0.9.1 // indirect | ||||||
github.com/zondax/ledger-go v0.14.1 // indirect | ||||||
go.etcd.io/bbolt v1.3.7 // indirect | ||||||
go.etcd.io/bbolt v1.3.10 // indirect | ||||||
go.opencensus.io v0.24.0 // indirect | ||||||
go.uber.org/multierr v1.11.0 // indirect | ||||||
golang.org/x/net v0.29.0 // indirect | ||||||
golang.org/x/sys v0.25.0 // indirect | ||||||
golang.org/x/term v0.24.0 // indirect | ||||||
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect | ||||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect | ||||||
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect | ||||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240820151423-278611b39280 // indirect | ||||||
gopkg.in/ini.v1 v1.67.0 // indirect | ||||||
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect | ||||||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||||||
|
@@ -207,7 +208,7 @@ replace github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2 | |||||
replace github.com/rjeczalik/notify => github.com/rjeczalik/notify v0.9.3 | ||||||
|
||||||
// use cometbft | ||||||
replace github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.31 | ||||||
replace github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.34 | ||||||
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.
Suggested change
looks like the latest is v0.34.35 |
||||||
|
||||||
// Temporary replacement for rosetta support | ||||||
replace github.com/cosmos/cosmos-sdk => github.com/axelarnetwork/cosmos-sdk v0.45.17-0.20240321205000-47c0c80e20ca | ||||||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
hmm, a bump in these versions might be breaking stuff