This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 456
Support multiple networks with one installation #398
Comments
karmacoma
changed the title
Supporting multiple networks with one installation
Support multiple networks with one installation
Feb 1, 2018
After 1.0.0 the list of "network-dependant files" shapes as follows:
Keeping them on one branch would decrease possible confusion and risk connected with working and releasing next versions on different networks:
Each change to "network-dependant file" would have to added to:
|
:)
2018-06-15 14:28 GMT+02:00 Maciej Baj <notifications@github.com>:
… After 1.0.0 the list of "network-dependant files" shapes as follows:
- config.json
- genesis_block.json
- helpers/exceptions.js
- helpers/constants.js
- scripts/update_config.js
Keeping them on one branch would decrease possible confusion and risk
connected with working and releasing next versions on different networks:
- Alphanet (Devnet),
- Betanet,
- Testnet,
- Mainnet.
Each change to "network-dependant file" would have to added to:
- feature branch (like 1.0.0-beta.9.0).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#398 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/APzFsO6gItgBgJSFhsOXqakADcmEZ7-lks5t86iBgaJpZM4LoVsK>
.
|
@MaciejBaj Question, we will keep configuration files for different networks in source. Do you also want to keep those in compile builds? So one build can also be used for different networks? My suggestion would be to do it. |
Please guys, don't forget |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In our current implementation various files are required to be modified to change what network is able to be used.
These files are:
The goal of this change is to simplify the use:
node app --mainnet
The text was updated successfully, but these errors were encountered: