Skip to content

feat!: start libp2p nodes by default #1500

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

Merged
merged 1 commit into from
Nov 30, 2022

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Nov 26, 2022

Nodes returned from createLibp2p are now started by default. To override this pass start: false as an option.

Fixes #1499

BREAKING CHANGE: nodes returned from createLibp2p are now started by default

Nodes returned from `createLibp2p` are now started by default. To override this
pass `start: false` as an option.

Fixes #1499
@mpetrunic
Copy link
Member

@achingbrain Isn't this a breaking change?

@achingbrain achingbrain changed the title feat: start libp2p nodes by default feat!: start libp2p nodes by default Nov 30, 2022
@achingbrain
Copy link
Member Author

Fair point, yes

@mpetrunic mpetrunic merged commit 61fcc0b into master Nov 30, 2022
@mpetrunic mpetrunic deleted the feat/start-libp2p-node-by-default branch November 30, 2022 09:11
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.

Start node by default
2 participants