1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 14:07:02 +09:00

WIP inner storage

This commit is contained in:
Mikhail Rakhmanov 2025-04-03 22:53:02 +02:00
parent b21c98f497
commit c788051efe
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
9 changed files with 858 additions and 400 deletions

View file

@ -211,7 +211,16 @@ message StoreDiffResponse {
message StoreKeyValue {
string key = 1;
bytes value = 2;
int64 timestampMilli = 3;
bytes identitySignature = 3;
bytes peerSignature = 4;
}
message StoreKeyInner {
bytes peer = 1;
bytes identity = 2;
bytes value = 3;
int64 timestampMilli = 4;
string aclHeadId = 5;
}
// DiffType is a type of diff