enhancing solochain template (#5143)
Since we have a minimal template, I propose enhancing the solochain
template, which would be easier for startup projects.
- Sync separates `api`, `configs`, and `benchmarks` from the parachain
template
- introducing `frame-metadata-hash-extension`
- Some style update
---------
Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com>
Showing
- Cargo.lock 2 additions, 0 deletionsCargo.lock
- templates/parachain/runtime/src/configs/mod.rs 2 additions, 2 deletionstemplates/parachain/runtime/src/configs/mod.rs
- templates/parachain/runtime/src/lib.rs 18 additions, 13 deletionstemplates/parachain/runtime/src/lib.rs
- templates/solochain/node/Cargo.toml 2 additions, 1 deletiontemplates/solochain/node/Cargo.toml
- templates/solochain/node/src/benchmarking.rs 3 additions, 1 deletiontemplates/solochain/node/src/benchmarking.rs
- templates/solochain/node/src/service.rs 1 addition, 1 deletiontemplates/solochain/node/src/service.rs
- templates/solochain/runtime/Cargo.toml 15 additions, 0 deletionstemplates/solochain/runtime/Cargo.toml
- templates/solochain/runtime/build.rs 14 additions, 4 deletionstemplates/solochain/runtime/build.rs
- templates/solochain/runtime/src/apis.rs 295 additions, 0 deletionstemplates/solochain/runtime/src/apis.rs
- templates/solochain/runtime/src/benchmarks.rs 33 additions, 0 deletionstemplates/solochain/runtime/src/benchmarks.rs
- templates/solochain/runtime/src/configs/mod.rs 162 additions, 0 deletionstemplates/solochain/runtime/src/configs/mod.rs
- templates/solochain/runtime/src/lib.rs 103 additions, 473 deletionstemplates/solochain/runtime/src/lib.rs
Please register or sign in to comment