Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@rvelaz rvelaz released this 13 Jan 10:58
· 6 commits to release/1.1.0 since this release
a464be9

This release introduces the Radix Core API 1.0.0. This change is needed to support the Gateway Service, which is designed to be the Radix-run publicly exposed gateway into the Olympia Radix network and replaces the archive module which previously ran on-node. This change will impact eventually all applications that are using the current archive nodes API, like wallets and dashboards.

The Radix Core API documentation can be found here.

As part of the upgrade you'll need to upgrade your Java version to 17.

This is a recommended but not mandatory release for node runners. However if you choose to update, the Core API and System APIs replace the previously available API in the node.

Note:

  • If you have enabled or ever wish to enable the transaction stream (a part of the Core API), you will need to clear your node's ledger and re-sync from scratch at the point you enable the transaction stream.