protocol
protocol copied to clipboard
Fix: remove signer crdt
According to the discussion in https://github.com/farcasterxyz/protocol/discussions/179, we found there are old signer CRDT in the spec. This PR replaces the old description with the new one:
The new equivalent to "
m.signer
must be a valid Signer in the add-set of the Signer CRDT formessage.fid
" is "m.signer
must be a valid key withKeystate.ADDED
in theKeyRegistry
contract formessage.fid
."