2.0.rcnet-v2-rc1
Change summary
- Setup node against rcnet-v2-phase1 using the cli . Both the docker and systemd mode support. However if one is setting up a babylon node for stokenet migration. they would need to modify the config as suggested in this document . Cli does not support setup of migration node.
- Support for genesis.json file is been removed . If one needs to run node against rcnet-v1 , download the older cli version 2.0.rcnet-rc.4
- New cli sub command
radixnode ledger sync
to download a ledger from a S3 bucket that you maintain on your own.
Code changes
- feature: Add ledger sync functionality [DO-1493] by @alpeto9 in #27
- Do 1599 node cli update the cli to use new genesis file by @shambupujar in #30
New Contributors
Full Changelog: 2.0.rcnet-rc.4...2.0.rcnet-v2-rc1