modified Cargo.lock
@@ -235,17 +235,10 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -293,18 +286,13 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -419,12 +407,6 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -807,7 +789,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -975,12 +957,6 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -1194,9 +1170,3 @@ name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
modified node/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/crypto.rs
@@ -1,11 +1,11 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,7 +54,7 @@ pub struct Signature(pub ed25519::Signature);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -83,7 +83,7 @@ impl FromStr for Signature {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -99,7 +99,7 @@ impl Deref for Signature {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -107,17 +107,17 @@ impl TryFrom<&[u8]> for Signature {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -126,12 +126,12 @@ pub enum PublicKeyError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -159,8 +159,8 @@ impl PartialEq for PublicKey {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -169,13 +169,13 @@ impl TryFrom<[u8; 32]> for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -187,7 +187,7 @@ impl FromStr for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -202,7 +202,7 @@ impl TryFrom<String> for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/identity/doc.rs
@@ -443,7 +443,7 @@ impl Identity<Untrusted> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/service/message.rs
@@ -85,7 +85,7 @@ impl NodeAnnouncement {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -130,7 +130,7 @@ impl RefsAnnouncement {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -150,7 +150,7 @@ impl InventoryAnnouncement {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/storage/refs.rs
@@ -64,7 +64,7 @@ impl Refs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -205,7 +205,7 @@ impl SignedRefs<Unverified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -232,7 +232,7 @@ impl SignedRefs<Verified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -263,7 +263,7 @@ impl SignedRefs<Verified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/test/arbitrary.rs
@@ -11,7 +11,7 @@ use quickcheck::Arbitrary;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -302,7 +302,10 @@ impl Arbitrary for storage::Remote<crypto::Verified> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -324,12 +327,10 @@ impl Arbitrary for hash::Digest {
|
|
|
|
|
|
| - | |
| - | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
modified node/src/test/crypto.rs
@@ -1,4 +1,4 @@
| - | |
| + | |
|
|
|
|
|
@@ -13,24 +13,28 @@ impl MockSigner {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -56,6 +60,6 @@ impl Signer for MockSigner {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified node/src/wire.rs
@@ -137,7 +137,7 @@ impl Encode for usize {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -224,7 +224,7 @@ impl Encode for Refs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|