+5
-2
flake.nix
+5
-2
flake.nix
······
+10
.cargo/config.toml
+10
.cargo/config.toml
···
+4
README.md
+4
README.md
+3
-2
Cargo.toml
+3
-2
Cargo.toml
···-serde_ipld_dagcbor = { git = "http://github.com/edouardparis/serde_ipld_dagcbor", branch = "scopeguard-no-default-features", default-features = false }-cid = { git = "https://github.com/edouardparis/rust-cid", branch = "fix-dep-serde_bytes-features" }
···+serde_ipld_dagcbor = { git = "http://github.com/ipld/serde_ipld_dagcbor", branch = "master", default-features = false }
+20
cli/previous_operation.json
+20
cli/previous_operation.json
···
···+"sig": "kfShJ7A67jZAjZhydcnz3HRnrlE0NqocV2RmjRNlCB5hyj4Qiw51Kn_Bkqj704KYOTEiyhpiVajRc-qVc9ssWw",
+24
-15
cli/src/main.rs
+24
-15
cli/src/main.rs
··················-fn read_operation_file(path: &str) -> Result<client::PlcOperation, Box<dyn std::error::Error>> {
··················
+1
-1
client/Cargo.toml
+1
-1
client/Cargo.toml
···-serde_ipld_dagcbor = { git = "http://github.com/edouardparis/serde_ipld_dagcbor", branch = "scopeguard-no-default-features", default-features = false }
···+serde_ipld_dagcbor = { git = "http://github.com/ipld/serde_ipld_dagcbor", branch = "master", default-features = false }
+27
-1
common/src/message.rs
+27
-1
common/src/message.rs
······
······
+95
-10
src/main.rs
+95
-10
src/main.rs
·········-fn display_full_operation(pubkey: &PublicDidKey, index: u32, operation: &PlcOperation) -> bool {···fn display_full_operation(pubkey: &PublicDidKey, index: u32, operation: &PlcOperation) -> bool {···
············fn display_full_operation(pubkey: &PublicDidKey, index: u32, operation: &PlcOperation) -> bool {+fn display_full_operation(_pubkey: &PublicDidKey, _index: u32, _operation: &PlcOperation) -> bool {···