Skip to content
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

fix: support more ipfs options #396

Merged
merged 1 commit into from
Oct 14, 2019
Merged

fix: support more ipfs options #396

merged 1 commit into from
Oct 14, 2019

Conversation

hugomrdias
Copy link
Member

@hugomrdias hugomrdias commented Oct 14, 2019

in-proc daemon didnt support all the js-ipfs options, this should be improved so we dont need to syncronize manually.

this is related to ipfs/interop#86 circuit tests were failing because relay: true wasnt being passed to the constructor

in-proc daemon didnt support all the js-ipfs options, this should be improved so we dont need to syncronize manual.
@achingbrain
Copy link
Member

Do you think it might be worth putting the opts we pass to IPFS under a separate key in the opts passed to InProc? No need to keep them in sync manually then.

@hugomrdias
Copy link
Member Author

Do you think it might be worth putting the opts we pass to IPFS under a separate key in the opts passed to InProc? No need to keep them in sync manually then.

yes that is what i was thinking but that would be a breaking change, i wanna merge this and make a breaking version after.

@achingbrain
Copy link
Member

Can you open an issue for the breaking change so it doesn't get lost?

@hugomrdias
Copy link
Member Author

done #397

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants