CIPs icon indicating copy to clipboard operation
CIPs copied to clipboard

feat: swap stream

Open AaronGoldman opened this issue 1 year ago • 0 comments

A Ceramic stream for implementing a compare and swap model.

  • Insert: Only set if it does not exist. First writer wins.
  • Stomp: Allways set no matter the value. Last writer wins.
  • Swap: Only set if the current tip is in the priv chain.

AaronGoldman avatar Aug 21 '23 22:08 AaronGoldman