-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lotus-lite mode #3532
Labels
Comments
The first thing we need to do here is to actually just get that public API set up. I think this can just be a lotus node with the ChainNotify rpc exposed (though we need to take care to not lock up everything if the other end doesnt process the updates) |
jennijuju
added
area/chain
Area: Chain
status/in-progress
P2
P2: Should be resolved
labels
Oct 2, 2020
Can be used? |
Status update from @dirkmc: Currently the lite client work is behind a hidden flag (lotus daemon --lite). You can:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding light client functionality to lotus should be pretty straightforward.
Functionality changes:
lotus daemon --lite
The text was updated successfully, but these errors were encountered: