Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/engine/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Client software **MUST** expose Engine API at a port independent from JSON-RPC A

## Message ordering

Calling software *MUST* utilize JSON-RPC request IDs that are strictly
Consensus Layer client software **MUST** utilize JSON-RPC request IDs that are strictly
increasing.

Responding software *MUST* execute calls strictly in the order of request IDs
Execution Layer client software **MUST** execute calls strictly in the order of request IDs
to avoid degenerate race conditions.

## Load-balancing and advanced configurations
Expand Down