Add test for ActiveSamplingRequest (#6307)

* Add test for ActiveSamplingRequest

* Fix the column_indexes field from the requested ones to the responded ones

* Fix clippy errors

* Move tests to tests.rs

* Fix unused import

* Fix clippy error

* Merge branch 'unstable' into fork/add-test-for-active-sampling-request

# Conflicts:
#	beacon_node/network/Cargo.toml
#	beacon_node/network/src/sync/sampling.rs

* Merge branch 'unstable' into fork/add-test-for-active-sampling-request
This commit is contained in:
Akihito Nakano
2024-10-04 12:00:32 +09:00
committed by GitHub
parent f3a5e256da
commit 8cf686f5c1
5 changed files with 145 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ eth2 = { workspace = true }
gossipsub = { workspace = true }
eth2_network_config = { workspace = true }
kzg = { workspace = true }
bls = { workspace = true }
[dependencies]
alloy-primitives = { workspace = true }