Skip to content

Releases: radixdlt/babylon-nodecli

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

2.0.rcnet-rc.4

26 Apr 03:27
8a67c4b
Compare
Choose a tag to compare

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

03 Apr 03:05
Compare
Choose a tag to compare

Changes

Note:
When upgrading from a previous version of 2.0.rcnet please make sure to delete the file node-config/kisharnet-genesis.json from your node in order to update the kisharnet genesis. The error will otherwise persist.

2.0.rcnet-rc.2 (deprecated)

31 Mar 19:29
Compare
Choose a tag to compare

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

31 Mar 17:00
Compare
Choose a tag to compare

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

07 Mar 01:22
1bf3664
Compare
Choose a tag to compare

Changes

  • fix: default to postgres_local false @kofrdx (#17)

2.0.beta-rc.3

01 Mar 11:57
Compare
Choose a tag to compare

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

21 Feb 15:33
515320f
Compare
Choose a tag to compare

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

17 Feb 13:23
2dbaf90
Compare
Choose a tag to compare

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)