-
Notifications
You must be signed in to change notification settings - Fork 75
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
[CHORE] Testnet config #663
Conversation
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.
I cherry-picked the commit on top of chore/update-sbt-add-nix
and it seems to make my problems go away so plz
} | ||
|
||
blockchains { | ||
network = "private" | ||
} | ||
|
||
consensus { | ||
coinbase = "0011223344556677889900112233445566778899" # has to be changed for each node |
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.
why this is part of the default?
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.
I wanted to have anything here(it is the default from application.conf). For each node, we have to obtain a different account
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.
Small comment to double check, also you need to sign your commit :)
dao = null | ||
bootstrap-nodes = [] | ||
include "base.conf" | ||
frontier-block-number = "0" |
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.
I would double check if we do not have some boolean conflicts when are block numbers are equal to 0 (like in ets test sometimes we have fork block equal to -1
to keep the ordering between forks)
4c0cc3d
to
22c5051
Compare
Description
Initial config for the private testnet: