This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Remove light-client specific GRANDPA block import #6893
Labels
J0-enhancement
An additional feature request.
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
Currently we have separate instances of
BlockImport
for dealing with GRANDPA logic for full and light nodes. Initially the full node used to call into the runtime when importing a block (to fetch authorities IIRC). This is no longer the case and the light client can just use the regularGrandpaBlockImport
(I've tested and it works). Is there any reason why we need to have separate handling for the light client and use finality proofs (instead of just regular justifications as in the full node).cc @svyatonik
The text was updated successfully, but these errors were encountered: