[0.1.1] - 02-Oct-2020
Milestone: Hippopotamus(0.10.0.3)
Package | Version | Link |
---|---|---|
Symbol Bootstrap | v0.1.1 | symbol-bootstrap |
- New Command:
symbol-bootstrap link
links the nodes' VRF and Voting keys to an existing network. This simplifies the node registration process to running networks liketestnet
. - New Command:
symbol-bootstrap report
generates rst and csv files from the configured server properties for documentation. Added--report
flag toconfig
andstart
commands. - Fixed default host names in
api
andpeer
intestnet
preset. - The
voting:
,harvesting:
andapi:
node preset flags define the node'sroles:
setting. There is no need to provideroles:
attribute anymore. - Voting, signing and VRF keys, transactions and tree file are generated and announced when required depending on the node role flags.
- Added
votingKeyDilution
,votingKeyStartEpoch
votingKeyEndEpoch
preset params define to voting key link transaction and tree file. - The field
enableDispatcherInputAuditing
is disabled by default saving disk space. - Added custom host configuration in docker-compose.
- Readme and custom preset examples have been improved.
- Allowing API custom preset object in addition to the file custom yml file.