This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
When I start a substrate node in --dev node, it sometimes has different genesis hashes.
It does not happen on every start but sometimes after building? I could not really track to what it is related.
It would be nice to have deterministic genesis hashes such that import/export-block can be used for testing and in CI.
Either by fixing it or using a --seed flag.
@athei said it could be because of randomized staking nominations.