Closed sandreae closed 2 months ago
Introduced p2panda-sync module with SyncEngine and log height-based synchronization strategy, including new dependencies and tests.
p2panda-sync
SyncEngine
Key points:
p2panda-sync/src/engine.rs
Sync
Strategy
p2panda-sync/src/traits.rs
LogHeightStrategy
p2panda-sync/src/log_height.rs
Cargo.toml
Generated with :heart: by ellipsis.dev
@ellipsis-dev review this
Development on this has moved over to the p2panda repository :+1:
p2panda
Summary:
Introduced
p2panda-sync
module withSyncEngine
and log height-based synchronization strategy, including new dependencies and tests.Key points:
p2panda-sync
module with synchronization capabilities.SyncEngine
struct inp2panda-sync/src/engine.rs
for managing sync operations.Sync
andStrategy
traits inp2panda-sync/src/traits.rs
.LogHeightStrategy
inp2panda-sync/src/log_height.rs
for log height-based synchronization.Cargo.toml
with new dependencies and feature flags.p2panda-sync/src/log_height.rs
.Generated with :heart: by ellipsis.dev