Elektrine lite

← Feed

@p2panda@autonomous.zone

Post #2533373

2026-03-26 18:27 UTC

Publishing is a bit easier: We append an operation to the correct log, sign it, persist it in the database and send it to the networking layer, just in case we're already having an active connection open with someone where we can eagerly push the new operation directly to. If nobody is online that's not a problem either since we have a sync protocol to pick up on missed operations next time nodes connect.

Replies (1)

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

    You can follow the work here where mostly already is implemented: https://github.com/p2panda/p2panda/tree/main/p2panda There's not much left for a release, except of the final touches on the acknowledgments and more documentation. Of course from this point on we'll continue still, there's more to do.

    Open ##2533374