Skip to content

Commit

Permalink
Improve Peer Connections (#1243)
Browse files Browse the repository at this point in the history
* Update to newer Substrate branch

* update to latest substrate
  • Loading branch information
adamdossa authored May 15, 2022
1 parent a7c759b commit c9af17f
Show file tree
Hide file tree
Showing 10 changed files with 222 additions and 222 deletions.
238 changes: 119 additions & 119 deletions Cargo.lock

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions Cargo.toml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pallet-treasury = { version = "3.0.0" }
sp-application-crypto = { version = "3.0.0" }
sp-runtime = { version = "3.0.0" }
sp-externalities = { version = "0.9.0" }
substrate-test-client = { git = "https://github.com/PolymathNetwork/substrate", branch = "polymath-3.0.0" }
substrate-test-client = { git = "https://github.com/PolymathNetwork/substrate", branch = "polymesh-4.1.2" }
wabt = "0.10.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion bin/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sp-runtime = { version = "3.0.0" }
sc-executor = { version = "0.9.0", features = ["wasmtime"] }
sp-consensus = { version = "0.9.0" }
frame-system = { version = "3.0.0" }
substrate-test-client = { git = "https://github.com/PolymathNetwork/substrate", branch = "polymath-3.0.0" }
substrate-test-client = { git = "https://github.com/PolymathNetwork/substrate", branch = "polymesh-4.1.2" }
pallet-timestamp = { version = "3.0.0" }
pallet-treasury = { version = "3.0.0" }
wabt = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion pallets/balances/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ frame-support = { version = "3.0.0", default-features = false }
pallet-timestamp = { version = "3.0.0", default-features = false }

# Only for test in STD
substrate-test-runtime-client = { git = "https://github.com/PolymathNetwork/substrate", branch = "polymath-3.0.0", optional = true}
substrate-test-runtime-client = { git = "https://github.com/PolymathNetwork/substrate", branch = "polymesh-4.1.2", optional = true}

# Benchmarking
frame-benchmarking = { version = "3.0.0", default-features = false, optional = true }
Expand Down
16 changes: 8 additions & 8 deletions pallets/base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ serde_derive = { version = "1.0.104", optional = true, default-features = false

# Substrate
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
sp-core = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymath-3.0.0" }
sp-std = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymath-3.0.0" }
sp-io = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymath-3.0.0" }
sp-runtime = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymath-3.0.0" }
sp-version = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymath-3.0.0" }
sp-api = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymath-3.0.0" }
sp-core = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymesh-4.1.2" }
sp-std = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymesh-4.1.2" }
sp-io = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymesh-4.1.2" }
sp-runtime = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymesh-4.1.2" }
sp-version = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymesh-4.1.2" }
sp-api = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymesh-4.1.2" }

frame-system = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymath-3.0.0" }
frame-support = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymath-3.0.0" }
frame-system = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymesh-4.1.2" }
frame-support = { git = "https://github.com/PolymathNetwork/substrate", default-features = false, branch = "polymesh-4.1.2" }

[features]
2 changes: 1 addition & 1 deletion pallets/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ schnorrkel = { version = "0.10.1", default-features = false, optional = true }

[dev-dependencies]
lazy_static = { version = "1.4.0", default-features = false }
substrate-test-runtime-client = { git = "https://github.com/PolymathNetwork/substrate", branch = "polymath-3.0.0" }
substrate-test-runtime-client = { git = "https://github.com/PolymathNetwork/substrate", branch = "polymesh-4.1.2" }

[features]
default = ["std", "equalize"]
Expand Down
2 changes: 1 addition & 1 deletion pallets/group/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ sp-std = {version = "3.0.0", default_features = false }
sp-api = {version = "3.0.0", default_features = false }

[dev-dependencies]
substrate-test-runtime-client = { git = "https://github.com/PolymathNetwork/substrate", branch = "polymath-3.0.0"}
substrate-test-runtime-client = { git = "https://github.com/PolymathNetwork/substrate", branch = "polymesh-4.1.2"}
2 changes: 1 addition & 1 deletion pallets/runtime/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ sp-std = { version = "3.0.0", default-features = false }
sp-transaction-pool = { version = "3.0.0", default-features = false }
sp-version = { version = "3.0.0", default-features = false }

test_client = { package = "substrate-test-runtime-client", git = "https://github.com/PolymathNetwork/substrate", branch = "polymath-3.0.0", optional = true }
test_client = { package = "substrate-test-runtime-client", git = "https://github.com/PolymathNetwork/substrate", branch = "polymesh-4.1.2", optional = true }
substrate-test-utils = { version = "3.0.0", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pallets/statistics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pallet-timestamp = { version = "3.0.0", default-features = false }
pallet-session = { version = "3.0.0", default-features = false }

# Only in STD
substrate-test-runtime-client = { git = "https://github.com/PolymathNetwork/substrate", branch = "polymath-3.0.0", optional = true}
substrate-test-runtime-client = { git = "https://github.com/PolymathNetwork/substrate", branch = "polymesh-4.1.2", optional = true}

# Only in Benchmarks
frame-benchmarking = { version = "3.0.0", default-features = false, optional = true }
Expand Down

0 comments on commit c9af17f

Please sign in to comment.