Releases: radixdlt/babylon-nodecli
Releases · radixdlt/babylon-nodecli
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
2.0.rcnet-rc.4
Changes
- fix / docker install -u changes docker image tag to False @kofrdx (#25)
- [DO-1362] update workflow @duje-begonja-rdx (#24)
2.0.rcnet-rc.3
2.0.rcnet-rc.2 (deprecated)
Known bug:
- genesis for rcnet/kisharnet is wrong this will lead to following message in your logs and cause an error/restart.
INFO: An exception was caught and reported. Message: com.radixdlt.crypto.exception.PublicKeyException: Public key has invalid format
2.0.rcnet-rc.1
Changes
- add kisharnet/rcnet
- add option to configure and run babylon-node as a systemd service
- improve testing visualization
- update python version to 3.10.6 to be able to run on ubuntu 22.04
2.0.beta-rc.4
Changes
- fix: default to postgres_local false @kofrdx (#17)
2.0.beta-rc.3
Changes
- fix
radixnode optimise-node
bug: ansible package community.postgresql missing @kofrdx - fix
radixnode optimise-node
bug: ansible module postgresql was mandatory @kofrdx
2.0.beta-rc.2
Changes
- tech-debt/Unit Tests in CI @kofrdx (#14)
- Network id prompt change and docker compose template improvements @shambupujar (#15)
- DO-1227/fix-monitoring-template-reference @kofrdx (#13)
2.0.beta-rc.1
Changes
- DO-1216-Add-option to prompt validator address @shambupujar (#12)
- DO-1198/validator workflow @kofrdx (#11)
- Feature/DO-1129 Babylon Docker-compose @kofrdx (#8)
- Do 1178 cli system api commands for babylon @shambupujar (#10)
- DO-1134 babylon metrics @kofrdx (#9)