Skip to content

Commit 10735ad

Browse files
committed
More BaseSepolia stuff
1 parent 8975ef5 commit 10735ad

File tree

9 files changed

+32
-32
lines changed

9 files changed

+32
-32
lines changed

node/src/actor_system_factory.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ mod tests {
11971197
when_pending_too_long_sec: DEFAULT_PENDING_TOO_LONG_SEC,
11981198
};
11991199
let persistent_config = PersistentConfigurationMock::default()
1200-
.chain_name_result("eth-ropsten".to_string())
1200+
.chain_name_result("base-sepolia".to_string())
12011201
.set_min_hops_result(Ok(()));
12021202
Bootstrapper::pub_initialize_cryptdes_for_testing(
12031203
&Some(main_cryptde()),
@@ -1953,7 +1953,7 @@ mod tests {
19531953

19541954
#[test]
19551955
#[should_panic(
1956-
expected = "Database with a wrong chain name detected; expected: eth-ropsten, was: eth-mainnet"
1956+
expected = "Database with a wrong chain name detected; expected: base-sepolia, was: eth-mainnet"
19571957
)]
19581958
fn make_and_start_actors_does_not_tolerate_differences_in_setup_chain_and_database_chain() {
19591959
let mut bootstrapper_config = BootstrapperConfig::new();

node/src/blockchain/blockchain_interface/blockchain_interface_web3/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ mod tests {
507507
Transactions in the batch:\n\
508508
\n\
509509
gas price: 120 wei\n\
510-
chain: ropsten\n\
510+
chain: sepolia\n\
511511
\n\
512512
[wallet address] [payment in wei]\n\
513513
0x0000000000000000000000000000000077313233 900,000,000,000,000,000\n\

node/src/bootstrapper.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,11 +1206,11 @@ mod tests {
12061206
NodeDescriptor::from((
12071207
main_cryptde_ref().public_key(),
12081208
&NodeAddr::new(&IpAddr::from_str("1.2.3.4").unwrap(), &[5123]),
1209-
Chain::EthRopsten,
1209+
Chain::BaseSepolia,
12101210
main_cryptde_ref()
12111211
))
12121212
);
1213-
TestLogHandler::new().exists_log_matching("INFO: Bootstrapper: MASQ Node local descriptor: masq://eth-ropsten:.+@1\\.2\\.3\\.4:5123");
1213+
TestLogHandler::new().exists_log_matching("INFO: Bootstrapper: MASQ Node local descriptor: masq://base-sepolia:.+@1\\.2\\.3\\.4:5123");
12141214
}
12151215

12161216
#[test]
@@ -1322,11 +1322,11 @@ mod tests {
13221322
NodeDescriptor::from((
13231323
main_cryptde_ref().public_key(),
13241324
&NodeAddr::new(&IpAddr::from_str("1.2.3.4").unwrap(), &[5123]),
1325-
Chain::EthRopsten,
1325+
Chain::BaseSepolia,
13261326
main_cryptde_ref()
13271327
))
13281328
);
1329-
TestLogHandler::new().exists_log_matching("INFO: Bootstrapper: MASQ Node local descriptor: masq://eth-ropsten:.+@1\\.2\\.3\\.4:5123");
1329+
TestLogHandler::new().exists_log_matching("INFO: Bootstrapper: MASQ Node local descriptor: masq://base-sepolia:.+@1\\.2\\.3\\.4:5123");
13301330
}
13311331

