mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-09 10:22:00 +00:00
744ae2e687
Fix the lint errors. Remove custom type `StateDiff` and then use `List[StemStateDiff, MAX_STEMS]` directly in `ExecutionWitness`.
13 lines
282 B
YAML
13 lines
282 B
YAML
# Minimal preset - EIP6800
|
|
|
|
# Execution
|
|
# ---------------------------------------------------------------
|
|
# `uint64(2**16)` (= 65,536)
|
|
MAX_STEMS: 65536
|
|
# `uint64(33)`
|
|
MAX_COMMITMENTS_PER_STEM: 33
|
|
# `uint64(2**8)` (= 256)
|
|
VERKLE_WIDTH: 256
|
|
# `uint64(2**3)` (= 8)
|
|
IPA_PROOF_DEPTH: 8
|