mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-16 21:54:37 +00:00
update signature policy link
This commit is contained in:
parent
8ad0865424
commit
62d596a910
@ -246,7 +246,8 @@ Likewise, clients MUST NOT emit or propagate messages larger than this limit.
|
|||||||
|
|
||||||
The optional `from` (1), `seqno` (3), `signature` (5) and `key` (6) protobuf fields are omitted from the message,
|
The optional `from` (1), `seqno` (3), `signature` (5) and `key` (6) protobuf fields are omitted from the message,
|
||||||
since messages are identified by content, anonymous, and signed where necessary in the application layer.
|
since messages are identified by content, anonymous, and signed where necessary in the application layer.
|
||||||
Starting from Gossipsub v1.1, clients MUST enforce this by applying the `StrictNoSign` signature policy.
|
Starting from Gossipsub v1.1, clients MUST enforce this by applying the `StrictNoSign`
|
||||||
|
[signature policy](https://github.com/libp2p/specs/blob/master/pubsub/README.md#signature-policy-options).
|
||||||
|
|
||||||
The `message-id` of a gossipsub message MUST be the first 8 bytes of the SHA-256 hash of the message data, i.e.:
|
The `message-id` of a gossipsub message MUST be the first 8 bytes of the SHA-256 hash of the message data, i.e.:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user