Remove Old Service, 2nd try (#1732)
* Restore "Remove service, migrate all to service-new (#1630)" i.e. Revert "Revert "Remove service, migrate all to service-new (#1630)" (#1731)" This reverts commit c68aee35 . This allows us to get the changeset from #1630 into a new branch which can be merged sometime in the future after appropriate burnin tests have completed. * remove ',)' from codebase outside of macros * restore bdfl-preferred formatting * attempt to improve destructuring formatting * rename polkadot-service-new -> polkadot-service * Apply suggestions from code review Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> * remove unused import * Update runtime/rococo-v1/README.md Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Andronik Ordian <write@reusable.software> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
... | ... | @@ -14,7 +14,7 @@ readme = "README.md" |
[dependencies] | ||
cli = { package = "polkadot-cli", path = "cli" } | ||
futures = "0.3.4" | ||
service = { package = "polkadot-service", path = "service" } | ||
service = { package = "polkadot-service", path = "node/service" } | ||
parity-util-mem = { version = "*", default-features = false, features = ["jemalloc-global"] } | ||
[dev-dependencies] | ||
... | ... | @@ -36,9 +36,7 @@ members = [ |
"runtime/westend", | ||
"runtime/test-runtime", | ||
"runtime/test-runtime/client", | ||
"service", | ||
"statement-table", | ||
"service", | ||
"validation", | ||
"node/collation-generation", | ||
... | ... | @@ -79,9 +77,6 @@ panic = "unwind" |
[features] | ||
runtime-benchmarks=["cli/runtime-benchmarks"] | ||
service-rewr= [ | ||
"cli/service-rewr", | ||
] | ||
# Configuration for building a .deb package - for use with `cargo-deb` | ||
[package.metadata.deb] | ||
... | ... |
node/service/res/.gitignore
0 → 100644
node/service/res/rococo.json
0 → 100644
This diff is collapsed.
This diff is collapsed.