Cleanup/Refactor: remove manta/calamari/dolphin specifier from chain-spec files #581
Labels
A-calamari
Area: Issues and PRs related to the Calamari Runtime
A-dolphin
Area: Issues and PRs related to the Dolphin Runtime
A-manta
Area: Issues and PRs related to the Manta Runtime
A-runtime
Area: Issues and PRs related to Runtimes
C-good-first-issue
Category: Good first issues
P-low
Priority: Low
Milestone
chain spec has the RT name mentioned in everythin, from constants to function names, e.g.
dolphin_development_config
see
Manta/node/src/chain_specs/manta.rs
Line 40 in 7b421ba
These are not needed since they are scoped to the file anyway and just create meaningless diffs between the files.
We should align them so rt-specific differences become immediately obvious by diffing the two chainspec files without getting added noise.
E.g. the snippet above should just be named
properties
instead ofmanta_properties
The text was updated successfully, but these errors were encountered: