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
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
I am starting IPFS node programmatically using ipfs-core with custom repository. Have written an implementation of js-datastore following the implementation of js-datastore-s3. The node is started, but it does not connect with the peers mentioned in the bootstrap field of the config file. When tried with 0.15.4, the node connects with peers on startup. But that does not happen for the latest version.
Steps to reproduce the error:
The text was updated successfully, but these errors were encountered:
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment.
Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:
"Priority" labels will show how urgent this is for the team.
"Status" labels will show if this is ready to be worked on, blocked, or in progress.
"Need" labels will indicate if additional input or analysis is required.
js-ipfs is being deprecated in favor of Helia. You can learn more about this deprecation and the corresponding migration guide here.
As a result, we are going to close this issue. If you think we have done this in error, please feel to reopen with any comments in the next week as we will circle back on the reopened issues.
We hope you will consider Helia for your IPFS in JS needs. If you believe this particular request belongs in Helia, feel free to open a Helia issue. We look forward to engaging with you more there.
version : ipfs-core 0.17.0
Ubuntu
Severity:
Description:
I am starting IPFS node programmatically using ipfs-core with custom repository. Have written an implementation of js-datastore following the implementation of js-datastore-s3. The node is started, but it does not connect with the peers mentioned in the bootstrap field of the config file. When tried with 0.15.4, the node connects with peers on startup. But that does not happen for the latest version.
Steps to reproduce the error:
The text was updated successfully, but these errors were encountered: