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(bootstrap): skip if the network version does not match ours #2512

Merged
merged 5 commits into from
Dec 12, 2024

Conversation

RolandSherwin
Copy link
Member

No description provided.

@@ -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

Insecure URL
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

Insecure URL
"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

Insecure URL
"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

Insecure URL
"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

Insecure URL
"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

Insecure URL
@RolandSherwin RolandSherwin force-pushed the cache branch 2 times, most recently from 6fe87e7 to 31dd9c3 Compare December 11, 2024 14:23
@jacderida jacderida disabled auto-merge December 12, 2024 14:08
@jacderida jacderida added this pull request to the merge queue Dec 12, 2024
@jacderida jacderida removed this pull request from the merge queue due to a manual request Dec 12, 2024
@jacderida jacderida merged commit 36a36c9 into maidsafe:main Dec 12, 2024
26 checks passed
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