├── .github └── workflows │ └── testground_robusta_nightly.yaml ├── .gitignore ├── Dockerfile ├── LICENSE ├── Makefile ├── NOTICE ├── README.md ├── compositions ├── README.md ├── cluster-k8s │ ├── big-blocks │ │ ├── tc-001-val-large-txs │ │ │ ├── 100-vals-70kb-pfd │ │ │ │ ├── 320mib-0ms.toml │ │ │ │ ├── 320mib-100ms.toml │ │ │ │ └── 320mib-200ms.toml │ │ │ └── 40-vals-180kb-pfd │ │ │ │ ├── 256mib-0ms.toml │ │ │ │ ├── 320mib-100ms.toml │ │ │ │ └── 320mib-200ms.toml │ │ ├── tc-002-da-sync │ │ │ ├── 100-100-50-1000 │ │ │ │ ├── 320-100mib-0ms.toml │ │ │ │ ├── 320-100mib-100ms.toml │ │ │ │ └── 320-100mib-200ms.toml │ │ │ └── 40-40-20-100 │ │ │ │ ├── 256-100mib-0ms.toml │ │ │ │ ├── 320-100mib-100ms.toml │ │ │ │ └── 320-100mib-200ms.toml │ │ ├── tc-003-full-sync-past │ │ │ ├── 100-100-50-1000 │ │ │ │ ├── 320-100mib-0ms.toml │ │ │ │ ├── 320-100mib-100ms.toml │ │ │ │ └── 320-100mib-200ms.toml │ │ │ └── 40-40-20-100 │ │ │ │ ├── 256-100mib-0ms.toml │ │ │ │ ├── 320-100mib-100ms.toml │ │ │ │ └── 320-100mib-200ms.toml │ │ ├── tc-004-full-light-past │ │ │ ├── 100-100-50-1000 │ │ │ │ ├── 320-100mib-0ms.toml │ │ │ │ ├── 320-100mib-100ms.toml │ │ │ │ └── 320-100mib-200ms.toml │ │ │ └── 40-40-20-100 │ │ │ │ ├── 256-100mib-0ms.toml │ │ │ │ ├── 320-100mib-100ms.toml │ │ │ │ └── 320-100mib-200ms.toml │ │ └── tc-005-light-das-past │ │ │ ├── 100-100-50-1000 │ │ │ ├── 320-100mib-0ms.toml │ │ │ ├── 320-100mib-100ms.toml │ │ │ └── 320-100mib-200ms.toml │ │ │ └── 40-40-20-100 │ │ │ ├── 256-100mib-0ms.toml │ │ │ ├── 320-100mib-100ms.toml │ │ │ └── 320-100mib-200ms.toml │ ├── block-reconstruction │ │ ├── 1-full-node.toml │ │ ├── 128-square-size │ │ │ ├── 1-full-node.toml │ │ │ ├── 10-full-nodes.toml │ │ │ ├── 2-full-nodes.toml │ │ │ ├── 3-full-nodes.toml │ │ │ └── 4-full-nodes.toml │ │ ├── 256-square-size │ │ │ ├── 1-full-node.toml │ │ │ ├── 2-full-nodes.toml │ │ │ ├── 3-full-nodes.toml │ │ │ └── 4-full-nodes.toml │ │ ├── 32-square-size │ │ │ ├── 1-full-node.toml │ │ │ ├── 2-full-nodes.toml │ │ │ ├── 3-full-nodes.toml │ │ │ └── 4-full-nodes.toml │ │ └── 64-square-size │ │ │ ├── 1-full-node.toml │ │ │ ├── 2-full-nodes.toml │ │ │ ├── 3-full-nodes.toml │ │ │ └── 4-full-nodes.toml │ ├── block-sync │ │ ├── historical │ │ │ ├── 128-square-size │ │ │ │ ├── 1-3-32-default.toml │ │ │ │ └── 1-3-32-ipld.toml │ │ │ ├── 256-square-size │ │ │ │ ├── 1-3-32-default.toml │ │ │ │ └── 1-4-32-ipld.toml │ │ │ └── 64-square-size │ │ │ │ ├── 1-3-32-default.toml │ │ │ │ └── 1-3-32-ipld.toml │ │ └── latest │ │ │ ├── 128-square-size │ │ │ ├── 1-3-32-default.toml │ │ │ └── 1-3-32-ipld.toml │ │ │ ├── 256-square-size │ │ │ ├── 1-3-32-default.toml │ │ │ └── 1-3-32-ipld.toml │ │ │ └── 64-square-size │ │ │ ├── 1-3-32-default.toml │ │ │ └── 1-3-32-ipld.toml │ ├── flood │ │ ├── flood-1-100.toml │ │ ├── flood-1-150.toml │ │ └── flood-1-200.toml │ ├── pfd-1100.toml │ ├── pfd-400.toml │ ├── qgb │ │ └── qgb-test.toml │ ├── robusta │ │ └── flood.toml │ └── sanity │ │ ├── 002-da-sync-8.toml │ │ ├── 005-light-das-past-8.toml │ │ ├── gsbn-8.toml │ │ └── pfd-8.toml └── local-docker │ ├── big-blocks │ ├── 001-val-large-txs-4.toml │ ├── 002-da-sync-13.toml │ ├── 003-full-sync-past-13.toml │ ├── 004-full-light-past-13.toml │ └── 005-light-das-past-13.toml │ ├── pfd-gsbn │ ├── gsbn-9.toml │ └── pfd-9.toml │ └── qgb │ └── qgb-test.toml ├── dashboards ├── README.md ├── cosmos_comet_nodes_influxql_dashboard.json └── live-network-new.json ├── docker └── local-telemetry │ ├── docker-compose.yml │ ├── grafana │ ├── dashboards │ │ └── dashboard.yml │ └── datasources │ │ └── config.yml │ ├── otel-collector │ └── config.yml │ └── prometheus │ └── prometheus.yml ├── docs ├── README.md └── test-plans │ ├── 001-Big-Blocks │ ├── test-cases │ │ ├── tc-001-val-large-txs.md │ │ ├── tc-002-da-sync.md │ │ ├── tc-003-full-sync-past.md │ │ ├── tc-004-full-light-past.md │ │ └── tc-005-light-past.md │ └── tp-001-big-blocks-creation-sync.md │ ├── 002-Das-Benchmarks │ ├── 002-das-benchmarks.md │ └── test-cases │ │ └── tc-001-lights-dasing-latest-from-bridge.md │ ├── 003-PayForData-GetSharesByNamespace │ ├── test-cases │ │ ├── tc-001-da-nodes-pfd.md │ │ ├── tc-002-da-nodes-gsbn.md │ │ └── tc-003-full-pfd-light-gsbn.md │ └── tp-003-pfd-gsbn.md │ ├── 004-Block-Reconstruction │ └── 32-64sq-plan.md │ ├── 005-Block-Sync │ └── 64-128-256sq-plan.md │ ├── README.md │ └── tp-template.md ├── go.mod ├── go.sum ├── main.go ├── manifest.toml ├── testkit ├── README.md ├── appkit │ ├── app.go │ └── doc.go ├── nodekit │ └── node.go ├── qgbkit │ ├── doc.go │ └── qgb.go └── sync.go └── tests ├── README.md ├── helpers ├── app-sync │ ├── run_seeds.go │ └── run_validator.go ├── block-sync │ ├── historical │ │ ├── run_bridge.go │ │ ├── run_full.go │ │ ├── run_historical_full.go │ │ └── run_validator.go │ └── latest │ │ ├── run_bridge.go │ │ ├── run_full.go │ │ └── run_validator.go ├── common │ ├── bridge.go │ ├── data.go │ ├── doc.go │ ├── network.go │ ├── qgb.go │ └── validator.go ├── flood │ └── run_app.go ├── fund-accs │ ├── run_bridge.go │ ├── run_full.go │ ├── run_light.go │ └── run_validator.go ├── helpers.go ├── node-sync │ ├── run_app.go │ ├── run_bridge.go │ ├── run_full.go │ └── run_light.go ├── qgb-sync │ └── run_qgb.go ├── reconstruction │ ├── run_app.go │ ├── run_bridge.go │ ├── run_full.go │ └── run_light.go └── sync-past │ ├── run_bridge.go │ ├── run_full.go │ └── run_light.go └── plans ├── big-blocks ├── tc-001-val-large-txs.go ├── tc-002-da-sync.go ├── tc-003-full-sync-past.go ├── tc-004-full-light-past.go └── tc-005-light-das-past.go ├── block-recon └── reconstruction.go ├── block-sync └── block-sync.go ├── flood-internal.go ├── pfd-gsbn └── pfd-gsbn.go ├── plans.go ├── qgb └── qgb-test.go └── robusta ├── flood.go ├── full.go └── light.go /.github/workflows/testground_robusta_nightly.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/.github/workflows/testground_robusta_nightly.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/Makefile -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- 1 | Celestia Test Infrastructure 2 | Copyright 2021 and onwards Strange Loop Labs AG 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/README.md -------------------------------------------------------------------------------- /compositions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/README.md -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-001-val-large-txs/100-vals-70kb-pfd/320mib-0ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-001-val-large-txs/100-vals-70kb-pfd/320mib-0ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-001-val-large-txs/100-vals-70kb-pfd/320mib-100ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-001-val-large-txs/100-vals-70kb-pfd/320mib-100ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-001-val-large-txs/100-vals-70kb-pfd/320mib-200ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-001-val-large-txs/100-vals-70kb-pfd/320mib-200ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-001-val-large-txs/40-vals-180kb-pfd/256mib-0ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-001-val-large-txs/40-vals-180kb-pfd/256mib-0ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-001-val-large-txs/40-vals-180kb-pfd/320mib-100ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-001-val-large-txs/40-vals-180kb-pfd/320mib-100ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-001-val-large-txs/40-vals-180kb-pfd/320mib-200ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-001-val-large-txs/40-vals-180kb-pfd/320mib-200ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-002-da-sync/100-100-50-1000/320-100mib-0ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-002-da-sync/100-100-50-1000/320-100mib-0ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-002-da-sync/100-100-50-1000/320-100mib-100ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-002-da-sync/100-100-50-1000/320-100mib-100ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-002-da-sync/100-100-50-1000/320-100mib-200ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-002-da-sync/100-100-50-1000/320-100mib-200ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-002-da-sync/40-40-20-100/256-100mib-0ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-002-da-sync/40-40-20-100/256-100mib-0ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-002-da-sync/40-40-20-100/320-100mib-100ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-002-da-sync/40-40-20-100/320-100mib-100ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-002-da-sync/40-40-20-100/320-100mib-200ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-002-da-sync/40-40-20-100/320-100mib-200ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-003-full-sync-past/100-100-50-1000/320-100mib-0ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-003-full-sync-past/100-100-50-1000/320-100mib-0ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-003-full-sync-past/100-100-50-1000/320-100mib-100ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-003-full-sync-past/100-100-50-1000/320-100mib-100ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-003-full-sync-past/100-100-50-1000/320-100mib-200ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-003-full-sync-past/100-100-50-1000/320-100mib-200ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-003-full-sync-past/40-40-20-100/256-100mib-0ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-003-full-sync-past/40-40-20-100/256-100mib-0ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-003-full-sync-past/40-40-20-100/320-100mib-100ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-003-full-sync-past/40-40-20-100/320-100mib-100ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-003-full-sync-past/40-40-20-100/320-100mib-200ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-003-full-sync-past/40-40-20-100/320-100mib-200ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-004-full-light-past/100-100-50-1000/320-100mib-0ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-004-full-light-past/100-100-50-1000/320-100mib-0ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-004-full-light-past/100-100-50-1000/320-100mib-100ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-004-full-light-past/100-100-50-1000/320-100mib-100ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-004-full-light-past/100-100-50-1000/320-100mib-200ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-004-full-light-past/100-100-50-1000/320-100mib-200ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-004-full-light-past/40-40-20-100/256-100mib-0ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-004-full-light-past/40-40-20-100/256-100mib-0ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-004-full-light-past/40-40-20-100/320-100mib-100ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-004-full-light-past/40-40-20-100/320-100mib-100ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-004-full-light-past/40-40-20-100/320-100mib-200ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-004-full-light-past/40-40-20-100/320-100mib-200ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-005-light-das-past/100-100-50-1000/320-100mib-0ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-005-light-das-past/100-100-50-1000/320-100mib-0ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-005-light-das-past/100-100-50-1000/320-100mib-100ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-005-light-das-past/100-100-50-1000/320-100mib-100ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-005-light-das-past/100-100-50-1000/320-100mib-200ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-005-light-das-past/100-100-50-1000/320-100mib-200ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-005-light-das-past/40-40-20-100/256-100mib-0ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-005-light-das-past/40-40-20-100/256-100mib-0ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-005-light-das-past/40-40-20-100/320-100mib-100ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-005-light-das-past/40-40-20-100/320-100mib-100ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/big-blocks/tc-005-light-das-past/40-40-20-100/320-100mib-200ms.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/big-blocks/tc-005-light-das-past/40-40-20-100/320-100mib-200ms.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/1-full-node.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/1-full-node.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/128-square-size/1-full-node.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/128-square-size/1-full-node.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/128-square-size/10-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/128-square-size/10-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/128-square-size/2-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/128-square-size/2-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/128-square-size/3-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/128-square-size/3-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/128-square-size/4-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/128-square-size/4-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/256-square-size/1-full-node.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/256-square-size/1-full-node.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/256-square-size/2-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/256-square-size/2-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/256-square-size/3-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/256-square-size/3-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/256-square-size/4-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/256-square-size/4-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/32-square-size/1-full-node.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/32-square-size/1-full-node.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/32-square-size/2-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/32-square-size/2-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/32-square-size/3-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/32-square-size/3-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/32-square-size/4-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/32-square-size/4-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/64-square-size/1-full-node.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/64-square-size/1-full-node.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/64-square-size/2-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/64-square-size/2-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/64-square-size/3-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/64-square-size/3-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-reconstruction/64-square-size/4-full-nodes.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-reconstruction/64-square-size/4-full-nodes.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-sync/historical/128-square-size/1-3-32-default.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-sync/historical/128-square-size/1-3-32-default.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-sync/historical/128-square-size/1-3-32-ipld.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-sync/historical/128-square-size/1-3-32-ipld.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-sync/historical/256-square-size/1-3-32-default.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-sync/historical/256-square-size/1-3-32-default.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-sync/historical/256-square-size/1-4-32-ipld.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-sync/historical/256-square-size/1-4-32-ipld.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-sync/historical/64-square-size/1-3-32-default.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-sync/historical/64-square-size/1-3-32-default.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-sync/historical/64-square-size/1-3-32-ipld.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-sync/historical/64-square-size/1-3-32-ipld.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-sync/latest/128-square-size/1-3-32-default.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-sync/latest/128-square-size/1-3-32-default.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-sync/latest/128-square-size/1-3-32-ipld.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-sync/latest/128-square-size/1-3-32-ipld.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-sync/latest/256-square-size/1-3-32-default.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-sync/latest/256-square-size/1-3-32-default.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-sync/latest/256-square-size/1-3-32-ipld.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-sync/latest/256-square-size/1-3-32-ipld.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-sync/latest/64-square-size/1-3-32-default.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-sync/latest/64-square-size/1-3-32-default.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/block-sync/latest/64-square-size/1-3-32-ipld.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/block-sync/latest/64-square-size/1-3-32-ipld.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/flood/flood-1-100.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/flood/flood-1-100.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/flood/flood-1-150.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/flood/flood-1-150.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/flood/flood-1-200.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/flood/flood-1-200.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/pfd-1100.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/pfd-1100.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/pfd-400.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/pfd-400.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/qgb/qgb-test.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/qgb/qgb-test.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/robusta/flood.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/robusta/flood.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/sanity/002-da-sync-8.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/sanity/002-da-sync-8.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/sanity/005-light-das-past-8.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/sanity/005-light-das-past-8.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/sanity/gsbn-8.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/sanity/gsbn-8.toml -------------------------------------------------------------------------------- /compositions/cluster-k8s/sanity/pfd-8.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/cluster-k8s/sanity/pfd-8.toml -------------------------------------------------------------------------------- /compositions/local-docker/big-blocks/001-val-large-txs-4.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/local-docker/big-blocks/001-val-large-txs-4.toml -------------------------------------------------------------------------------- /compositions/local-docker/big-blocks/002-da-sync-13.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/local-docker/big-blocks/002-da-sync-13.toml -------------------------------------------------------------------------------- /compositions/local-docker/big-blocks/003-full-sync-past-13.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/local-docker/big-blocks/003-full-sync-past-13.toml -------------------------------------------------------------------------------- /compositions/local-docker/big-blocks/004-full-light-past-13.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/local-docker/big-blocks/004-full-light-past-13.toml -------------------------------------------------------------------------------- /compositions/local-docker/big-blocks/005-light-das-past-13.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/local-docker/big-blocks/005-light-das-past-13.toml -------------------------------------------------------------------------------- /compositions/local-docker/pfd-gsbn/gsbn-9.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/local-docker/pfd-gsbn/gsbn-9.toml -------------------------------------------------------------------------------- /compositions/local-docker/pfd-gsbn/pfd-9.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/local-docker/pfd-gsbn/pfd-9.toml -------------------------------------------------------------------------------- /compositions/local-docker/qgb/qgb-test.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/compositions/local-docker/qgb/qgb-test.toml -------------------------------------------------------------------------------- /dashboards/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/dashboards/README.md -------------------------------------------------------------------------------- /dashboards/cosmos_comet_nodes_influxql_dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/dashboards/cosmos_comet_nodes_influxql_dashboard.json -------------------------------------------------------------------------------- /dashboards/live-network-new.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/dashboards/live-network-new.json -------------------------------------------------------------------------------- /docker/local-telemetry/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docker/local-telemetry/docker-compose.yml -------------------------------------------------------------------------------- /docker/local-telemetry/grafana/dashboards/dashboard.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docker/local-telemetry/grafana/dashboards/dashboard.yml -------------------------------------------------------------------------------- /docker/local-telemetry/grafana/datasources/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docker/local-telemetry/grafana/datasources/config.yml -------------------------------------------------------------------------------- /docker/local-telemetry/otel-collector/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docker/local-telemetry/otel-collector/config.yml -------------------------------------------------------------------------------- /docker/local-telemetry/prometheus/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docker/local-telemetry/prometheus/prometheus.yml -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/test-plans/001-Big-Blocks/test-cases/tc-001-val-large-txs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/001-Big-Blocks/test-cases/tc-001-val-large-txs.md -------------------------------------------------------------------------------- /docs/test-plans/001-Big-Blocks/test-cases/tc-002-da-sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/001-Big-Blocks/test-cases/tc-002-da-sync.md -------------------------------------------------------------------------------- /docs/test-plans/001-Big-Blocks/test-cases/tc-003-full-sync-past.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/001-Big-Blocks/test-cases/tc-003-full-sync-past.md -------------------------------------------------------------------------------- /docs/test-plans/001-Big-Blocks/test-cases/tc-004-full-light-past.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/001-Big-Blocks/test-cases/tc-004-full-light-past.md -------------------------------------------------------------------------------- /docs/test-plans/001-Big-Blocks/test-cases/tc-005-light-past.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/001-Big-Blocks/test-cases/tc-005-light-past.md -------------------------------------------------------------------------------- /docs/test-plans/001-Big-Blocks/tp-001-big-blocks-creation-sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/001-Big-Blocks/tp-001-big-blocks-creation-sync.md -------------------------------------------------------------------------------- /docs/test-plans/002-Das-Benchmarks/002-das-benchmarks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/002-Das-Benchmarks/002-das-benchmarks.md -------------------------------------------------------------------------------- /docs/test-plans/002-Das-Benchmarks/test-cases/tc-001-lights-dasing-latest-from-bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/002-Das-Benchmarks/test-cases/tc-001-lights-dasing-latest-from-bridge.md -------------------------------------------------------------------------------- /docs/test-plans/003-PayForData-GetSharesByNamespace/test-cases/tc-001-da-nodes-pfd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/003-PayForData-GetSharesByNamespace/test-cases/tc-001-da-nodes-pfd.md -------------------------------------------------------------------------------- /docs/test-plans/003-PayForData-GetSharesByNamespace/test-cases/tc-002-da-nodes-gsbn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/003-PayForData-GetSharesByNamespace/test-cases/tc-002-da-nodes-gsbn.md -------------------------------------------------------------------------------- /docs/test-plans/003-PayForData-GetSharesByNamespace/test-cases/tc-003-full-pfd-light-gsbn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/003-PayForData-GetSharesByNamespace/test-cases/tc-003-full-pfd-light-gsbn.md -------------------------------------------------------------------------------- /docs/test-plans/003-PayForData-GetSharesByNamespace/tp-003-pfd-gsbn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/003-PayForData-GetSharesByNamespace/tp-003-pfd-gsbn.md -------------------------------------------------------------------------------- /docs/test-plans/004-Block-Reconstruction/32-64sq-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/004-Block-Reconstruction/32-64sq-plan.md -------------------------------------------------------------------------------- /docs/test-plans/005-Block-Sync/64-128-256sq-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/005-Block-Sync/64-128-256sq-plan.md -------------------------------------------------------------------------------- /docs/test-plans/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/README.md -------------------------------------------------------------------------------- /docs/test-plans/tp-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/docs/test-plans/tp-template.md -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/go.sum -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/main.go -------------------------------------------------------------------------------- /manifest.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/manifest.toml -------------------------------------------------------------------------------- /testkit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/testkit/README.md -------------------------------------------------------------------------------- /testkit/appkit/app.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/testkit/appkit/app.go -------------------------------------------------------------------------------- /testkit/appkit/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/testkit/appkit/doc.go -------------------------------------------------------------------------------- /testkit/nodekit/node.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/testkit/nodekit/node.go -------------------------------------------------------------------------------- /testkit/qgbkit/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/testkit/qgbkit/doc.go -------------------------------------------------------------------------------- /testkit/qgbkit/qgb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/testkit/qgbkit/qgb.go -------------------------------------------------------------------------------- /testkit/sync.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/testkit/sync.go -------------------------------------------------------------------------------- /tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/README.md -------------------------------------------------------------------------------- /tests/helpers/app-sync/run_seeds.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/app-sync/run_seeds.go -------------------------------------------------------------------------------- /tests/helpers/app-sync/run_validator.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/app-sync/run_validator.go -------------------------------------------------------------------------------- /tests/helpers/block-sync/historical/run_bridge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/block-sync/historical/run_bridge.go -------------------------------------------------------------------------------- /tests/helpers/block-sync/historical/run_full.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/block-sync/historical/run_full.go -------------------------------------------------------------------------------- /tests/helpers/block-sync/historical/run_historical_full.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/block-sync/historical/run_historical_full.go -------------------------------------------------------------------------------- /tests/helpers/block-sync/historical/run_validator.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/block-sync/historical/run_validator.go -------------------------------------------------------------------------------- /tests/helpers/block-sync/latest/run_bridge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/block-sync/latest/run_bridge.go -------------------------------------------------------------------------------- /tests/helpers/block-sync/latest/run_full.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/block-sync/latest/run_full.go -------------------------------------------------------------------------------- /tests/helpers/block-sync/latest/run_validator.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/block-sync/latest/run_validator.go -------------------------------------------------------------------------------- /tests/helpers/common/bridge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/common/bridge.go -------------------------------------------------------------------------------- /tests/helpers/common/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/common/data.go -------------------------------------------------------------------------------- /tests/helpers/common/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/common/doc.go -------------------------------------------------------------------------------- /tests/helpers/common/network.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/common/network.go -------------------------------------------------------------------------------- /tests/helpers/common/qgb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/common/qgb.go -------------------------------------------------------------------------------- /tests/helpers/common/validator.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/common/validator.go -------------------------------------------------------------------------------- /tests/helpers/flood/run_app.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/flood/run_app.go -------------------------------------------------------------------------------- /tests/helpers/fund-accs/run_bridge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/fund-accs/run_bridge.go -------------------------------------------------------------------------------- /tests/helpers/fund-accs/run_full.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/fund-accs/run_full.go -------------------------------------------------------------------------------- /tests/helpers/fund-accs/run_light.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/fund-accs/run_light.go -------------------------------------------------------------------------------- /tests/helpers/fund-accs/run_validator.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/fund-accs/run_validator.go -------------------------------------------------------------------------------- /tests/helpers/helpers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/helpers.go -------------------------------------------------------------------------------- /tests/helpers/node-sync/run_app.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/node-sync/run_app.go -------------------------------------------------------------------------------- /tests/helpers/node-sync/run_bridge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/node-sync/run_bridge.go -------------------------------------------------------------------------------- /tests/helpers/node-sync/run_full.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/node-sync/run_full.go -------------------------------------------------------------------------------- /tests/helpers/node-sync/run_light.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/node-sync/run_light.go -------------------------------------------------------------------------------- /tests/helpers/qgb-sync/run_qgb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/qgb-sync/run_qgb.go -------------------------------------------------------------------------------- /tests/helpers/reconstruction/run_app.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/reconstruction/run_app.go -------------------------------------------------------------------------------- /tests/helpers/reconstruction/run_bridge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/reconstruction/run_bridge.go -------------------------------------------------------------------------------- /tests/helpers/reconstruction/run_full.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/reconstruction/run_full.go -------------------------------------------------------------------------------- /tests/helpers/reconstruction/run_light.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/reconstruction/run_light.go -------------------------------------------------------------------------------- /tests/helpers/sync-past/run_bridge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/sync-past/run_bridge.go -------------------------------------------------------------------------------- /tests/helpers/sync-past/run_full.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/sync-past/run_full.go -------------------------------------------------------------------------------- /tests/helpers/sync-past/run_light.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/helpers/sync-past/run_light.go -------------------------------------------------------------------------------- /tests/plans/big-blocks/tc-001-val-large-txs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/big-blocks/tc-001-val-large-txs.go -------------------------------------------------------------------------------- /tests/plans/big-blocks/tc-002-da-sync.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/big-blocks/tc-002-da-sync.go -------------------------------------------------------------------------------- /tests/plans/big-blocks/tc-003-full-sync-past.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/big-blocks/tc-003-full-sync-past.go -------------------------------------------------------------------------------- /tests/plans/big-blocks/tc-004-full-light-past.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/big-blocks/tc-004-full-light-past.go -------------------------------------------------------------------------------- /tests/plans/big-blocks/tc-005-light-das-past.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/big-blocks/tc-005-light-das-past.go -------------------------------------------------------------------------------- /tests/plans/block-recon/reconstruction.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/block-recon/reconstruction.go -------------------------------------------------------------------------------- /tests/plans/block-sync/block-sync.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/block-sync/block-sync.go -------------------------------------------------------------------------------- /tests/plans/flood-internal.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/flood-internal.go -------------------------------------------------------------------------------- /tests/plans/pfd-gsbn/pfd-gsbn.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/pfd-gsbn/pfd-gsbn.go -------------------------------------------------------------------------------- /tests/plans/plans.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/plans.go -------------------------------------------------------------------------------- /tests/plans/qgb/qgb-test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/qgb/qgb-test.go -------------------------------------------------------------------------------- /tests/plans/robusta/flood.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/robusta/flood.go -------------------------------------------------------------------------------- /tests/plans/robusta/full.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/robusta/full.go -------------------------------------------------------------------------------- /tests/plans/robusta/light.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celestiaorg/test-infra/HEAD/tests/plans/robusta/light.go --------------------------------------------------------------------------------