-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* timeout if listening to overlay takes too long, break if no proper message is received during health interval * allow to pass an array of nodes * fix config parse unit tests * format * safe unwrap timeout result * format * return ConfgError * map_err to ok_or for endpoint error selection * remove conditional definition on rand * fmt, temporary remove serde rename for testing * rollback serde renaming
- Loading branch information
Showing
15 changed files
with
223 additions
and
73 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
clients/stellar-relay-lib/resources/config/mainnet/stellar_relay_config_mainnet_iowa.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
clients/stellar-relay-lib/resources/config/testnet/stellar_relay_config_sdftest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"connection_info": { | ||
"endpoints": [ | ||
{ | ||
"address": "54.166.220.249", | ||
"port": 11625 | ||
}, | ||
{ | ||
"address": "54.159.138.198", | ||
"port": 11625 | ||
}, | ||
{ | ||
"address": "44.223.45.116", | ||
"port": 11625 | ||
} | ||
] | ||
}, | ||
"node_info": { | ||
"ledger_version": 22, | ||
"overlay_version": 35, | ||
"overlay_min_version": 33, | ||
"version_str": "stellar-core 22.0.0 (721fd0a654d5e82d38c748a91053e530a475193d)", | ||
"is_pub_net": false | ||
}, | ||
"stellar_history_archive_urls": [ | ||
"http://history.stellar.org/prd/core-testnet/core_testnet_001", | ||
"http://history.stellar.org/prd/core-testnet/core_testnet_002", | ||
"http://history.stellar.org/prd/core-testnet/core_testnet_003" | ||
] | ||
} |
8 changes: 6 additions & 2 deletions
8
clients/stellar-relay-lib/resources/config/testnet/stellar_relay_config_sdftest1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
clients/stellar-relay-lib/resources/config/testnet/stellar_relay_config_sdftest2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
clients/stellar-relay-lib/resources/config/testnet/stellar_relay_config_sdftest3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
clients/vault/resources/config/mainnet/stellar_relay_config_frankfurt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
clients/vault/resources/config/mainnet/stellar_relay_config_iowa.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
clients/vault/resources/config/mainnet/stellar_relay_config_mainnet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"connection_info": { | ||
"endpoints": [ | ||
{ | ||
"address": "85.190.254.217", | ||
"port": 11625 | ||
}, | ||
{ | ||
"address": "154.12.251.105", | ||
"port": 11625 | ||
}, | ||
{ | ||
"address": "194.233.85.232", | ||
"port": 11625 | ||
} | ||
] | ||
}, | ||
"node_info": { | ||
"ledger_version": 22, | ||
"overlay_version": 35, | ||
"overlay_min_version": 33, | ||
"version_str": "stellar-core 22.0.0 (721fd0a654d5e82d38c748a91053e530a475193d)", | ||
"is_pub_net": true | ||
}, | ||
"stellar_history_archive_urls": [ | ||
"http://history.stellar.org/prd/core-live/core_live_001", | ||
"http://history.stellar.org/prd/core-live/core_live_002", | ||
"http://history.stellar.org/prd/core-live/core_live_003", | ||
"https://stellar-history-de-fra.satoshipay.io", | ||
"https://stellar-history-sg-sin.satoshipay.io", | ||
"https://stellar-history-us-iowa.satoshipay.io" | ||
] | ||
} |
8 changes: 6 additions & 2 deletions
8
clients/vault/resources/config/mainnet/stellar_relay_config_singapore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
clients/vault/resources/config/testnet/stellar_relay_config_sdftest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"connection_info": { | ||
"endpoints": [ | ||
{ | ||
"address": "54.166.220.249", | ||
"port": 11625 | ||
}, | ||
{ | ||
"address": "54.159.138.198", | ||
"port": 11625 | ||
}, | ||
{ | ||
"address": "44.223.45.116", | ||
"port": 11625 | ||
} | ||
] | ||
}, | ||
"node_info": { | ||
"ledger_version": 22, | ||
"overlay_version": 35, | ||
"overlay_min_version": 33, | ||
"version_str": "stellar-core 22.0.0 (721fd0a654d5e82d38c748a91053e530a475193d)", | ||
"is_pub_net": false | ||
}, | ||
"stellar_history_archive_urls": [ | ||
"http://history.stellar.org/prd/core-testnet/core_testnet_001", | ||
"http://history.stellar.org/prd/core-testnet/core_testnet_002", | ||
"http://history.stellar.org/prd/core-testnet/core_testnet_003" | ||
] | ||
} |
Oops, something went wrong.