Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Merge commit 00202d3 (conflicts)
Browse files Browse the repository at this point in the history
Parent branch: origin/master
Forked at: bf7ccb8
  • Loading branch information
cecton committed Aug 24, 2020
2 parents 1fd2987 + 00202d3 commit 7f57373
Show file tree
Hide file tree
Showing 40 changed files with 45 additions and 11,488 deletions.
261 changes: 7 additions & 254 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ edition = "2018"

[dependencies]
cli = { package = "polkadot-cli", path = "cli" }
# It looks like this is the only way to pass features to it
collator = { package = "polkadot-collator", path = "collator" }
futures = "0.3.4"
service = { package = "polkadot-service", path = "service" }
parity-util-mem = { version = "*", default-features = false, features = ["jemalloc-global"] }
Expand All @@ -23,13 +21,9 @@ tempfile = "3.1.0"

[workspace]
members = [
"availability-store",
"cli",
"collator",
"core-primitives",
"erasure-coding",
"network",
"network/test",
"primitives",
"runtime/common",
"runtime/parachains",
Expand Down Expand Up @@ -69,7 +63,6 @@ members = [

"parachain/test-parachains",
"parachain/test-parachains/adder",
"parachain/test-parachains/adder/collator",
]

[badges]
Expand All @@ -83,5 +76,4 @@ panic = "unwind"
runtime-benchmarks=["cli/runtime-benchmarks"]
service-rewr= [
"cli/service-rewr",
"collator/service-rewr",
]
30 changes: 0 additions & 30 deletions availability-store/Cargo.toml

This file was deleted.

Loading

0 comments on commit 7f57373

Please sign in to comment.