-
Notifications
You must be signed in to change notification settings - Fork 292
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
Stop embedding an IPFS node #514
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notably retains #400 and keeps the embedded node option in the light client.
We should probably remove the changes to the light client here as well. As the DAS light client logic will also be moved into the Celestia-node. No need to change this in this PR though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏🏼
Description
This PR stops embedding an IPFS node in celestia-core. Notably retains #400 and keeps the embedded node option in the light client.
should be merged either into or after #510
can be merged before or after #508
part of #506