Skip to content

Commit

Permalink
add data field and 0.1 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarth committed Sep 30, 2019
1 parent 2d20533 commit 73eb9a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion remote_log/remote_log_spec.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -109,6 +109,7 @@ message RemoteLog {
message Pair {
bytes remoteHash = 1;
bytes localHash = 2;
bytes data = 3;
}
}
```
Expand Down
1 change: 1 addition & 0 deletions remote_log/src/remote_log.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 73eb9a5

Please sign in to comment.