Releases: radixdlt/babylon-node
Cuttlefish v1.3.0-rc1
This is a test release, and not intended for running in production.
Bottlenose v1.2.4
Summary
This is a minor release that fixes an issue with the new transaction preview receipt, introduced by v1.2.3
.
Details
- Fixed
metadata_updates
in the new toolkit receipt (#1935)
License
The Babylon node code is released under the Radix License. Executable components are licensed under the Radix Node EULA.
Bottlenose v.1.2.4 - Release Candidate 1 (v1.2.4-rc1)
This is a test release, and not intended for running in production. We hope to have a proper release of v1.2.4 soon.
Bottlenose v1.2.3
Summary
This is a minor release improving the transaction preview endpoint within Core API. It can now return the transaction receipt in a format better aligned with Radix Engine Toolkit.
Note: the old SBOR receipt encoding is still supported, but becomes deprecated with this release.
Details
- The request to
/transaction/preview
Core API endpoint now honors a newoptions
field. When requested, the response will contain a newradix_engine_toolkit_receipt
field.- The new receipt encoding will primarily be consumed by Radix Engine Toolkit and the wallet; it is not expected to be useful to other clients.
License
The Babylon node code is released under the Radix License. Executable components are licensed under the Radix Node EULA.
Bottlenose v.1.2.3 - Release Candidate 1 (v1.2.3-rc1)
This is a test release, and not intended for running in production. We hope to have a proper release of v1.2.3 soon.
Bottlenose (v1.2.2)
This is an optional hotfix that resolves an issue experienced by nodes with an old CPU.
If your node has been crashing with SIGILL
errors, please upgrade to this version.
License
The Babylon node code is released under the Radix License. Executable components are licensed under the Radix Node EULA.
[DRAFT] Bottlenose (v1.2.2-rc1)
Bump engine version to enable BLST portable
[DRAFT] Bottlenose (v1.2.1.2)
Not ready - description coming soon
Bottlenose (v1.2.1)
Caution
If you upgrade a node from v1.2.0 to v1.2.1 after the bottlenose enactment, you will need to do a full re-sync.
This is a mandatory hotfix to the v1.2.0
release, which resolves a compatibility issue between Core API and ledger database from previous Node versions.
If you've already signalled readiness for the bottlenose
protocol update, you don't need to do so again.
For Gateway runners, please make sure you update your Gateway to v1.6.1
, https://github.com/radixdlt/babylon-gateway/releases/tag/v1.6.1.
Change log can be found at https://github.com/radixdlt/babylon-node/releases/tag/v1.2.0.3.
Bottlenose (v1.2.0.3)
Caution
This build is now deprecated. Please use v1.2.1
instead!
Summary
This is the Node v1.2.0
release, containing the bottlenose
protocol update candidate.
If Bottlenose is enacted by the validator set, this will be a mandatory update for all node runners. All mainnet nodes should be updated to this version by 18:00 UTC on Monday 3rd June, which is the approximate targeted time for enactment.
Details for node set-up are on the docs site here. There should be no need for configuration changes as part of updating to this release. For those running natively, you should update both jar and native library from the attached assets. For those running in Docker, the new image is available on dockerhub.
Please note also:
- If you run a validator, after updating, you MUST signal readiness for
bottlenose
according to theReadiness Signal Process
section of this guide. - If you run a Gateway, be aware that you need to update to Gateway
v1.5.2
orv1.6.0
before updating to Nodev1.2.0
.
Details
- New
AccountLocker
native blueprint, as described at https://docs.radixdlt.com/docs/locker - New API for reading component owner role from Scrypto
- New substates that expose the current protocol-related parameters
- Add recovery fee vault to
AccessController
, removing the need for third-party fee locking during the recovery process - Various improvements to
Account
andTransactionProcessor
native blueprints - Various improvements to Radix Engine implementation
License
The Babylon node code is released under the Radix License. Executable components are licensed under the Radix Node EULA.