You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
object: Switch to object ID signature in Replicate request
Previously, `ReplicateRequest` carried signature of the full object
field. Since IDs are object checksums, it's enough to sign the ID.
Signed-off-by: Leonard Lyubich <[email protected]>
Copy file name to clipboardExpand all lines: proto-docs/object.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -720,7 +720,7 @@ Replicate RPC request
720
720
| Field | Type | Label | Description |
721
721
| ----- | ---- | ----- | ----------- |
722
722
| object |[Object](#neo.fs.v2.object.Object)|| Object to be replicated. |
723
-
| signature |[neo.fs.v2.refs.Signature](#neo.fs.v2.refs.Signature)|| Signature of all other request fields serialized in Protocol Buffers v3 format in ascending order of fields. |
723
+
| signature |[neo.fs.v2.refs.Signature](#neo.fs.v2.refs.Signature)|| Signature of `object.object_id.value` field. |
0 commit comments