Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
336d110
feat(server): add force inclusion cmd
julienrbrt Nov 10, 2025
d409bc2
ai readme
julienrbrt Nov 10, 2025
b4a5acf
Merge branch 'main' into julien/fi
julienrbrt Nov 10, 2025
5c78229
updates
julienrbrt Nov 10, 2025
8adf494
updates
julienrbrt Nov 10, 2025
9c8d69f
Merge branch 'main' into julien/fi
julienrbrt Nov 11, 2025
2ab7413
wire both sequencers
julienrbrt Nov 11, 2025
cafcefe
use correct client context
julienrbrt Nov 11, 2025
ec90d41
fix logger
julienrbrt Nov 11, 2025
52e3faf
updates
julienrbrt Nov 11, 2025
543e55e
Merge branch 'main' into julien/fi
julienrbrt Nov 11, 2025
a3747cb
renaming
julienrbrt Nov 11, 2025
89d0c7b
linting
julienrbrt Nov 11, 2025
cda3236
improve UX
julienrbrt Nov 13, 2025
ae754a8
Merge branch 'main' into julien/fi
julienrbrt Nov 13, 2025
559a61d
chore: bump to latest ev-node
julienrbrt Nov 19, 2025
3c67c6f
fix commands
julienrbrt Nov 19, 2025
47f6eb1
future proof genesis field handling
julienrbrt Nov 19, 2025
8d4916b
fixes
julienrbrt Dec 11, 2025
5c4bc32
lint
julienrbrt Dec 11, 2025
93ba0bd
update to latest
julienrbrt Dec 17, 2025
f1c6433
fixes
julienrbrt Dec 17, 2025
de316c2
Merge branch 'main' into julien/fi
julienrbrt Dec 17, 2025
e0199ea
go mod tidy
julienrbrt Dec 17, 2025
7229955
bump ev-node in tests
julienrbrt Dec 17, 2025
6804481
bump dockerfile
julienrbrt Dec 17, 2025
a9fe82d
continue fixing docker
julienrbrt Dec 17, 2025
41ea607
Merge branch 'main' into julien/fi
julienrbrt Dec 17, 2025
087eeac
updates
julienrbrt Dec 17, 2025
873a366
fixes
julienrbrt Dec 17, 2025
e2e0fa4
remove pin
julienrbrt Dec 17, 2025
8db4917
bump ignite app
julienrbrt Dec 17, 2025
e079d14
bump ignite app again
julienrbrt Dec 17, 2025
bfb62e2
fix dockerfile
julienrbrt Dec 17, 2025
b457064
set env
julienrbrt Dec 17, 2025
3585000
Merge branch 'main' into julien/fi
julienrbrt Dec 17, 2025
8699178
add replaces
julienrbrt Dec 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 14 additions & 20 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
image_tag: ${{ steps.tag.outputs.tag }}
env:
IGNITE_VERSION: v29.3.0 # the gm build script depends on some annotations
IGNITE_EVOLVE_APP_VERSION: main
EVNODE_VERSION: v1.0.0-beta.9
IGNITE_EVOLVE_APP_VERSION: "d02e4975a7030d0cd4a15680d534ee51b1952950" # use tagged when apps has tagged (blocked on things)
EVNODE_VERSION: v1.0.0-beta.10.0.20251216132820-afcd6bd9b354
steps:
- uses: actions/checkout@v5

Expand Down Expand Up @@ -63,9 +63,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
EVNODE_VERSION: "v1.0.0-beta.9"
EVNODE_VERSION: "v1.0.0-beta.10.0.20251216132820-afcd6bd9b354"
IGNITE_VERSION: "v29.6.1"
IGNITE_EVOLVE_APP_VERSION: "main" # use tagged when apps has tagged (blocked on things)
IGNITE_EVOLVE_APP_VERSION: "d02e4975a7030d0cd4a15680d534ee51b1952950" # use tagged when apps has tagged (blocked on things)
EVOLVE_IMAGE_REPO: "evolve-gm"
EVOLVE_IMAGE_TAG: "latest"

