pr review

This commit is contained in:
djrtwo 2023-06-20 15:50:20 -06:00
parent 668568ea22
commit ecefe2d147
3 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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]*

View File

@ -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