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

test(e2e benchmark): adds big block tests #3415

Closed
wants to merge 150 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
150 commits
Select commit Hold shift + click to select a range
8df2164
points to a custom version of celestia-core with tracing feature enabled
staheri14 Apr 16, 2024
cefc427
incorporates the ability to trace and download traced data
staheri14 Apr 16, 2024
592a28d
exposes the tracing port
staheri14 Apr 16, 2024
8db8a78
specifies the trace pull address in the configs
staheri14 Apr 16, 2024
fb65e73
uses pull based approach to get the traces
staheri14 Apr 16, 2024
fa0e5b8
incorporates the ability to enable pull tracing
staheri14 Apr 16, 2024
9f68de5
updates go mod
staheri14 Apr 16, 2024
3562237
edits tracing url and exposes tracing port
staheri14 Apr 16, 2024
42a2634
uses the new method to get tables
staheri14 Apr 16, 2024
3aa4a1c
updates knuu deps
staheri14 Apr 17, 2024
5d5a510
points to a new version of core with additional log
staheri14 Apr 17, 2024
63e73a6
points to another version of core
staheri14 Apr 17, 2024
5251d20
deletes a wrong exported port from txsim docker
staheri14 Apr 17, 2024
ca28623
Merge remote-tracking branch 'origin/main' into sanaz/enable-tracing-…
staheri14 Apr 18, 2024
4604d64
minor test for getting table
staheri14 Apr 18, 2024
52c12a7
updates go.mod and go.sum
staheri14 Apr 18, 2024
ab95bbf
updates script to allow tracing
staheri14 Apr 18, 2024
7a6f83e
changes chainID and namespace
staheri14 Apr 18, 2024
b26c450
enables port forwarding for tracing port
staheri14 Apr 18, 2024
ab257b1
comments out an unused test
staheri14 Apr 18, 2024
70072f4
creates push config
staheri14 Apr 18, 2024
41aed64
updates core version
staheri14 Apr 22, 2024
6c01dc9
Merge remote-tracking branch 'origin/main' into sanaz/enable-tracing-…
staheri14 Apr 22, 2024
b286c64
godoc fix
staheri14 Apr 22, 2024
ed80c58
includes received_bytes in the traced tables
staheri14 Apr 22, 2024
3b945ab
add func to fetch received bytes table
staheri14 Apr 22, 2024
3ce15a8
gets s3 bucket params
staheri14 Apr 22, 2024
c7ef0a0
bumps the version of the core dependency
staheri14 Apr 24, 2024
850af5f
adds Nodes API
staheri14 Apr 24, 2024
32fea30
obtains push credentials from env variables
staheri14 Apr 24, 2024
63c25bb
reads push configs from env var and enables push configs for all the …
staheri14 Apr 24, 2024
6f8c4f2
Merge remote-tracking branch 'origin/main' into sanaz/manifest-first-…
staheri14 Apr 29, 2024
2826a83
Merge remote-tracking branch 'origin/main' into sanaz/enable-tracing-…
staheri14 Apr 29, 2024
00ea5bc
reduces validators to 2
staheri14 Apr 29, 2024
ee612ff
Merge branch 'sanaz/enable-tracing-e2e-tests' into sanaz/tracing-feature
staheri14 Apr 29, 2024
4334232
Merge branch 'experimentation' into sanaz/tracing-feature
staheri14 Apr 29, 2024
d145e2e
resolves linter errors
staheri14 Apr 29, 2024
a2ea2d1
adds some comments
staheri14 Apr 29, 2024
9d0428b
assigns txsim client to all validators
staheri14 Apr 29, 2024
5918755
bumps core vesion
staheri14 Apr 29, 2024
4a41891
uses trace package to read the configs
staheri14 Apr 29, 2024
2820261
adds functionality to read the headers into csv
staheri14 Apr 29, 2024
e9b1e5b
revises comments
staheri14 Apr 29, 2024
0414067
provides file path
staheri14 Apr 29, 2024
fb4f2da
prints a log message if failed to save the csv file
staheri14 Apr 29, 2024
cdeba1c
makes util linter compliant
staheri14 Apr 29, 2024
5eea754
addresses first round of comments
staheri14 Apr 30, 2024
35ebdf3
Merge branch 'main' into sanaz/manifest-first-part
staheri14 Apr 30, 2024
a6641af
Merge branch 'experimentation' into sanaz/tracing-feature
staheri14 Apr 30, 2024
785339a
removes PullTracing flag from the Testnet Struct
staheri14 Apr 30, 2024
8175182
uses trace consts for push configs
staheri14 Apr 30, 2024
29b2fb0
fixes a config mis-assignment
staheri14 Apr 30, 2024
96b692b
Merge branch 'sanaz/manifest-first-part' into sanaz/big-block-test
staheri14 Apr 30, 2024
aea85b6
Merge branch 'sanaz/manifest-first-part' into sanaz/tracing-feature
staheri14 Apr 30, 2024
0e26c2a
reads local tracing configs from manifest and passes to the setup
staheri14 Apr 30, 2024
2153222
Merge branch 'sanaz/tracing-feature' into sanaz/big-block-test
staheri14 Apr 30, 2024
934ef96
Merge branch 'sanaz/read-block-headers-to-csv' into sanaz/big-block-test
staheri14 Apr 30, 2024
b71f988
restructures the test
staheri14 Apr 30, 2024
7f18bf8
defines resources for two node big blocks
staheri14 Apr 30, 2024
5b1223f
updates two node big block manifest and adds push config flag
staheri14 Apr 30, 2024
ac41415
increase memory allocation for two node test
staheri14 Apr 30, 2024
fa801f1
disables passing push config using json file
staheri14 Apr 30, 2024
ee86698
fixes a few parameters
staheri14 Apr 30, 2024
7ac9b81
changes chain ID and blob sizes
staheri14 Apr 30, 2024
6be6129
allows specifying blobs count per sequence
staheri14 May 1, 2024
112865c
some changes in manifest
staheri14 May 1, 2024
76f7fe4
changees txclient params
staheri14 May 1, 2024
eb1d451
moves manifest under the throughput package
staheri14 May 1, 2024
3f79960
increased RAM
staheri14 May 1, 2024
02ea926
reduces seq number
staheri14 May 1, 2024
a08d781
adds more logs to txsim
staheri14 May 1, 2024
d7329b6
params change
staheri14 May 1, 2024
277fb75
save each csv file with the name of the corresponding test
staheri14 May 1, 2024
646a284
swaps order of commit and add folder
staheri14 May 1, 2024
c006ccd
reduces mem allocation
staheri14 May 1, 2024
4835f00
bring back changes to the order of AddFolder and commit calls
staheri14 May 1, 2024
61b938d
adds keyring after commit
staheri14 May 1, 2024
4e880ca
reverts previous change
staheri14 May 1, 2024
d2fe7dd
removes unused comments
staheri14 May 1, 2024
972c6aa
increase blobs per seq
staheri14 May 1, 2024
fab60ee
increase Mem's max to 15Gi
staheri14 May 2, 2024
c4379ea
reduces PFB blob sizes to 1K
staheri14 May 2, 2024
934ce2b
increases memory and seq number
staheri14 May 2, 2024
993eeed
sets up txclients based on the count specified in the manifest
staheri14 May 3, 2024
46ddf81
uses the app default consensus config
staheri14 May 3, 2024
0e6c614
fixes a typo
staheri14 May 3, 2024
88d1f03
enables tx indexer
staheri14 May 3, 2024
1912c48
updates a few test parameters
staheri14 May 3, 2024
d140b6c
updates core version
staheri14 May 3, 2024
53a322d
increases the mempool size to 1GiB
staheri14 May 3, 2024
52f33fd
Revert "updates core version"
staheri14 May 3, 2024
1bbfd44
refactors the code to allow running specific test
staheri14 May 3, 2024
8f0ed21
updates core version
staheri14 May 3, 2024
3d66a91
deletes stale comments
staheri14 May 3, 2024
c753d69
deps update
staheri14 May 3, 2024
61b544b
increases mem allocation
staheri14 May 3, 2024
f04d4db
removes commented deps
staheri14 May 3, 2024
c64897b
updates chainID
staheri14 May 4, 2024
3a0cb14
limits memory to 12
staheri14 May 7, 2024
f6e7ae1
uses default app config
staheri14 May 7, 2024
e33f5ca
a failing config for txsims
staheri14 May 7, 2024
3da0450
bumps core
staheri14 May 7, 2024
4fef5e5
disables the indexer
staheri14 May 8, 2024
9cf0baf
spins up 3 validators and txsims
staheri14 May 9, 2024
58abade
enables txindexer
staheri14 May 9, 2024
2937cad
bumps core version
staheri14 May 9, 2024
1a6ff23
uses 2 validators
staheri14 May 9, 2024
ba5e17c
updates celestia-core version
staheri14 May 9, 2024
ab86364
updates name of 128MiB test to 64
staheri14 May 11, 2024
72e53da
updates manifest to allow pushing traces
staheri14 May 11, 2024
32f18e6
reads the first 10 heights
staheri14 May 11, 2024
34a56e3
updates tests names, chainIds and log messages
staheri14 May 11, 2024
975b2b0
prints a log message for 8Mib test
staheri14 May 11, 2024
219908a
increases recv message size
staheri14 May 13, 2024
ea37a0b
updates test scenario for two txclients
staheri14 May 13, 2024
82a1a30
ignores .env
staheri14 May 14, 2024
59b62dd
reduces heights for reading
staheri14 May 14, 2024
2ac13d3
logs info related to Grafana env variables
staheri14 May 14, 2024
f1b529b
increases test time and blob sequences
staheri14 May 14, 2024
9beb5fd
prints more info about the state of Grafana vars
staheri14 May 14, 2024
d8b565e
adds big block tests
staheri14 May 16, 2024
03953af
deletes run package
staheri14 May 16, 2024
44e2d70
Merge branch 'experimentation' into sanaz/big-block-test
staheri14 May 16, 2024
a375802
feat: improvements to big block tests
smuu May 17, 2024
2ac8972
Merge remote-tracking branch 'upstream/sanaz/big-block-test' into smu…
smuu May 21, 2024
3782895
feat: use released version
smuu May 21, 2024
8387d6d
feat: start txsim clients async
smuu May 21, 2024
8cb5b14
feat: start node async but port foreward properly
smuu May 21, 2024
18d08c6
Merge branch 'main' into sanaz/big-block-test
staheri14 May 21, 2024
9070ceb
updates go.mod and go.sum
staheri14 May 21, 2024
bc0e91c
adapts the new architecture using BenchmarkTest struct and methods
staheri14 May 21, 2024
042af7c
returns error instead of terminating the test
staheri14 May 21, 2024
a1fdd42
corrects format of the code
staheri14 May 21, 2024
4eb9dea
deletes commented codes
staheri14 May 21, 2024
4fb3469
Merge branch 'experimentation' into sanaz/big-block-test
staheri14 May 21, 2024
fce1439
deletes redundant error check in txsim
staheri14 May 21, 2024
7b37c9d
deletes redundant local tracing feature from the single node script
staheri14 May 21, 2024
a039c29
adds latency to big block test manifest
staheri14 May 21, 2024
65005f6
adds TwoNodeBigBlock_8MiB_Latency
staheri14 May 21, 2024
89b5a77
Merge remote-tracking branch 'upstream/sanaz/big-block-test' into smu…
smuu May 22, 2024
afb2f92
fix: read full blockchain
smuu May 22, 2024
4ef632e
fix: start async
smuu May 22, 2024
d010d6d
doc: add to output how long txs are submitted
smuu May 22, 2024
0a8b3fa
doc: let test runner know that reading the blockchain might take a while
smuu May 22, 2024
18e7c65
feat: read blocks with retry
smuu May 22, 2024
92c60b4
feat: simply destroy instances without stopping before
smuu May 22, 2024
3fccde4
feat: dont check if node is running
smuu May 22, 2024
2c47988
feat: use port foreward feat instead of executor
smuu May 22, 2024
3842cf1
Merge branch 'smuu/improvements-to-big-block-tests' into sanaz/big-bl…
staheri14 May 22, 2024
3ba629c
increases test duration and fixes a mis-assignment
staheri14 Jun 5, 2024
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ square/testdata
**/*.DS_Store
vendor
go.work
go.work.sum
go.work.sum
.env
80 changes: 39 additions & 41 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ go 1.22.3
require (
cosmossdk.io/errors v1.0.1
cosmossdk.io/math v1.3.0
github.com/aws/aws-sdk-go v1.44.122
github.com/celestiaorg/blobstream-contracts/v3 v3.1.0
github.com/celestiaorg/go-square v1.0.1
github.com/celestiaorg/go-square/merkle v0.0.0-20240117232118-fd78256df076
github.com/celestiaorg/knuu v0.13.2
github.com/celestiaorg/knuu v0.13.3
github.com/celestiaorg/nmt v0.20.0
github.com/celestiaorg/rsmt2d v0.13.1
github.com/cosmos/cosmos-proto v1.0.0-beta.5
Expand All @@ -27,9 +28,9 @@ require (
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/tendermint/tendermint v0.34.29
github.com/tendermint/tendermint v0.35.4
github.com/tendermint/tm-db v0.6.7
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.1
Expand All @@ -50,15 +51,14 @@ require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/Workiva/go-datastructures v1.0.53 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/aws/aws-sdk-go v1.44.122 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/bits-and-blooms/bitset v1.10.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/celestiaorg/bittwister v0.0.0-20231211182706-b065de784c03 // indirect
github.com/celestiaorg/bittwister v0.0.0-20231213180407-65cdbaf5b8c7 // indirect
github.com/celestiaorg/merkletree v0.0.0-20210714075610-a84dc3ddbbe4 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
Expand All @@ -79,14 +79,14 @@ require (
github.com/danieljoos/wincred v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.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/ristretto v0.1.1 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/docker v26.0.2+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/docker v26.1.2+incompatible // indirect
github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
Expand All @@ -104,6 +104,7 @@ require (
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-playground/validator/v10 v10.11.2 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/gogo/gateway v1.1.0 // indirect
github.com/golang/glog v1.2.0 // indirect
Expand All @@ -119,7 +120,7 @@ require (
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.2 // indirect
github.com/gorilla/handlers v1.5.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/grafana/otel-profiling-go v0.5.1 // indirect
github.com/grafana/pyroscope-go v1.1.1 // indirect
github.com/grafana/pyroscope-go/godeltaprof v0.1.6 // indirect
Expand All @@ -133,35 +134,34 @@ require (
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
github.com/holiman/uint256 v1.2.4 // indirect
github.com/iancoleman/orderedmap v0.2.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/improbable-eng/grpc-web v0.15.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.6 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/klauspost/reedsolomon v1.12.1 // indirect
github.com/lib/pq v1.10.7 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.14 // 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/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v7 v7.0.69 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/minio/minio-go/v7 v7.0.70 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
Expand All @@ -172,17 +172,16 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mtibben/percent v0.2.1 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/client_golang v1.18.0 // indirect
github.com/prometheus/client_model v0.6.0 // indirect
github.com/prometheus/common v0.47.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/rakyll/statik v0.1.7 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
Expand Down Expand Up @@ -212,40 +211,39 @@ require (
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0 // indirect
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.18.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.opentelemetry.io/otel v1.26.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0 // indirect
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.21.0 // indirect
go.opentelemetry.io/otel/metric v1.26.0 // indirect
go.opentelemetry.io/otel/sdk v1.26.0 // indirect
go.opentelemetry.io/otel/trace v1.26.0 // indirect
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.20.0 // indirect
google.golang.org/api v0.169.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.29.3 // indirect
k8s.io/apimachinery v0.29.3 // indirect
k8s.io/client-go v0.29.2 // indirect
k8s.io/klog/v2 v2.110.1 // indirect
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
k8s.io/api v0.28.2 // indirect
k8s.io/apimachinery v0.28.2 // indirect
k8s.io/client-go v0.28.2 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
nhooyr.io/websocket v1.8.6 // indirect
nhooyr.io/websocket v1.8.7 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
Expand All @@ -259,5 +257,5 @@ replace (
github.com/cosmos/ledger-cosmos-go => github.com/cosmos/ledger-cosmos-go v0.12.4
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.36.1-tm-v0.34.29
github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.35.0-tm-v0.34.29.0.20240509232017-43f718bfe92a
)
Loading
Loading