Add qualification for errors
This commit is contained in:
parent
538cc81681
commit
5c1fcaf3e7
|
@ -44,9 +44,11 @@ When a node transitions from the `SYNCING` state it is removed from the set of
|
||||||
`optimistic_roots`.
|
`optimistic_roots`.
|
||||||
|
|
||||||
### Execution Engine Errors
|
### Execution Engine Errors
|
||||||
|
|
||||||
A consensus engine MUST NOT interpret an error or failure to respond to a
|
A consensus engine MUST NOT interpret an error or failure to respond to a
|
||||||
message as a `SYNCING`, `VALID` or `INVALID` response. A consensus engine MAY
|
message as a `SYNCING`, `VALID` or `INVALID` response. A message which receives
|
||||||
queue such a message for later processing.
|
and error or no response MUST NOT be permitted to modify the fork choice
|
||||||
|
`Store`. A consensus engine MAY queue such a message for later processing.
|
||||||
|
|
||||||
### Assumptions about Execution Engine Behaviour
|
### Assumptions about Execution Engine Behaviour
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue