demo spec comment feature

This commit is contained in:
Alex Stokes 2021-04-20 14:56:07 -07:00
parent de3ac15d9c
commit a9e3ecabbd
No known key found for this signature in database
GPG Key ID: 99B3D88FD6C55A69
2 changed files with 5 additions and 1 deletions

View File

@ -471,7 +471,7 @@ def produce_execution_payload(parent_hash: Hash32, timestamp: uint64) -> Executi
spec_builders = {
builder.fork: builder
for builder in (AltairSpecBuilder, )
for builder in (Phase0SpecBuilder, AltairSpecBuilder, MergeSpecBuilder)
}

View File

@ -182,6 +182,8 @@ Request and Response remain unchanged. A `ForkDigest`-context is used to select
Per `context = compute_fork_digest(fork_version, genesis_validators_root)`:
[0]: # (eth2spec: skip)
| `fork_version` | Chunk SSZ type |
| ------------------------ | -------------------------- |
| `GENESIS_FORK_VERSION` | `phase0.SignedBeaconBlock` |
@ -195,6 +197,8 @@ Request and Response remain unchanged. A `ForkDigest`-context is used to select
Per `context = compute_fork_digest(fork_version, genesis_validators_root)`:
[1]: # (eth2spec: skip)
| `fork_version` | Chunk SSZ type |
| ------------------------ | -------------------------- |
| `GENESIS_FORK_VERSION` | `phase0.SignedBeaconBlock` |