13321332
#[test]
@@ -1571,7 +1571,7 @@ mod tests {
15711571
cryptdes.main
15721572
};
15731573
let expected_descriptor = format!(
1574-
"masq://eth-ropsten:{}@2.3.4.5:3456/4567",
1574+
"masq://base-sepolia:{}@2.3.4.5:3456/4567",
15751575
cryptde_ref.public_key_to_descriptor_fragment(cryptde_ref.public_key())
15761576
);
15771577
TestLogHandler::new().exists_log_containing(
@@ -1611,7 +1611,7 @@ mod tests {
16111611
cryptdes
16121612
};
16131613
let expected_descriptor = format!(
1614-
"masq://eth-ropsten:{}@:",
1614+
"masq://base-sepolia:{}@:",
16151615
cryptdes
16161616
.main
16171617
.public_key_to_descriptor_fragment(cryptdes.main.public_key())

node/src/daemon/setup_reporter.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ mod tests {
14881488
("mapping-protocol", "pmp", Set),
14891489
("min-hops", "2", Set),
14901490
("neighborhood-mode", "originate-only", Set),
1491-
("neighbors", "masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678", Set),
1491+
("neighbors", "masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678", Set),
14921492
("payment-thresholds","1234|50000|1000|1000|20000|20000",Set),
14931493
("rate-pack","1|3|3|8",Set),
14941494
#[cfg(not(target_os = "windows"))]
@@ -1518,7 +1518,7 @@ mod tests {
15181518
("mapping-protocol", "pmp", Set),
15191519
("min-hops", "2", Set),
15201520
("neighborhood-mode", "originate-only", Set),
1521-
("neighbors", "masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678", Set),
1521+
("neighbors", "masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678", Set),
15221522
("payment-thresholds","1234|50000|1000|1000|20000|20000",Set),
15231523
("rate-pack","1|3|3|8",Set),
15241524
#[cfg(not(target_os = "windows"))]
@@ -1558,7 +1558,7 @@ mod tests {
15581558
("mapping-protocol", "igdp"),
15591559
("min-hops", "2"),
15601560
("neighborhood-mode", "originate-only"),
1561-
("neighbors", "masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678"),
1561+
("neighbors", "masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678"),
15621562
("payment-thresholds","1234|50000|1000|1000|15000|15000"),
15631563
("rate-pack","1|3|3|8"),
15641564
#[cfg(not(target_os = "windows"))]
@@ -1593,7 +1593,7 @@ mod tests {
15931593
("mapping-protocol", "igdp", Set),
15941594
("min-hops", "2", Set),
15951595
("neighborhood-mode", "originate-only", Set),
1596-
("neighbors", "masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678", Set),
1596+
("neighbors", "masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678", Set),
15971597
("payment-thresholds","1234|50000|1000|1000|15000|15000",Set),
15981598
("rate-pack","1|3|3|8",Set),
15991599
#[cfg(not(target_os = "windows"))]
@@ -1634,7 +1634,7 @@ mod tests {
16341634
("MASQ_MAPPING_PROTOCOL", "pmp"),
16351635
("MASQ_MIN_HOPS", "2"),
16361636
("MASQ_NEIGHBORHOOD_MODE", "originate-only"),
1637-
("MASQ_NEIGHBORS", "masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678"),
1637+
("MASQ_NEIGHBORS", "masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678"),
16381638
("MASQ_PAYMENT_THRESHOLDS","12345|50000|1000|1234|19000|20000"),
16391639
("MASQ_RATE_PACK","1|3|3|8"),
16401640
#[cfg(not(target_os = "windows"))]
@@ -1666,7 +1666,7 @@ mod tests {
16661666
("mapping-protocol", "pmp", Configured),
16671667
("min-hops", "2", Configured),
16681668
("neighborhood-mode", "originate-only", Configured),
1669-
("neighbors", "masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678", Configured),
1669+
("neighbors", "masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678", Configured),
16701670
("payment-thresholds","12345|50000|1000|1234|19000|20000",Configured),
16711671
("rate-pack","1|3|3|8",Configured),
16721672
#[cfg(not(target_os = "windows"))]
@@ -1884,7 +1884,7 @@ mod tests {
18841884
("MASQ_MAPPING_PROTOCOL", "pcp"),
18851885
("MASQ_MIN_HOPS", "2"),
18861886
("MASQ_NEIGHBORHOOD_MODE", "originate-only"),
1887-
("MASQ_NEIGHBORS", "masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678"),
1887+
("MASQ_NEIGHBORS", "masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678"),
18881888
("MASQ_PAYMENT_THRESHOLDS","1234|50000|1000|1000|20000|20000"),
18891889
("MASQ_RATE_PACK","1|3|3|8"),
18901890
#[cfg(not(target_os = "windows"))]
@@ -1946,7 +1946,7 @@ mod tests {
19461946
("neighborhood-mode", "consume-only", Set),
19471947
(
19481948
"neighbors",
1949-
"masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@9.10.11.12:9101",
1949+
"masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@9.10.11.12:9101",
19501950
Set,
19511951
),
19521952
("payment-thresholds", "4321|66666|777|987|123456|124444", Set),
@@ -1982,7 +1982,7 @@ mod tests {
19821982
("mapping-protocol", "pcp", Configured),
19831983
("min-hops", "2", Configured),
19841984
("neighborhood-mode", "originate-only", Configured),
1985-
("neighbors", "masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://eth-ropsten:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678", Configured),
1985+
("neighbors", "masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@1.2.3.4:1234,masq://base-sepolia:MTIzNDU2Nzg5MTEyMzQ1Njc4OTIxMjM0NTY3ODkzMTI@5.6.7.8:5678", Configured),
19861986
("payment-thresholds","1234|50000|1000|1000|20000|20000",Configured),
19871987
("rate-pack","1|3|3|8",Configured),
19881988
#[cfg(not(target_os = "windows"))]

node/src/database/db_initializer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ mod tests {
11531153
init_test_logging();
11541154
let home_dir = ensure_node_home_directory_exists(
11551155
"db_initializer",
1156-
"existing_database_with_the_wrong_version_comes_to_migrator_that_makes_it_gradually_migrate_to_upper_versions",
1156+
"database_of_old_version_comes_to_migrator_where_it_gradually_migrates_to_upper_versions",
11571157
);
11581158
let updated_db_path_dir = &home_dir.join("updated");
11591159
let from_scratch_db_path_dir = &home_dir.join("from_scratch");
@@ -1168,7 +1168,7 @@ mod tests {
11681168
.initialize(
11691169
&updated_db_path_dir,
11701170
DbInitializationConfig::create_or_migrate(ExternalData::new(
1171-
Chain::EthRopsten,
1171+
Chain::BaseSepolia,
11721172
NeighborhoodModeLight::Standard,
11731173
Some("password".to_string()),
11741174
)),

node/src/database/db_migrations/migrations/migration_1_to_2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ mod tests {
6868
let connection = result.unwrap();
6969
let (chn_value, chn_encrypted) = retrieve_config_row(connection.as_ref(), "chain_name");
7070
let (cs_value, cs_encrypted) = retrieve_config_row(connection.as_ref(), "schema_version");
71-
assert_eq!(chn_value, Some("eth-ropsten".to_string()));
71+
assert_eq!(chn_value, Some("base-sepolia".to_string()));
7272
assert_eq!(chn_encrypted, false);
7373
assert_eq!(cs_value, Some("2".to_string()));
7474
assert_eq!(cs_encrypted, false);

node/src/database/db_migrations/migrations/migration_4_to_5.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ mod tests {
227227
let config_table_after = fetch_all_from_config_table(&conn);
228228
assert_eq!(config_table_before, config_table_after);
229229
assert_on_schema_5_was_adopted(conn_schema5.as_ref());
230-
TestLogHandler::new().exists_log_containing("WARN: DbMigrator: Migration from 4 to 5: database belonging to the chain 'eth-ropsten'; \
230+
TestLogHandler::new().exists_log_containing("WARN: DbMigrator: Migration from 4 to 5: database belonging to the chain 'base-sepolia'; \
231231
we discovered possibly abandoned transactions that are said yet to be pending, these are: \
232232
'0x0000000000000000000000000000000000000000000000000000000002b594d1', \
233233
'0x00000000000000000000000000000000000000000000000000000000000f41d0'; continuing");

node/src/neighborhood/node_record.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ mod tests {
409409
result,
410410
NodeDescriptor::try_from((
411411
main_cryptde(),
412-
"masq://eth-ropsten:AQIDBA@1.2.3.4:1234/2345"
412+
"masq://base-sepolia:AQIDBA@1.2.3.4:1234/2345"
413413
))
414414
.unwrap()
415415
);
@@ -424,7 +424,7 @@ mod tests {
424424

425425
assert_eq!(
426426
result,
427-
NodeDescriptor::try_from((main_cryptde(), "masq://eth-ropsten:AQIDBA@:")).unwrap()
427+
NodeDescriptor::try_from((main_cryptde(), "masq://base-sepolia:AQIDBA@:")).unwrap()
428428
);
429429
}
430430

node/src/sub_lib/route.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -781,9 +781,9 @@ mod tests {
781781
result,
782782
String::from(
783783
r#"
784-
Encrypted with 0x01020304: LiveHop { public_key: 0x02030405, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 0, r: "8b663e5a10f40c3307e6fb5340482a5e11df78dafc619ceff97f11fa79fea320", s: "8b663e5a10f40c3307e6fb5340482a5e11df78dafc619ceff97f11fa79fea320" } }), component: Hopper }
785-
Encrypted with 0x02030405: LiveHop { public_key: 0x03040506, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 1, r: "63be72962f19dda7802220ed48c0d8199d510b45608a3789c50f61912b98a15b", s: "63be72962f19dda7802220ed48c0d8199d510b45608a3789c50f61912b98a15b" } }), component: Hopper }
786-
Encrypted with 0x03040506: LiveHop { public_key: 0x, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 1, r: "9ca23557adf96d7aed407a06ce96851a4184e947a7b29b6c3872eef902fcba1e", s: "9ca23557adf96d7aed407a06ce96851a4184e947a7b29b6c3872eef902fcba1e" } }), component: Neighborhood }
784+
Encrypted with 0x01020304: LiveHop { public_key: 0x02030405, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 0, r: "3e3a92d7284c2c2ff7119e9f7a7e183b062a335a598e965a47c36a2f288b6f8d", s: "3e3a92d7284c2c2ff7119e9f7a7e183b062a335a598e965a47c36a2f288b6f8d" } }), component: Hopper }
785+
Encrypted with 0x02030405: LiveHop { public_key: 0x03040506, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 0, r: "4324a40295bb36ef2b927fb24250fe42397a57b861ea152bbbe4f84150d4ff5a", s: "4324a40295bb36ef2b927fb24250fe42397a57b861ea152bbbe4f84150d4ff5a" } }), component: Hopper }
786+
Encrypted with 0x03040506: LiveHop { public_key: 0x, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 1, r: "8649b8f6db6232cb1e4f1f04786ad4ef33488c968e64bec74ecd893d6d05c1b9", s: "8649b8f6db6232cb1e4f1f04786ad4ef33488c968e64bec74ecd893d6d05c1b9" } }), component: Neighborhood }
787787
"#
788788
)
789789
);
@@ -818,11 +818,11 @@ Encrypted with 0x03040506: LiveHop { public_key: 0x, payer: Some(Payer { wallet:
818818
result,
819819
String::from(
820820
r#"
821-
Encrypted with 0x01020304: LiveHop { public_key: 0x02030405, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 0, r: "8b663e5a10f40c3307e6fb5340482a5e11df78dafc619ceff97f11fa79fea320", s: "8b663e5a10f40c3307e6fb5340482a5e11df78dafc619ceff97f11fa79fea320" } }), component: Hopper }
822-
Encrypted with 0x02030405: LiveHop { public_key: 0x03040506, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 1, r: "63be72962f19dda7802220ed48c0d8199d510b45608a3789c50f61912b98a15b", s: "63be72962f19dda7802220ed48c0d8199d510b45608a3789c50f61912b98a15b" } }), component: Hopper }
823-
Encrypted with 0x03040506: LiveHop { public_key: 0x02030405, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 1, r: "9ca23557adf96d7aed407a06ce96851a4184e947a7b29b6c3872eef902fcba1e", s: "9ca23557adf96d7aed407a06ce96851a4184e947a7b29b6c3872eef902fcba1e" } }), component: ProxyClient }
824-
Encrypted with 0x02030405: LiveHop { public_key: 0x01020304, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 1, r: "63be72962f19dda7802220ed48c0d8199d510b45608a3789c50f61912b98a15b", s: "63be72962f19dda7802220ed48c0d8199d510b45608a3789c50f61912b98a15b" } }), component: Hopper }
825-
Encrypted with 0x01020304: LiveHop { public_key: 0x, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 0, r: "8b663e5a10f40c3307e6fb5340482a5e11df78dafc619ceff97f11fa79fea320", s: "8b663e5a10f40c3307e6fb5340482a5e11df78dafc619ceff97f11fa79fea320" } }), component: ProxyServer }
821+
Encrypted with 0x01020304: LiveHop { public_key: 0x02030405, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 0, r: "3e3a92d7284c2c2ff7119e9f7a7e183b062a335a598e965a47c36a2f288b6f8d", s: "3e3a92d7284c2c2ff7119e9f7a7e183b062a335a598e965a47c36a2f288b6f8d" } }), component: Hopper }
822+
Encrypted with 0x02030405: LiveHop { public_key: 0x03040506, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 0, r: "4324a40295bb36ef2b927fb24250fe42397a57b861ea152bbbe4f84150d4ff5a", s: "4324a40295bb36ef2b927fb24250fe42397a57b861ea152bbbe4f84150d4ff5a" } }), component: Hopper }
823+
Encrypted with 0x03040506: LiveHop { public_key: 0x02030405, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 1, r: "8649b8f6db6232cb1e4f1f04786ad4ef33488c968e64bec74ecd893d6d05c1b9", s: "8649b8f6db6232cb1e4f1f04786ad4ef33488c968e64bec74ecd893d6d05c1b9" } }), component: ProxyClient }
824+
Encrypted with 0x02030405: LiveHop { public_key: 0x01020304, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 0, r: "4324a40295bb36ef2b927fb24250fe42397a57b861ea152bbbe4f84150d4ff5a", s: "4324a40295bb36ef2b927fb24250fe42397a57b861ea152bbbe4f84150d4ff5a" } }), component: Hopper }
825+
Encrypted with 0x01020304: LiveHop { public_key: 0x, payer: Some(Payer { wallet: Wallet { kind: Address(0x71d0fc7d1c570b1ed786382b551a09391c91e33d) }, proof: Signature { v: 0, r: "3e3a92d7284c2c2ff7119e9f7a7e183b062a335a598e965a47c36a2f288b6f8d", s: "3e3a92d7284c2c2ff7119e9f7a7e183b062a335a598e965a47c36a2f288b6f8d" } }), component: ProxyServer }
826826
Encrypted with 0x01020304: Return Route ID: 1234
827827
"#
828828
)

0 commit comments

Comments
 (0)