Files
pezkuwi-subxt/substrate/primitives/finality-grandpa
André Silva 06cf8ad076 grandpa: fix creation of justification with equivocating precommits in commit (#11302)
* grandpa: fix creation of justification ancestry

we would reject commits that have precommits targeting blocks lower than the
commit target. when there is an equivocation (or if it the commit is not
minimal) it is possible to have such precommits and we should assume that they
are the round base.

* grandpa: bump to 0.16.0

* grandpa: add test for justification with equivocation

* grandpa: fix failing test
2022-06-14 10:41:11 +00:00
..
2022-04-30 21:28:27 +00:00
2020-08-20 17:04:42 +02:00

Primitives for GRANDPA integration, suitable for WASM compilation.

License: Apache-2.0