-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add "light client" support #602
Comments
Hello |
Hello @Swaxxx |
Any plans or ETA for this? |
@adridadou we couldn't validate state root / receipts matching for incoming blocks if we don't have state, what do you propose? I have an idea to make something like light client for casper using EthereumJ, but no sense for that until Casper goes to Mainnet. |
I understand. I am interested in the feature but I haven't looked too deep into the details of it. This way you can use the network of servers that serve light clients and AFAIK the verification piece is solved there no? |
@adridadou looks cool! |
Glad I could help! I understand that you have no schedule but I hope this will help. I think it make sense here also to split the task in two:
|
It would be great if one could subscribe to the network in a purely passive mode, without the need to sync. One use case is discussed here:
http://ethereum.stackexchange.com/questions/10125/is-it-possible-to-avoid-sync-in-ethereumj-but-still-register-a-listener
The text was updated successfully, but these errors were encountered: