-
Notifications
You must be signed in to change notification settings - Fork 12
chore: Update dependencies #95
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
Changes from all commits
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 |
|---|---|---|
|
|
@@ -25,7 +25,7 @@ require ( | |
| cosmossdk.io/x/upgrade v0.1.4 | ||
| github.com/TBD54566975/ssi-sdk v0.0.4-alpha | ||
| github.com/bufbuild/buf v1.57.1 | ||
| github.com/cometbft/cometbft v0.38.19 | ||
| github.com/cometbft/cometbft v0.38.21 | ||
| github.com/cosmos/cosmos-db v1.1.3 | ||
| github.com/cosmos/cosmos-proto v1.0.0-beta.5 | ||
| github.com/cosmos/cosmos-sdk v0.50.14 | ||
|
|
@@ -107,6 +107,7 @@ require ( | |
| github.com/Microsoft/go-winio v0.6.2 // indirect | ||
| github.com/NathanBaulch/protoc-gen-cobra v1.2.1 // indirect | ||
| github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect | ||
| github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect | ||
| github.com/alecthomas/go-check-sumtype v0.1.4 // indirect | ||
| github.com/alexkohler/nakedret/v2 v2.0.4 // indirect | ||
| github.com/alexkohler/prealloc v1.0.0 // indirect | ||
|
|
@@ -119,7 +120,7 @@ require ( | |
| github.com/beorn7/perks v1.0.1 // indirect | ||
| github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect | ||
| github.com/bgentry/speakeasy v0.2.0 // indirect | ||
| github.com/bits-and-blooms/bitset v1.17.0 // indirect | ||
| github.com/bits-and-blooms/bitset v1.20.0 // indirect | ||
| github.com/bkielbasa/cyclop v1.2.1 // indirect | ||
| github.com/blang/semver/v4 v4.0.0 // indirect | ||
| github.com/blizzy78/varnamelen v0.8.0 // indirect | ||
|
|
@@ -183,7 +184,7 @@ require ( | |
| github.com/dustin/go-humanize v1.0.1 // indirect | ||
| github.com/dvsekhvalnov/jose2go v1.7.0 // indirect | ||
| github.com/emicklei/dot v1.6.2 // indirect | ||
| github.com/ethereum/go-ethereum v1.15.5 // indirect | ||
| github.com/ethereum/go-ethereum v1.16.8 // 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. 🧩 Analysis chain🌐 Web query:
💡 Result: go-ethereum v1.16.8 (“Moisture Filters”) was released January 13, 2026. [1][2] Release notes / changelog (v1.16.8)
Sources: official GitHub release notes and the Geth downloads page. [1][2] 🌐 Web query:
💡 Result: go-ethereum (geth) v1.16.0 — breaking changes / migration notes1) Archive nodes: new “path-based archive” behavior (big operational change)
Migration guidance
2) RPC/API behavior changes (client-facing)
3) Protocol / networking change (possible compatibility implications)
4) Other notable changes that may affect ops/tooling
Sources: Citations:
Verify code compatibility with go-ethereum v1.16.8 breaking changes. The update from v1.15.5 to v1.16.8 introduces breaking changes in v1.16.0:
Verify that the codebase does not depend on these changed behaviors. v1.16.8 is a stable security release (fixes two p2p vulnerabilities), but integration testing should confirm no RPC calls or archive configurations are broken by these changes. 🤖 Prompt for AI Agents |
||
| github.com/ettle/strcase v0.2.0 // indirect | ||
| github.com/fatih/color v1.17.0 // indirect | ||
| github.com/fatih/structtag v1.2.0 // indirect | ||
|
|
@@ -212,7 +213,7 @@ require ( | |
| github.com/go-toolsmith/astp v1.1.0 // indirect | ||
| github.com/go-toolsmith/strparse v1.1.0 // indirect | ||
| github.com/go-toolsmith/typep v1.1.0 // indirect | ||
| github.com/go-viper/mapstructure/v2 v2.0.0 // indirect | ||
| github.com/go-viper/mapstructure/v2 v2.4.0 // indirect | ||
| github.com/go-xmlfmt/xmlfmt v1.1.2 // indirect | ||
| github.com/gobwas/glob v0.2.3 // indirect | ||
| github.com/goccy/go-json v0.10.5 // indirect | ||
|
|
@@ -359,8 +360,8 @@ require ( | |
| github.com/quasilyte/gogrep v0.5.0 // indirect | ||
| github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect | ||
| github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect | ||
| github.com/quic-go/qpack v0.5.1 // indirect | ||
| github.com/quic-go/quic-go v0.54.1 // indirect | ||
| github.com/quic-go/qpack v0.6.0 // indirect | ||
| github.com/quic-go/quic-go v0.57.0 // indirect | ||
| github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect | ||
| github.com/rivo/uniseg v0.2.0 // indirect | ||
| github.com/rogpeppe/go-internal v1.14.1 // indirect | ||
|
|
@@ -433,7 +434,6 @@ require ( | |
| go.opentelemetry.io/otel/metric v1.38.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.38.0 // indirect | ||
| go.uber.org/automaxprocs v1.5.3 // indirect | ||
| go.uber.org/mock v0.6.0 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| go.uber.org/zap v1.27.0 // indirect | ||
| go.yaml.in/yaml/v2 v2.4.3 // indirect | ||
|
|
@@ -449,7 +449,7 @@ require ( | |
| golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect | ||
| golang.org/x/term v0.37.0 // indirect | ||
| golang.org/x/text v0.31.0 // indirect | ||
| golang.org/x/time v0.9.0 // indirect | ||
| golang.org/x/time v0.12.0 // indirect | ||
| google.golang.org/api v0.186.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 // 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.
🧩 Analysis chain
🏁 Script executed:
Repository: sourcenetwork/sourcehub
Length of output: 17073
Understand that zkvm_runtime is a transitive dependency from go-ethereum.
The
zkvm_runtimepseudo-version dependency originates fromgo-ethereum(pulled transitively throughcosmos/ibc-go/v10 → ethereum/go-ethereum/crypto). This is an indirect consequence of upgradingibc-go, not a direct change to this repository. Confirm that go-ethereum's dependency chain is expected and acceptable for your use case; if you need a stable version of zkvm_runtime, consider pinning or updating your upstream dependencies.🤖 Prompt for AI Agents