-
Notifications
You must be signed in to change notification settings - Fork 53
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
Conversation
"/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
"--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
"--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
f1f9a21
to
09400cd
Compare
55c6feb
to
04b883e
Compare
04b883e
to
132e6e5
Compare
132e6e5
to
c99cf89
Compare
No description provided.