Expand Down Expand Up @@ -106,9 +106,9 @@ jobs:
timeout-minutes: 30
env:
DO_NOT_TRACK: true
EVNODE_VERSION: "v1.0.0-beta.9"
EVNODE_VERSION: "v1.0.0-beta.10.0.20251216132820-afcd6bd9b354"
IGNITE_VERSION: "v29.6.1"
IGNITE_EVOLVE_APP_VERSION: "main" # use tagged when apps has tagged (blocked on things)
IGNITE_EVOLVE_APP_VERSION: "d02e4975a7030d0cd4a15680d534ee51b1952950" # use tagged when apps has tagged (blocked on things)
outputs:
carol_mnemonic: ${{ steps.save_mnemonic.outputs.carol_mnemonic }}
gmd_home: ${{ steps.paths.outputs.GMD_HOME }}
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
run: |
cd gm
# start the local da in the background
go tool github.com/evstack/ev-node/da/cmd/local-da &
go tool github.com/evstack/ev-node/tools/local-da &
# capture the background process PID
echo "DA_PID=$!" >> $GITHUB_ENV
# give it a moment to start
Expand All @@ -161,18 +161,11 @@ jobs:

# replace the github.com/evstack/ev-node module with tagged version
go mod edit -replace github.com/evstack/ev-node=github.com/evstack/ev-node@$EVNODE_VERSION
go mod edit -replace github.com/evstack/ev-node/core=github.com/evstack/ev-node/core@v1.0.0-beta.5.0.20251216132820-afcd6bd9b354 # TODO REMOVE AFTER TAG

# replace the github.com/evstack/ev-abci module with the local version
go mod edit -replace github.com/evstack/ev-abci=$GO_EXECUTION_ABCI_DIR

# pin dependency versions to avoid compatibility issues
go mod edit -replace github.com/libp2p/go-libp2p-quic-transport=github.com/libp2p/go-libp2p-quic-transport@v0.33.1
go mod edit -replace github.com/libp2p/go-libp2p=github.com/libp2p/go-libp2p@v0.43.0
go mod edit -replace github.com/quic-go/quic-go=github.com/quic-go/quic-go@v0.54.1
go mod edit -replace github.com/quic-go/webtransport-go=github.com/quic-go/webtransport-go@v0.9.0
go mod edit -replace github.com/multiformats/go-multiaddr=github.com/multiformats/go-multiaddr@v0.16.1
go mod edit -replace buf.build/go/protovalidate=buf.build/go/protovalidate@v0.12.0

# download dependencies and update go.mod/go.sum
go mod tidy

Expand Down Expand Up @@ -321,7 +314,7 @@ jobs:
GMD_HOME: ${{ needs.liveness.outputs.gmd_home }}
HERMES_VERSION: "v1.13.1"
GAIA_VERSION: "v25.1.0"
EVNODE_VERSION: "v1.0.0-beta.9"
EVNODE_VERSION: "v1.0.0-beta.10.0.20251216132820-afcd6bd9b354"
steps:
- name: Set up Go
uses: actions/setup-go@v6
Expand Down Expand Up @@ -368,9 +361,10 @@ jobs:
cd /tmp/da-tool
go mod init temp
go mod edit -replace github.com/evstack/ev-node=github.com/evstack/ev-node@$EVNODE_VERSION
go get github.com/evstack/ev-node/da/cmd/local-da
go mod edit -replace github.com/evstack/ev-node/core=github.com/evstack/ev-node/core@v1.0.0-beta.5.0.20251216132820-afcd6bd9b354 # TODO REMOVE AFTER TAG
go get github.com/evstack/ev-node/tools/local-da
# start the local da in the background
go tool github.com/evstack/ev-node/da/cmd/local-da &
go tool github.com/evstack/ev-node/tools/local-da &
# capture the background process PID
echo "DA_PID=$!" >> $GITHUB_ENV
# give it a moment to start
Expand Down Expand Up @@ -548,9 +542,9 @@ jobs:
timeout-minutes: 30
env:
DO_NOT_TRACK: true
EVNODE_VERSION: "v1.0.0-beta.9"
EVNODE_VERSION: "v1.0.0-beta.10.0.20251216132820-afcd6bd9b354"
IGNITE_VERSION: "v29.6.1"
IGNITE_EVOLVE_APP_VERSION: "main"
IGNITE_EVOLVE_APP_VERSION: "d02e4975a7030d0cd4a15680d534ee51b1952950" # use tagged when apps has tagged (blocked on things)
GAIA_VERSION: "v25.1.0"
EVOLVE_IMAGE_REPO: "evabci/gm"
EVOLVE_IMAGE_TAG: "local"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/migration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permissions:
actions: write

env:
EVNODE_VERSION: "v1.0.0-beta.9"
EVNODE_VERSION: "v1.0.0-beta.10.0.20251216132820-afcd6bd9b354"
IGNITE_VERSION: "v29.6.1"
IGNITE_EVOLVE_APP_VERSION: "main" # use tagged when apps has tagged (blocked on things)
IGNITE_EVOLVE_APP_VERSION: "d02e4975a7030d0cd4a15680d534ee51b1952950" # use tagged when apps has tagged (blocked on things)
EVOLVE_IMAGE_REPO: "ghcr.io/evstack/evolve-abci-gm"
COSMOS_SDK_IMAGE_REPO: "ghcr.io/evstack/cosmos-sdk-gm"

Expand Down
14 changes: 3 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ RUN apk add --no-cache \
bash

# Set environment variables
ENV EVNODE_VERSION=v1.0.0-beta.9
ENV EVNODE_VERSION=v1.0.0-beta.10.0.20251216132820-afcd6bd9b354
ENV IGNITE_VERSION=v29.6.1
ENV IGNITE_EVOLVE_APP_VERSION=main
ENV IGNITE_EVOLVE_APP_VERSION=d02e4975a7030d0cd4a15680d534ee51b1952950

RUN curl -sSL https://get.ignite.com/cli@${IGNITE_VERSION}! | bash

