status-go/protocol/v1
Sale Djenic eeaaf0ce3f feat: accounts improvements applied
- old `accounts` table is moved/mapped to `keypairs` and `keypairs_accounts`
- `keycards` table has foreign key which refers to `keypairs.key_uid`
- `Keypair` introduced as a new type
- api endpoints updated according to this change
2023-05-25 19:46:47 +02:00
..
README.md
clock.go
clock_test.go
decoder.go
encoder.go
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
pair_message.go
status_message.go feat: accounts improvements applied 2023-05-25 19:46:47 +02:00

README.md

v1 protocol package folder

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