7063ad11aa
This is the second step of improvements over keypairs/keycards/accounts. - `SyncKeycardAction` protobuf removed - `SyncKeypair` protobuf is used for syncing keycards state as well as for all keycards related changes - `last_update_clock` column removed from `keypairs` table cause as well as for accounts, any keycard related change is actually a change made on a related keypair, thus a keypair's clock keeps the clock of the last change - `position` column added to `keypairs` table, needed to display keycards in the same order accross devices |
||
---|---|---|
.. | ||
README.md | ||
clock.go | ||
clock_test.go | ||
decoder.go | ||
encoder.go | ||
membership_update_message.go | ||
membership_update_message_test.go | ||
message.go | ||
message_test.go | ||
pair_message.go | ||
status_message.go |
README.md
v1 protocol package folder
This folder contains only data types mentioned in the specification and required for its implementation.