Make parachain template great again (and async backing ready) (#4295)
Closes #4272. It turned out that not only the node part but also the runtime wasn't async backing ready. Now, both of them are using proper APIs and producing 6-second blocks out of the box.
Showing
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- prdoc/pr_4295.prdoc 14 additions, 0 deletionsprdoc/pr_4295.prdoc
- templates/parachain/node/src/service.rs 20 additions, 15 deletionstemplates/parachain/node/src/service.rs
- templates/parachain/runtime/Cargo.toml 2 additions, 0 deletionstemplates/parachain/runtime/Cargo.toml
- templates/parachain/runtime/src/apis.rs 13 additions, 3 deletionstemplates/parachain/runtime/src/apis.rs
- templates/parachain/runtime/src/configs/mod.rs 11 additions, 17 deletionstemplates/parachain/runtime/src/configs/mod.rs
- templates/parachain/runtime/src/lib.rs 12 additions, 4 deletionstemplates/parachain/runtime/src/lib.rs
Please register or sign in to comment