You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Client for the Ethereum Light Client, we currently update the LightClientStore with process_light_client_update once the proof has been generated and verified.
By having better condition on the received update to check which filed should be updated, we could have a more clever way to update the store without having to run through the whole logic again.
The text was updated successfully, but these errors were encountered:
In the Client for the Ethereum Light Client, we currently update the
LightClientStore
withprocess_light_client_update
once the proof has been generated and verified.By having better condition on the received update to check which filed should be updated, we could have a more clever way to update the store without having to run through the whole logic again.
The text was updated successfully, but these errors were encountered: