61527f8c78
This is the first step of improvements over keypairs/keycards/accounts. - `SyncKeypairFull` protobuf removed - `SyncKeypair` protobuf is used for syncing all but the watch only accounts - `SyncAccount` is used only for syncing watch only accounts - related keycards are synced together with a keypair - on any keypair change (either it's just a keypair name or any change made over an account which belongs to that keypair) entire keypair is synced including related keycards - on any watch only account related change, that account is synced with all its details |
||
---|---|---|
.. | ||
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.