Expand All @@ -27,19 +27,11 @@ RUN ignite app install github.com/ignite/apps/evolve@${IGNITE_EVOLVE_APP_VERSION
ignite evolve add-migrate

RUN go mod edit -replace github.com/evstack/ev-node=github.com/evstack/ev-node@${EVNODE_VERSION} && \
go mod edit -replace github.com/evstack/ev-node/core=github.com/evstack/ev-node/core@v1.0.0-beta.5.0.20251216132820-afcd6bd9b354 && \
go mod edit -replace github.com/evstack/ev-abci=/workspace/ev-abci && \
go mod edit -replace github.com/libp2p/go-libp2p-quic-transport=github.com/libp2p/go-libp2p-quic-transport@v0.33.1 && \
go mod edit -replace github.com/libp2p/go-libp2p=github.com/libp2p/go-libp2p@v0.43.0 && \
go mod edit -replace github.com/quic-go/quic-go=github.com/quic-go/quic-go@v0.54.1 && \
go mod edit -replace github.com/quic-go/webtransport-go=github.com/quic-go/webtransport-go@v0.9.0 && \
go mod edit -replace github.com/multiformats/go-multiaddr=github.com/multiformats/go-multiaddr@v0.16.1 && \
go mod edit -replace buf.build/go/protovalidate=buf.build/go/protovalidate@v0.12.0 && \
go mod tidy && \
go mod download

# Verify pinned module versions are effective in build context
RUN go list -m all | grep -E 'github.com/libp2p/go-libp2p|github.com/multiformats/go-multiaddr'

# TODO: replace this with proper ignite flag to skip IBC registration when available
# Patch out IBC registration (comment out the call and its error handling)
RUN if [ "$ENABLE_IBC" = "false" ]; then \
Expand Down
18 changes: 0 additions & 18 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ pkgs := $(shell go list ./...)
run := .
count := 1

IGNITE_VERSION ?= v29.3.1
IGNITE_EVOLVE_APP_VERSION ?= main
EVNODE_VERSION ?= v1.0.0-beta.9

## help: Show this help message
help: Makefile
@echo " Choose a command run in "$(PROJECTNAME)":"
Expand Down Expand Up @@ -81,17 +77,3 @@ proto-gen:
@rm -r modules/github.com

.PHONY: proto-gen


## build-attester-docker-image: Build Docker images for the GM chain and attester integration tests
build-attester-docker-image:
@echo "--> Building GM integration Docker image"
@docker build \
-f tests/integration/docker/Dockerfile.gm \
--build-arg IGNITE_VERSION=$(IGNITE_VERSION) \
--build-arg IGNITE_EVOLVE_APP_VERSION=$(IGNITE_EVOLVE_APP_VERSION) \
--build-arg EVNODE_VERSION=$(EVNODE_VERSION) \
-t evabci/gm:local \
.

.PHONY: build-attester-docker-image
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ignite app install -g github.com/ignite/apps/evolve@latest
ignite evolve add
ignite chain build --skip-proto
ignite evolve init
go tool github.com/evstack/ev-node/da/cmd/local-da &
go tool github.com/evstack/ev-node/tools/local-da &
gmd start --rollkit.node.aggregator
```

Expand Down
74 changes: 35 additions & 39 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,12 @@ go 1.24.6

replace github.com/celestiaorg/go-header => github.com/julienrbrt/go-header v0.0.0-20251008134330-747c8c192fa8 // TODO: to remove after https://github.com/celestiaorg/go-header/pull/347

// TODO: remove after https://github.com/evstack/ev-node/pull/2797
replace (
github.com/btcsuite/btcd => github.com/btcsuite/btcd v0.22.0-beta
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.50.14
github.com/libp2p/go-libp2p => github.com/libp2p/go-libp2p v0.43.0
github.com/libp2p/go-libp2p-quic-transport => github.com/libp2p/go-libp2p-quic-transport v0.33.1
github.com/quic-go/quic-go => github.com/quic-go/quic-go v0.54.1
github.com/quic-go/webtransport-go => github.com/quic-go/webtransport-go v0.9.0
github.com/evstack/ev-node => github.com/evstack/ev-node v1.0.0-beta.10.0.20251216132820-afcd6bd9b354
github.com/evstack/ev-node/core => github.com/evstack/ev-node/core v1.0.0-beta.5.0.20251216132820-afcd6bd9b354
)

exclude github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2

require (
cosmossdk.io/api v0.9.2
cosmossdk.io/collections v1.3.1
Expand All @@ -24,35 +19,34 @@ require (
cosmossdk.io/log v1.6.1
cosmossdk.io/math v1.5.3
cosmossdk.io/store v1.1.2
github.com/celestiaorg/go-header v0.7.3
github.com/cometbft/cometbft v0.38.19
github.com/celestiaorg/go-header v0.7.4
github.com/cometbft/cometbft v0.38.20
github.com/cometbft/cometbft-db v0.14.1
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
github.com/cosmos/cosmos-sdk v0.50.15
github.com/cosmos/gogoproto v1.7.2
github.com/evstack/ev-node v1.0.0-beta.9
github.com/evstack/ev-node/core v1.0.0-beta.4
github.com/evstack/ev-node/da v1.0.0-beta.5
github.com/evstack/ev-node/sequencers/single v1.0.0-beta.3
github.com/evstack/ev-node v1.0.0-beta.10
github.com/evstack/ev-node/core v1.0.0-beta.5
github.com/go-kit/kit v0.13.0
github.com/golang/protobuf v1.5.4
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/hashicorp/go-metrics v0.5.4
github.com/ipfs/go-datastore v0.9.0
github.com/libp2p/go-libp2p v0.43.0
github.com/libp2p/go-libp2p v0.46.0
github.com/libp2p/go-libp2p-pubsub v0.15.0
github.com/multiformats/go-multiaddr v0.16.1
github.com/prometheus/client_golang v1.23.2
github.com/rs/cors v1.11.1
github.com/rs/zerolog v1.34.0
github.com/spf13/cobra v1.10.1
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
golang.org/x/net v0.47.0
golang.org/x/sync v0.18.0
golang.org/x/net v0.48.0
golang.org/x/sync v0.19.0
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5
google.golang.org/grpc v1.76.0
google.golang.org/protobuf v1.36.10
gotest.tools/v3 v3.5.2
)

require (
Expand Down Expand Up @@ -91,7 +85,9 @@ require (
github.com/bytedance/sonic v1.14.0 // indirect
github.com/bytedance/sonic/loader v0.3.0 // indirect
github.com/celestiaorg/go-libp2p-messenger v0.2.2 // indirect
github.com/celestiaorg/go-square/merkle v0.0.0-20240627094109-7d01436067a3 // indirect
github.com/celestiaorg/go-square/v3 v3.0.2 // indirect
github.com/celestiaorg/nmt v0.24.2 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudwego/base64x v0.1.5 // indirect
Expand Down Expand Up @@ -132,7 +128,6 @@ require (
github.com/filecoin-project/go-clock v0.1.0 // indirect
github.com/filecoin-project/go-jsonrpc v0.9.0 // indirect
github.com/flynn/noise v1.1.0 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/getsentry/sentry-go v0.33.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
Expand All @@ -142,15 +137,15 @@ require (
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/goccy/go-yaml v1.18.0 // indirect
github.com/goccy/go-yaml v1.19.0 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/gofrs/flock v0.12.1 // indirect
github.com/gogo/googleapis v1.4.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.2.5 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/cel-go v0.25.0 // indirect
github.com/google/flatbuffers v24.12.23+incompatible // indirect
Expand All @@ -176,10 +171,10 @@ require (
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/improbable-eng/grpc-web v0.15.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/ipfs/boxo v0.35.0 // indirect
github.com/ipfs/go-cid v0.5.0 // indirect
github.com/ipfs/boxo v0.35.2 // indirect
github.com/ipfs/go-cid v0.6.0 // indirect
github.com/ipfs/go-ds-badger4 v0.1.8 // indirect
github.com/ipfs/go-log/v2 v2.8.1 // indirect
github.com/ipfs/go-log/v2 v2.9.0 // indirect
github.com/ipld/go-ipld-prime v0.21.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
Expand All @@ -196,12 +191,12 @@ require (
github.com/libp2p/go-cidranger v1.1.0 // indirect
github.com/libp2p/go-flow-metrics v0.3.0 // indirect
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
github.com/libp2p/go-libp2p-kad-dht v0.35.1 // indirect
github.com/libp2p/go-libp2p-kad-dht v0.36.0 // indirect
github.com/libp2p/go-libp2p-kbucket v0.8.0 // indirect
github.com/libp2p/go-libp2p-record v0.3.1 // indirect
github.com/libp2p/go-libp2p-routing-helpers v0.7.5 // indirect
github.com/libp2p/go-msgio v0.3.0 // indirect
github.com/libp2p/go-netroute v0.2.2 // indirect
github.com/libp2p/go-netroute v0.3.0 // indirect
github.com/libp2p/go-reuseport v0.4.0 // indirect
github.com/libp2p/go-yamux/v5 v5.0.1 // indirect
github.com/linxGnu/grocksdb v1.8.14 // indirect
Expand Down Expand Up @@ -235,7 +230,7 @@ require (
github.com/multiformats/go-multiaddr-dns v0.4.1 // indirect
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
github.com/multiformats/go-multibase v0.2.0 // indirect
github.com/multiformats/go-multicodec v0.9.2 // indirect
github.com/multiformats/go-multicodec v0.10.0 // indirect
github.com/multiformats/go-multihash v0.2.3 // indirect
github.com/multiformats/go-multistream v0.6.1 // indirect
github.com/multiformats/go-varint v0.1.0 // indirect
Expand Down Expand Up @@ -274,8 +269,8 @@ require (
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.17.0 // 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.1 // indirect
github.com/quic-go/webtransport-go v0.9.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
Expand Down Expand Up @@ -324,29 +319,30 @@ require (
go.yaml.in/yaml/v2 v2.4.3 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/arch v0.17.0 // indirect
golang.org/x/crypto v0.44.0 // indirect
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/sys v0.38.0 // indirect
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/crypto v0.46.0 // indirect
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
golang.org/x/mod v0.30.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 // indirect
golang.org/x/term v0.38.0 // indirect
golang.org/x/text v0.32.0 // indirect
golang.org/x/time v0.12.0 // indirect
golang.org/x/tools v0.38.0 // indirect
golang.org/x/tools v0.39.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gonum.org/v1/gonum v0.16.0 // indirect
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.5.2 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
nhooyr.io/websocket v1.8.6 // indirect
pgregory.net/rapid v1.2.0 // indirect
pluginrpc.com/pluginrpc v0.5.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

exclude github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2

tool (
github.com/bufbuild/buf/cmd/buf
github.com/cosmos/gogoproto/protoc-gen-gocosmos
Expand Down
Loading
Loading