We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94df9ba commit f997c49Copy full SHA for f997c49
specs/builder.md
@@ -135,7 +135,7 @@ There are two types of data to sign over in the Builder API:
135
and use the domain specified for beacon block proposals.
136
* Builder API messages, e.g. validator registration, which should compute the
137
signing root using [`compute_signing_root`][compute-root] with domain given by
138
- `compute_domain(DOMAIN_APPLICATION_BUILDER)`.
+ `compute_domain(DOMAIN_APPLICATION_BUILDER, fork_version=None, genesis_validators_root=None)`.
139
As `compute_signing_root` takes `SSZObject` as input, client software should
140
convert in-protocol messages to their SSZ representation to compute the signing
141
root and Builder API messages to the SSZ representations defined
0 commit comments