You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
pubconstElectionLookahead:BlockNumber = 25;// 10 minutes per session => 100 block.
^^ must be less than the length of one session per block. (although we cannot know this from just Trait and system::Trait)
All the SomethingBonds must be above MinimumBalance.
And these are only ones that I have seen. We probably have more that I don't know.
We can do better. A module can expose some tests that generally depend on <T: Trait + system::Trait> in their own source code. a call to construct_runtime!{} will check that this function won't panic with the created Runtime, hence we can know upon initialisation of a runtime if it has been configured correctly or not.