mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 15:38:55 +00:00
pr review
This commit is contained in:
parent
668568ea22
commit
ecefe2d147
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,7 +22,6 @@ tests/core/pyspec/eth2spec/bellatrix/
|
||||
tests/core/pyspec/eth2spec/capella/
|
||||
tests/core/pyspec/eth2spec/deneb/
|
||||
tests/core/pyspec/eth2spec/eip6110/
|
||||
tests/core/pyspec/eth2spec/eip7045/
|
||||
tests/core/pyspec/eth2spec/whisk/
|
||||
|
||||
# coverage reports
|
||||
|
@ -25,7 +25,7 @@ The specification of these changes continues in the same format as the network s
|
||||
- [`blob_sidecar_{subnet_id}`](#blob_sidecar_subnet_id)
|
||||
- [`beacon_aggregate_and_proof`](#beacon_aggregate_and_proof)
|
||||
- [Attestation subnets](#attestation-subnets)
|
||||
- [`beacon_attestation_{subnet_id}](#beacon_attestation_subnet_id)
|
||||
- [`beacon_attestation_{subnet_id}`](#beacon_attestation_subnet_id)
|
||||
- [Transitioning the gossip](#transitioning-the-gossip)
|
||||
- [The Req/Resp domain](#the-reqresp-domain)
|
||||
- [Messages](#messages)
|
||||
@ -178,7 +178,7 @@ The following validations are added in its place:
|
||||
|
||||
##### Attestation subnets
|
||||
|
||||
###### `beacon_attestation_{subnet_id}
|
||||
###### `beacon_attestation_{subnet_id}`
|
||||
|
||||
*[Modified in Deneb:EIP7045]*
|
||||
|
||||
|
@ -79,7 +79,7 @@ def test_include_attestation_from_previous_fork_with_new_range(spec, state):
|
||||
# Generate an attestation for slot 0 of this epoch
|
||||
attestation = get_valid_attestation(spec, state, signed=True)
|
||||
|
||||
# Transition to second to last slot in `DENEB_FORK_EPOCH
|
||||
# Transition to second to last slot in `DENEB_FORK_EPOCH`
|
||||
next_epoch_via_block(spec, state)
|
||||
current_epoch = spec.get_current_epoch(state)
|
||||
assert current_epoch == spec.config.DENEB_FORK_EPOCH
|
||||
|
Loading…
x
Reference in New Issue
Block a user