Skip to content

Commit 1ecc317

Browse files
committed
simulators/eth2/dencun: Sorted test cases/suites in docs
1 parent ff954a5 commit 1ecc317

File tree

8 files changed

+200
-120
lines changed

8 files changed

+200
-120
lines changed

simulators/eth2/dencun/TESTS.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Test Suites
44

5+
### - [Deneb Testnet](suites/base/TESTS.md)
6+
Collection of test vectors that use a ExecutionClient+BeaconNode+ValidatorClient testnet for Cancun+Deneb.
7+
8+
### - [Deneb Sync](suites/sync/TESTS.md)
9+
Collection of test vectors that use a ExecutionClient+BeaconNode+ValidatorClient testnet for Cancun+Deneb and test syncing of the beacon chain.
10+
511
### - [Deneb Builder](suites/builder/TESTS.md)
612

713
Collection of test vectors that use a ExecutionClient+BeaconNode+ValidatorClient testnet and builder API for Cancun+Deneb.
@@ -18,10 +24,4 @@ Collection of test vectors that use a ExecutionClient+BeaconNode+ValidatorClient
1824
### - [Deneb P2P Blobs Gossip](suites/p2p/gossip/blobs/TESTS.md)
1925
Collection of test vectors that verify client behavior under different blob gossiping scenarios.
2026

21-
### - [Deneb Testnet](suites/base/TESTS.md)
22-
Collection of test vectors that use a ExecutionClient+BeaconNode+ValidatorClient testnet for Cancun+Deneb.
23-
24-
### - [Deneb Sync](suites/sync/TESTS.md)
25-
Collection of test vectors that use a ExecutionClient+BeaconNode+ValidatorClient testnet for Cancun+Deneb and test syncing of the beacon chain.
26-
2727

simulators/eth2/dencun/go.mod

+15-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/ethereum/go-ethereum v1.13.5-0.20231031113925-bc42e88415d3
7-
github.com/ethereum/hive v0.0.0-20231121215939-dcb91dbfc549
7+
github.com/ethereum/hive v0.0.0-20231127175649-9e0ad13154a6
88
github.com/ethereum/hive/simulators/eth2/common v0.0.0-20230316220410-1364352c32a6
99
github.com/ethereum/hive/simulators/ethereum/engine v0.0.0-20231019225633-d252d81aded0
1010
github.com/lithammer/dedent v1.1.0
@@ -38,6 +38,7 @@ require (
3838
)
3939

4040
require (
41+
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
4142
github.com/DataDog/zstd v1.5.2 // indirect
4243
github.com/Microsoft/go-winio v0.6.1 // indirect
4344
github.com/benbjohnson/clock v1.3.0 // indirect
@@ -52,16 +53,21 @@ require (
5253
github.com/consensys/bavard v0.1.13 // indirect
5354
github.com/consensys/gnark-crypto v0.12.1 // indirect
5455
github.com/containerd/cgroups v1.1.0 // indirect
56+
github.com/containerd/containerd v1.6.18 // indirect
5557
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
5658
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
5759
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
5860
github.com/deckarep/golang-set/v2 v2.3.0 // indirect
5961
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
62+
github.com/docker/docker v24.0.7+incompatible // indirect
63+
github.com/docker/go-connections v0.4.0 // indirect
6064
github.com/docker/go-units v0.5.0 // indirect
6165
github.com/elastic/gosigar v0.14.2 // indirect
6266
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
67+
github.com/ethereum/hive/hiveproxy v0.0.0-20230919105823-37cbbe1ef86d // indirect
6368
github.com/flynn/noise v1.0.0 // indirect
6469
github.com/francoispqt/gojay v1.2.13 // indirect
70+
github.com/fsouza/go-dockerclient v1.9.8 // indirect
6571
github.com/getsentry/sentry-go v0.20.0 // indirect
6672
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
6773
github.com/godbus/dbus/v5 v5.1.0 // indirect
@@ -78,6 +84,7 @@ require (
7884
github.com/gorilla/mux v1.8.0 // indirect
7985
github.com/gorilla/websocket v1.5.0 // indirect
8086
github.com/hashicorp/golang-lru/v2 v2.0.2 // indirect
87+
github.com/hashicorp/yamux v0.1.1 // indirect
8188
github.com/herumi/bls-eth-go-binary v1.28.1 // indirect
8289
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
8390
github.com/huin/goupnp v1.3.0 // indirect
@@ -112,7 +119,11 @@ require (
112119
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
113120
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
114121
github.com/mmcloughlin/addchain v0.4.0 // indirect
122+
github.com/moby/patternmatcher v0.6.0 // indirect
123+
github.com/moby/sys/sequential v0.5.0 // indirect
124+
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
115125
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
126+
github.com/morikuni/aec v1.0.0 // indirect
116127
github.com/mr-tron/base58 v1.2.0 // indirect
117128
github.com/multiformats/go-base32 v0.1.0 // indirect
118129
github.com/multiformats/go-base36 v0.2.0 // indirect
@@ -125,6 +136,9 @@ require (
125136
github.com/multiformats/go-multistream v0.4.1 // indirect
126137
github.com/multiformats/go-varint v0.0.7 // indirect
127138
github.com/onsi/ginkgo/v2 v2.9.2 // indirect
139+
github.com/opencontainers/go-digest v1.0.0 // indirect
140+
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
141+
github.com/opencontainers/runc v1.1.5 // indirect
128142
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
129143
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
130144
github.com/pkg/errors v0.9.1 // indirect

0 commit comments

Comments
 (0)