add data field and 0.1 spec

This commit is contained in:
Oskar Thoren 2019-09-30 13:00:51 +08:00
parent 2d205333e5
commit 73eb9a5bd1
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Remote log specification
> Version: 0.0.10 (Draft)
> Version: 0.1.0 (Draft)
>
> Authors: Oskar Thorén oskar@status.im, Dean Eigenmann dean@status.im
@ -109,6 +109,7 @@ message RemoteLog {
message Pair {
bytes remoteHash = 1;
bytes localHash = 2;
bytes data = 3;
}
}
```

View File

@ -10,6 +10,7 @@ message RemoteLog {
bytes tail = 2;
// XXX: Potentially extended with embedded data
// TODO: Add data and re-gen protos here
message Pair {
bytes remoteHash = 1;
bytes localHash = 2;