Overview
This is a small update to the first release candidate of the Radix Babylon mainnet, with some small tweaks to make developing integrations against the node even easier. Nodes running this version are compatible with other nodes on kisharnet
.
Notably:
- Small tweaks to the
LTS
Core API to make it easier to use. - Fixes a couple of LTS endpoints, including the
/core/lts/stream/account-transaction-outcomes
endpoint living at the wrong path not consistent with the Open API schema. - Additional index for account-transactions, which will be indexed when the node is switched on.
- Release of a docker image for local development.
- A new Typescript Core API client: @radixdlt/babylon-core-api-sdk which will work well with the Typescript Engine Toolkit: @radixdlt/radix-engine-toolkit
Updating
Note that, upon start-up, this node will attempt to create a new index - so it may take about 10 minutes to come up the first time the node is loaded.
Images are available on docker hub here: rcnet-v1.1-682b897
Running a node
Please see the release notes under the RCnet-V1 release