-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [BLP-408] Echo node * [BLP-408] Chain * [BLP-408] Chain * [BLP-408] Chain * [BLP-408] Chain * [BLP-408] Chain * [BLP-408] Refactor * [BLP-408] Refactor * [BLP-408] Chain * [BLP-408] Chain * [BLP-481] echo 0.13 * [BLP-452] add default delegate_share * devnet * change network * [BLP-408] Local chain * [BLP-408] Local chain * [BLP-408] Local chain * [BLP-408] Local chain * Fix path whitespace, add travis mac, only testnet * Fix path whitespace, add travis mac, only testnet * Fix path whitespace, add travis mac, only testnet * Up echo_node version * rm unused param
- Loading branch information
Showing
17 changed files
with
417 additions
and
255 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
export const DATA_DIR = 'echo/data'; | ||
export const SEED_NODE = 'node1.devnet.echo-dev.io:6310'; | ||
export const RESTART_PAUSE_MS = 5000; | ||
export const DIFF_TIME_SYNC_MS = 30000; | ||
export const SYNC_MONITOR_MS = 1000; | ||
export const SYNC_MONITOR_MS = 2000; | ||
export const RESTART_TIME_CHECKING_NODE_MS = 5000; | ||
export const CHAIN_MIN_RANGE_PORT = 3000; | ||
export const CHAIN_MAX_RANGE_PORT = 5000; |
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
Oops, something went wrong.