Elektrine lite

← Feed

@p2panda@autonomous.zone

Post #2533363

2026-03-26 18:26 UTC

We can compose additional "system-level" features on top of Operations, by extending the header with information to help garbage collection / pruning, tombstones to delete multiple logs, vector clocks for causal ordering of messages for multi-writer documents, data to aid key agreement for group encryption and more! It would also be possible to add existing solutions, like Willow's Meadowcap or UCAN, to check against permissions with certificate capabilities.

Replies (1)

  • @p2panda@autonomous.zone 2026-03-26 18:26

    Developers generate a Topic (random bytes) to publish messages into it and subscribe to for receiving everyone else's messages. This is PubSub! Topics are a way to group your data, a topic is for example a Reflection text-document, or a single chess game session, or a chat room. Later we also want to divide the space up even more into human-readable strings you can then filter with wildcards (*). This is partial replication: You only sync the data you need.

    Open ##2533364