-
Notifications
You must be signed in to change notification settings - Fork 57
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(bootstrap): skip if the network version does not match ours #2512
Conversation
@@ -13,6 +13,16 @@ | |||
use std::time::Duration; | |||
use url::Url; | |||
|
|||
const MAINNET_CONTACTS: &[&str] = &[ | |||
"https://sn-testnet.s3.eu-west-2.amazonaws.com/network-contacts", | |||
"http://159.89.251.80/bootstrap_cache.json", |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected. Warning
const MAINNET_CONTACTS: &[&str] = &[ | ||
"https://sn-testnet.s3.eu-west-2.amazonaws.com/network-contacts", | ||
"http://159.89.251.80/bootstrap_cache.json", | ||
"http://159.65.210.89/bootstrap_cache.json", |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected. Warning
"https://sn-testnet.s3.eu-west-2.amazonaws.com/network-contacts", | ||
"http://159.89.251.80/bootstrap_cache.json", | ||
"http://159.65.210.89/bootstrap_cache.json", | ||
"http://159.223.246.45/bootstrap_cache.json", |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected. Warning
"http://159.89.251.80/bootstrap_cache.json", | ||
"http://159.65.210.89/bootstrap_cache.json", | ||
"http://159.223.246.45/bootstrap_cache.json", | ||
"http://139.59.201.153/bootstrap_cache.json", |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected. Warning
"http://159.65.210.89/bootstrap_cache.json", | ||
"http://159.223.246.45/bootstrap_cache.json", | ||
"http://139.59.201.153/bootstrap_cache.json", | ||
"http://139.59.200.27/bootstrap_cache.json", |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected. Warning
"http://159.223.246.45/bootstrap_cache.json", | ||
"http://139.59.201.153/bootstrap_cache.json", | ||
"http://139.59.200.27/bootstrap_cache.json", | ||
"http://139.59.198.251/bootstrap_cache.json", |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected. Warning
6fe87e7
to
31dd9c3
Compare
No description provided.