Skip to content
  • Bastian Köcher's avatar
    Check candidate signatures before including them in `set_heads` (#1335) · aeb79d47
    Bastian Köcher authored
    * Check candidate signatures before including them in `set_heads`
    
    This work around the bug described in: https://github.com/paritytech/polkadot/issues/1327
    
    We check the candidate signatures in `create_inherent` to ensure that
    all are valid. If one isn't valid, we don't include any candidate for
    the current inherent.
    
    * Bump runtimes
    aeb79d47