Commit 7515fc0
Introduce
Closes polkadot-fellows#50
- Adds the `chain-spec-generator` from
polkadot-fellows#78 and
polkadot-fellows#81, updated to work
with `master`.
- Adds detailed instructions to the `README.md` for generating weights
for fellowship runtimes
I am currently generating weights and will add them in a seperate PR
when they are ready.
TODO
- [x] Add step for checking weight outputs using
https://github.com/ggwpez/substrate-weight-compare in readme
- [ ] Fix encointer chain spec defaults, or open new issue for it
### Why not use the `polkadot-sdk` generic chain-spec-builder?
The genesis state configs generated by this CLI are unusable for
benchmarking, due to poor defaults. We need better defaults for our
pallet genesis state before we can use this CLI. See also
paritytech/polkadot-sdk#2713.
---------
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Javier Viola <[email protected]>
Co-authored-by: NachoPal <[email protected]>
Co-authored-by: Svyatoslav Nikolsky <[email protected]>
Co-authored-by: Branislav Kontur <[email protected]>
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>chain-spec-generator and document Weight Generation process (polkadot-fellows#127)1 parent 6334588 commit 7515fc0
File tree
10 files changed
+1814
-95
lines changed- chain-spec-generator
- src
- docs
10 files changed
+1814
-95
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments