Remove public_key column from the cookies table and replace with signed_identity_keys which will hold primary + notification (ed25519, curve25519) public key pairs (stringified payload with signature).
Details
Details
Migration:
Run the migration and see that DB is as expected:
Create DB:
Close reading, made sure to match social_proof line exactly.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
So is the format basically { +payload: string, +signature: string }, where payload is the previously agreed upon JSON format?