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

feat(manager): implement PeersArgs into ant node manager #2503

Merged
merged 5 commits into from
Dec 9, 2024

Conversation

RolandSherwin
Copy link
Member

No description provided.

"/ip4/127.0.0.1/tcp/8080".parse().unwrap(),
"/ip4/192.168.1.1/tcp/8081".parse().unwrap(),
];
builder.peers_args.first = true;
builder.peers_args.local = true;
builder.peers_args.network_contacts_url = vec!["http://localhost:8080".parse().unwrap()];

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
"--local",
"--peer",
"/ip4/127.0.0.1/tcp/8080,/ip4/192.168.1.1/tcp/8081",

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
"--peer",
"/ip4/127.0.0.1/tcp/8080,/ip4/192.168.1.1/tcp/8081",
"--network-contacts-url",
"http://localhost:8080",

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
@RolandSherwin RolandSherwin force-pushed the bootstrap_cache_5 branch 2 times, most recently from f1f9a21 to 09400cd Compare December 6, 2024 21:10
@RolandSherwin RolandSherwin added this pull request to the merge queue Dec 9, 2024
Merged via the queue into maidsafe:main with commit baaa57d Dec 9, 2024
27 checks passed
@RolandSherwin RolandSherwin deleted the bootstrap_cache_5 branch December 9, 2024 16:44
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