Skip to content

Commit

Permalink
Update consensus-spec-tests to v1.5.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumas committed Aug 26, 2024
1 parent 4869551 commit 01d5fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consensus-spec-tests
Submodule consensus-spec-tests updated 16 files
+2 −2 configs/mainnet.yaml
+2 −2 configs/minimal.yaml
+2 −2 tests/mainnet/eip7594/networking/get_custody_columns/pyspec_tests/get_custody_columns__1/meta.yaml
+2 −2 tests/mainnet/eip7594/networking/get_custody_columns/pyspec_tests/get_custody_columns__2/meta.yaml
+2 −2 tests/mainnet/eip7594/networking/get_custody_columns/pyspec_tests/get_custody_columns__3/meta.yaml
+2 −2 ...orking/get_custody_columns/pyspec_tests/get_custody_columns__max_node_id_max_custody_subnet_count/meta.yaml
+2 −2 ...et_custody_columns/pyspec_tests/get_custody_columns__max_node_id_max_custody_subnet_count_minus_1/meta.yaml
+2 −2 ...orking/get_custody_columns/pyspec_tests/get_custody_columns__min_node_id_max_custody_subnet_count/meta.yaml
+2 −2 tests/mainnet/eip7594/networking/get_custody_columns/pyspec_tests/get_custody_columns__short_node_id/meta.yaml
+2 −2 tests/minimal/eip7594/networking/get_custody_columns/pyspec_tests/get_custody_columns__1/meta.yaml
+2 −2 tests/minimal/eip7594/networking/get_custody_columns/pyspec_tests/get_custody_columns__2/meta.yaml
+2 −2 tests/minimal/eip7594/networking/get_custody_columns/pyspec_tests/get_custody_columns__3/meta.yaml
+2 −2 ...orking/get_custody_columns/pyspec_tests/get_custody_columns__max_node_id_max_custody_subnet_count/meta.yaml
+2 −2 ...et_custody_columns/pyspec_tests/get_custody_columns__max_node_id_max_custody_subnet_count_minus_1/meta.yaml
+2 −2 ...orking/get_custody_columns/pyspec_tests/get_custody_columns__min_node_id_max_custody_subnet_count/meta.yaml
+2 −2 tests/minimal/eip7594/networking/get_custody_columns/pyspec_tests/get_custody_columns__short_node_id/meta.yaml
2 changes: 1 addition & 1 deletion types/src/eip7594.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub type KzgCommitmentsInclusionProofDepth = U4;
pub type BlobCommitmentsInclusionProof = ContiguousVector<H256, KzgCommitmentsInclusionProofDepth>;

pub const CUSTODY_REQUIREMENT: u64 = 4;
pub const DATA_COLUMN_SIDECAR_SUBNET_COUNT: u64 = 32;
pub const DATA_COLUMN_SIDECAR_SUBNET_COUNT: u64 = 128;
pub const SAMPLES_PER_SLOT: u64 = 16;

#[derive(Clone, Copy, PartialEq, Eq, Hash, Debug, Deserialize, Serialize, Ssz)]
Expand Down

0 comments on commit 01d5fc3

Please sign in to comment.