use v1.4.0-alpha.2 consensus spec test vectors (#5051)
This commit is contained in:
parent
54cb06ea06
commit
6a9ed6ddd5
|
@ -74,7 +74,7 @@ export
|
||||||
tables, results, json_serialization, timer, sszTypes, beacon_time, crypto,
|
tables, results, json_serialization, timer, sszTypes, beacon_time, crypto,
|
||||||
digest, presets
|
digest, presets
|
||||||
|
|
||||||
const SPEC_VERSION* = "1.4.0-alpha.1"
|
const SPEC_VERSION* = "1.4.0-alpha.2"
|
||||||
## Spec version we're aiming to be compatible with, right now
|
## Spec version we're aiming to be compatible with, right now
|
||||||
|
|
||||||
const
|
const
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
||||||
|
|
||||||
# Mainnet preset - Deneb
|
# Mainnet preset - Deneb
|
||||||
# https://github.com/ethereum/consensus-specs/blob/v1.4.0-alpha.1/presets/mainnet/deneb.yaml
|
# https://github.com/ethereum/consensus-specs/blob/v1.4.0-alpha.2/presets/mainnet/deneb.yaml
|
||||||
const
|
const
|
||||||
# `uint64(4096)`
|
# `uint64(4096)`
|
||||||
FIELD_ELEMENTS_PER_BLOB*: uint64 = 4096
|
FIELD_ELEMENTS_PER_BLOB*: uint64 = 4096
|
||||||
# `uint64(2**12)` (= 4096)
|
# `uint64(2**12)` (= 4096)
|
||||||
MAX_BLOB_COMMITMENTS_PER_BLOCK*: uint64 = 4096
|
MAX_BLOB_COMMITMENTS_PER_BLOCK*: uint64 = 4096
|
||||||
# `uint64(2**2)` (= 4)
|
# `uint64(2**2)` (= 4)
|
||||||
MAX_BLOBS_PER_BLOCK*: uint64 = 4
|
MAX_BLOBS_PER_BLOCK*: uint64 = 6
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
||||||
|
|
||||||
# Minimal preset - Deneb
|
# Minimal preset - Deneb
|
||||||
# https://github.com/ethereum/consensus-specs/blob/v1.4.0-alpha.1/presets/minimal/deneb.yaml
|
# https://github.com/ethereum/consensus-specs/blob/v1.4.0-alpha.2/presets/minimal/deneb.yaml
|
||||||
const
|
const
|
||||||
# [customized]
|
# [customized]
|
||||||
FIELD_ELEMENTS_PER_BLOB*: uint64 = 4
|
FIELD_ELEMENTS_PER_BLOB*: uint64 = 4
|
||||||
# [customized]
|
# [customized]
|
||||||
MAX_BLOB_COMMITMENTS_PER_BLOCK*: uint64 = 16
|
MAX_BLOB_COMMITMENTS_PER_BLOCK*: uint64 = 16
|
||||||
# `uint64(2**2)` (= 4)
|
# `uint64(6)`
|
||||||
MAX_BLOBS_PER_BLOCK*: uint64 = 4
|
MAX_BLOBS_PER_BLOCK*: uint64 = 6
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5b2e38f1e2eefdd2c7d275db8be13d6643eab383
|
Subproject commit 4d81171caa006fd9c1ae31dc447c9f8fd84d79c4
|
Loading…
Reference in New Issue