Skip to content

Commit

Permalink
Merge pull request #2160 from joshuef/CiaoSnClientInNodeCode
Browse files Browse the repository at this point in the history
  • Loading branch information
grumbach authored Oct 1, 2024
2 parents e2567b0 + 804bce1 commit 6804518
Show file tree
Hide file tree
Showing 16 changed files with 1,865 additions and 2,362 deletions.
535 changes: 17 additions & 518 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ members = [
"autonomi",
"evmlib",
"evm_testnet",
"sn_auditor",
# "sn_auditor",
"sn_build_info",
"sn_evm",
"sn_cli",
"sn_client",
"sn_faucet",
# "sn_cli",
# "sn_client",
# "sn_faucet",
"sn_logging",
"sn_metrics",
"nat-detection",
Expand Down
2 changes: 1 addition & 1 deletion sn_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ assert_matches = "1.5.0"
dirs-next = "~2.0.0"
# add rand to libp2p
libp2p-identity = { version = "0.2.7", features = ["rand"] }
sn_client = { path = "../sn_client", features = ["test-utils"] }
# sn_client = { path = "../sn_client", features = ["test-utils"] }
sn_logging = { path = "../sn_logging", version = "0.2.34" }
sn_registers = { path = "../sn_registers", version = "0.3.19", features = [
"test-utils",
Expand Down
1 change: 0 additions & 1 deletion sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ reqwest = { version = "0.12.2", default-features = false, features = [
"rustls-tls-manual-roots",
] }
serde_json = "1.0"
sn_client = { path = "../sn_client", version = "0.110.1" }
sn_protocol = { path = "../sn_protocol", version = "0.17.9", features = [
"rpc",
] }
Expand Down
232 changes: 0 additions & 232 deletions sn_node/examples/register_inspect.rs

This file was deleted.

Loading

0 comments on commit 6804518

Please sign in to comment.