polkadot-evm / frontier

Ethereum compatibility layer for Substrate.
Apache License 2.0
566 stars 480 forks source link

Fix or depricate light client #238

Open JoshOrndorff opened 3 years ago

JoshOrndorff commented 3 years ago

The light service described in the frontier template's service.rs file is out of sync with the full node. It does not properly handle the manual/instant seal case. And it doesn't even handle the aura case correctly because it is missing the aura and frontier block imports.

It may be that supporting the light client is not worth the ongoing maintenance in which case it should be removed.

crystalin commented 3 years ago

Agree