Unverified Commit aeb79d47 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Check candidate signatures before including them in `set_heads` (#1335)

* 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
parent ad6619d8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment