Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

chain-spec: Make chain spec writing deterministic #10550

Merged
merged 2 commits into from
Dec 23, 2021

Commits on Dec 23, 2021

  1. chain-spec: Make chain spec writing deterministic

    This switches the chain spec to use `BTreeMap` internally instead of `HashMap`. This ensures that
    reading and writing the same chain spec always results in the same file.
    bkchr committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    6555283 View commit details
    Browse the repository at this point in the history
  2. fmt

    bkchr committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    357b96e View commit details
    Browse the repository at this point in the history