You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The colmeia-hyperdrive crate is conflating the storage, peering, hyperdrive and hypercore code.
With @Frando's upcoming hypercore-replicator, we should be able to handle multiple replicated feeds, and we can focus on writing only the hyperdrive code, without conflating that much.
TODO Next livestream:
Split colmeia-hypercore into colmeia-hyperdrive, and only use hyperdrive code.
Adopt hypercore-replicator from @Frando on hyperstack
Adopt updated hyperstack on colmeiad
Bonus: Change protobuf crate to use the same as hypercore protocol (reduce dependencies) PROST depends on protoc
The text was updated successfully, but these errors were encountered:
The
colmeia-hyperdrive
crate is conflating the storage, peering, hyperdrive and hypercore code.With @Frando's upcoming
hypercore-replicator
, we should be able to handle multiple replicated feeds, and we can focus on writing only thehyperdrive
code, without conflating that much.TODO Next livestream:
colmeia-hypercore
intocolmeia-hyperdrive
, and only usehyperdrive
code.hypercore-replicator
from @Frando onhyperstack
hyperstack
oncolmeiad
Bonus: Change protobuf crate to use the same as hypercore protocol (reduce dependencies)PROST depends onprotoc
The text was updated successfully, but these errors were encountered: