Skip to content

Releases: radixdlt/babylon-nodecli

2.0.0

18 Sep 13:45
913fed9
Compare
Choose a tag to compare

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

11 Sep 23:28
ec3fd0d
Compare
Choose a tag to compare
fixing the way we call docker compose up (#63)

2.0.rcnet-v3-rc5

07 Sep 15:53
c62707a
Compare
Choose a tag to compare
2.0.rcnet-v3-rc5 Pre-release
Pre-release
update to rcnet-v3.1-r3

2.0.rcnet-v3-rc4

06 Sep 12:10
49bac3b
Compare
Choose a tag to compare

Changes

2.0.rcnet-v3-rc3

05 Sep 21:01
79abee6
Compare
Choose a tag to compare

Changes

2.0.rcnet-v3-rc2

01 Sep 09:35
Compare
Choose a tag to compare

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

01 Sep 08:55
3011c62
Compare
Choose a tag to compare

Changes

2.0.rcnet-v2-rc3

09 Aug 17:11
Compare
Choose a tag to compare
update htpasswd version

RCnet v2 (Phase 2)

28 Jul 10:26
Compare
Choose a tag to compare

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

10 Jul 10:37
834ed60
Compare
Choose a tag to compare

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