feat: implement store actor pattern for CLI store operations and update roadmap

This commit is contained in:
2025-12-22 02:13:08 +01:00
parent 57c2906b10
commit ce852da25e
5 changed files with 284 additions and 48 deletions
+1
View File
@@ -28,6 +28,7 @@ pub enum NodeError {
///
/// Each node has an Ed25519 keypair used for signing sigchain entries
/// and establishing trust within the network.
#[derive(Clone)]
pub struct Node {
signing_key: SigningKey,
}