• Georges's avatar
    Adding `Fallback` on election failure (#5093) · 7793796b
    Georges authored
    
    
    * Adding `Fallback` on election failure
    Use the newly introduced `BoundedOnChainSequentialPhragmen`
    and `UnboundedOnChainSequentialPhragmen`
    
    * Adding `BoundedOnchainExecution`
    after changes in substrate
    
    * Introducing `ExecutionConfig`
    from `frame_election_provider_support::onchain`
    
    * `OnChainSequentialPhragmen` > `OnChainSeqPhragmen`
    Renaming to have a shorter name
    
    * `BoundedOnchainExecution` -> `BoundedExecution`
    And `UnboundedOnchainExecution` -> `UnboundedExecution`
    
    * `Fallback` back to `NoFallback`
    `UnboundedExecution` for `GovernanceFallback`
    
    * Update runtime/test-runtime/src/lib.rs
    
    * update lockfile for {"substrate"}
    
    Co-authored-by: default avatarKian Paimani <[email protected]>
    Co-authored-by: parity-processbot <>
    7793796b