-
Notifications
You must be signed in to change notification settings - Fork 254
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
Jenks/add phase 3 devnet parameters #450
base: main
Are you sure you want to change the base?
Conversation
- added https:// prefix to imperator grpc endpiont
- Added basic network parameters - Artifacts with Genesis.json and snapshot will be added later - Added peer.txt and seeds.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh thanks for pulling this off!
The Phase 3 Devenet is a development network of Babylon Genesis Chain. It implements the full funcationality of Bitcoin staking and allow BSNs to be connected. | ||
|
||
## Network Parameters | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can have subsections that
- fee token is
ubbn
- faucet is at Discord
- versions of the software
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should include a genesis file as users can't sync without a genesis file. No need to maintain a snapshot service for the devnet I think, people should be able to sync from scratch pretty fast (as there's not much activity on the euphrates devnet I suppose).
@@ -0,0 +1,60 @@ | |||
# Babylon Phase 3 Devenet (Euphrates 0.5.0) | |||
|
|||
The Phase 3 Devenet is a development network of Babylon Genesis Chain. It implements the full funcationality of Bitcoin staking and allow BSNs to be connected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should wrap lines to 80 characters on markdown files 🙏
@@ -0,0 +1,4 @@ | |||
fe5709ec8bf754b6f03ce543c543f1af6856ad65@43.199.152.117:26656 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that seeds are the same as peers, which seems weird. Is this the case @filippos47 ?
If we don't have any seeds that's fine, we can avoid having this file at all. People can sync just with peers.
|
||
## Network Participants | ||
|
||
All four types of participants are hosted by Babylon Labs in devenet environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All four types of participants are hosted by Babylon Labs in devenet environment. | |
All four types of participants are hosted by Babylon Labs in devnet environment. |
|
||
Note: There are no external Covenent Committe member in devnet. | ||
|
||
## Network Participants |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure whether we need this section. This is mostly to link to guides for network participants.
Added network parameters for phase 3 devnet. The information here is important for developers working on BSN integrations.
Artifacts folder with genesis.json and snapshot will be produced and uploaded in the next update. For now, developers are instructed to sync from scratch.