Releases: radixdlt/babylon-nodecli
Releases · radixdlt/babylon-nodecli
2.0.0
The first release of the babylonnode cli for the mainnet.
Please refer to these install instructions.
License
The Babylon Node CLI code is released under the Apache 2.0 license.
The Babylon Node CLI application is licensed under the Radix Software EULA.
2.0.rcnet-v3-rc6
fixing the way we call docker compose up (#63)
2.0.rcnet-v3-rc5
update to rcnet-v3.1-r3
2.0.rcnet-v3-rc4
Changes
- Fix/migration mode issues @shambupujar (#59)
- installing dockerd-rootless-setuptool.sh @balda-rdx (#60)
2.0.rcnet-v3-rc3
Changes
- Update release yml to rcnet-v3.1-r1 @shambupujar (#58)
- avoid comparing config files if it's the first time running config @balda-rdx (#57)
- chore: split tests into unit and e2e @balda-rdx (#56)
- chore: fixing the version @balda-rdx (#55)
2.0.rcnet-v3-rc2
What's Changed
Updating the release docker-compose to use rcnet-v3-r4 version for babylon-node
Full Changelog: 2.0.rcnet-v3-rc1...2.0.rcnet-v3-rc2
2.0.rcnet-v3-rc1
Changes
- Update CLI to use rcnet-v3 and changes for end state api changes @shambupujar (#51)
- Install latest docker @balda-rdx (#42)
- Refactor: Monitoring code refactoring @balda-rdx (#48)
- Ci: running the build artifacts step in parallel @balda-rdx (#49)
- Removing the dependency with the core client @balda-rdx (#47)
- Adding the option to use the docker compose plugin @balda-rdx (#46)
- Enabling the option to run core without nginx @balda-rdx (#45)
- Verify ssl certs based on env vars @balda-rdx (#44)
- Add a log formatter @balda-rdx (#41)
- Remove the requirements.txt from the ubuntu jammy docker image @balda-rdx (#40)
2.0.rcnet-v2-rc3
update htpasswd version
RCnet v2 (Phase 2)
Change summary
- Setup node against rcnet-v2-phase2 using the cli.
- New setupmode for configurations (radixnode docker/systemd config -m MIGRATION) allows to add configurations to use olympia end-state ledger as. genesis for the babylon-ledger
- Renamed default config directory and default ledger directory to avoid conflicts when migrating an olympia node to babylon. We highly recommend using a fresh node to setup babylon!
- Reintroducing the Ubuntu 20.04 binary support.
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