Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(testnet): use genesis presets for testnet runtime. (#472)
* refactor(mainnet): collation config (#439) * refactor(mainnet): add pallet_authorship to collation * test(mainnet): add pallet_auhtorship test * refactor(mainnet): add pallet_aura to collation * test(mainnet): add pallet_aura tests * refactor(mainnet): add collator_selection to collation * test(mainnet): add collator_selection tests * refactor(mainnet): add pallet_session & aura_ext to collation * test(mainnet): add pallet_session tests * chore(aura): MaxAuthorities matches max possible blocks produced * remove unnused imports * style(collation): order tests following pallet config * style(collation): remove unnecessary qualifications * style(collation): max_authorities_is_3600 * style(collation): reorg definition in session_keys_provided_by_aura test * style(collation): better Period comment * style(collation): clarify session::SessionHandler comment * refactor(collation): separate tests in modules by pallet * style(collation): Explain SessionHandler config fixes after rebase * style(collation): remove prefixes from tests * style(collation): Period comment was not helpful changes after rebase * chore(mainnet): remove duplicate module after rebase * refactor(testnet): use genesis presets * chore(testnet): add presetse to runtime api * fix(genesis): bring vec into scope & clean build * docs(genesis): improve testnet genesis spec comments * chore(zombienet): update zombienet network spec * refactor(genesis): inlcude genesis asset * refactor(genesis): amend runtime pattern matcher for testnet * style(chainspec): use Pop for testnet name * refactor(genesis): use Alice as sudo account in local config * refactor(genesis): use sudo as the genesis asset owner * fix(genesis): missing clone for sudo_key * refactor(mainnet): use genesis presets for mainnet runtime. (#473) * refactor(mainnet): use genesis presets * refactor(genesis): removed unused Relay struct * fix(genesis): bring vec into scope & clean build * chore(zombienet): update zombienet network spec * refacotr(genesis): include genesis assets * refactor(genesis): add genesis councilors * test(chainspec): test spec configuration for mainnet * fix(genesis): missing runtime type in sudo tests * test(genesis): add mainnet genesis tests * style(chainspec): use Pop as runtime name * refactor(genesis): don't set ah as owner of genesis asset * fix(chainspec): amend mainnet spec tests * refactor(genesis): apply feedback * refactor(genesis): better endowments * refactor(genesis): remove genesis assets * Update runtime/mainnet/src/genesis.rs * Update runtime/mainnet/src/genesis.rs
- Loading branch information