mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
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
v1 protocol package folder
This folder contains only data types mentioned in the specification and required for its implementation.