+1
.gitignore
+1
.gitignore
+4
-2
Cargo.lock
+4
-2
Cargo.lock
···-source = "git+https://github.com/edouardparis/rust-cid?branch=fix-dep-serde_bytes-features#d8aeda78e2dd4784dbea3086a6ca85fa88782d2d"+source = "git+https://github.com/multiformats/rust-cid?branch=master#6a13cb931d3237e5e1f5635a943edfd166e2e78c"···-source = "git+http://github.com/edouardparis/serde_ipld_dagcbor?branch=scopeguard-no-default-features#82eca93ee126750ad80feedbfe9cee0bf162c587"+source = "git+http://github.com/ipld/serde_ipld_dagcbor?branch=master#d7f93d06ce6a19867abeea78d02d6ded6c476b81"······
+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 }+serde_ipld_dagcbor = { git = "http://github.com/ipld/serde_ipld_dagcbor", branch = "master", default-features = false }-cid = { git = "https://github.com/edouardparis/rust-cid", branch = "fix-dep-serde_bytes-features" }
+2
-1
cli/Cargo.toml
+2
-1
cli/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 }
+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 }
+4
-3
client/src/lib.rs
+4
-3
client/src/lib.rs
······
+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 {···