+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 }
+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 {···