Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capella: use fork version in address change gossip #3135

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion specs/capella/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ The following validations MUST pass before forwarding the `signed_bls_to_executi

- _[IGNORE]_ The `signed_bls_to_execution_change` is the first valid signed bls to execution change received
for the validator with index `signed_bls_to_execution_change.message.validator_index`.
- _[REJECT]_ All of the conditions within `process_bls_to_execution_change` pass validation.
- _[REJECT]_ All of the conditions within `process_bls_to_execution_change` pass validation
using the signing domain implied by `ForkDigestValue` (_not_ the current head state).

### Transitioning the gossip

Expand Down