status-go/protocol/v1
Sale Djenic 61527f8c78 chore: synchronization improvements applied to keypairs/accounts
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
2023-07-05 14:41:26 +02:00
..
clock.go Handle membership update message 2019-12-10 15:20:28 +01:00
clock_test.go Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
decoder.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
encoder.go Handle membership update message 2019-12-10 15:20:28 +01:00
membership_update_message.go fix TestGroupChatMembersRemoval sometimes failed (#3037) 2023-01-05 23:37:50 +08:00
membership_update_message_test.go fix TestGroupChatMembersRemoval sometimes failed (#3037) 2023-01-05 23:37:50 +08:00
message.go Communities encryption integration 2022-06-17 21:24:39 +03:00
message_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
pair_message.go Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
README.md Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
status_message.go chore: synchronization improvements applied to keypairs/accounts 2023-07-05 14:41:26 +02:00

v1 protocol package folder

This folder contains only data types mentioned in the specification and required for its implementation.