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(testnet): provide bootstrap peer when launching faucet #625

Merged
merged 1 commit into from Aug 9, 2023

Conversation

RolandSherwin
Copy link
Member

@RolandSherwin RolandSherwin commented Aug 9, 2023

This fixes the issue where, when we try to launch a testnet with local-discovery turned off, the faucet cannot connect to the network as there is no bootstrap peer provided.

Description

Summary generated by Reviewpad on 09 Aug 23 10:23 UTC

This pull request fixes a bug in the testnet code where a bootstrap peer was not being provided when launching the faucet. The run_faucet function now takes an additional parameter gen_multi_addr which is the MultiAddr of the genesis node. The run_network function now returns the gen_multi_addr as a String.

@reviewpad reviewpad bot requested a review from joshuef August 9, 2023 10:23
@reviewpad reviewpad bot added Small Pull request is small waiting-for-review labels Aug 9, 2023
@RolandSherwin RolandSherwin added this pull request to the merge queue Aug 9, 2023
Merged via the queue into maidsafe:main with commit 3c4b3c1 Aug 9, 2023
19 of 20 checks passed
@RolandSherwin RolandSherwin deleted the faucet_set_safe_peers branch August 9, 2023 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Small Pull request is small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants