1.6.3
Overview
This is the v1.6.3
release for the Gateway. API docs are on Redocly here: https://radix-babylon-gateway-api.redoc.ly/
License
The Babylon Gateway code is released under the Radix License. Binaries/Executable components are licensed under the Radix Software EULA.
Notes for Gateway runners
Warning
This release includes a required database migration which may take a minute or so to run, but does NOT require a resync from scratch. See this section of the readme for details on Gateway deployment order and migrations.
Database changes
- Removed the large
non_fungible_id_store_history
aggregate table. Queries for non fungible ids follow a similar strategy as key value stores and utilize_definition
and_history
tables to return data. Total supply and total minted/burned can be queried from theresource_entity_supply_history
table. - Renamed
non_fungible_id_data
table tonon_fungible_id_definition
.
Note to Integrators
Please note that the Babylon Core API on the Node is more powerful than on Olympia.
Integrators looking to prepare for the Radix Babylon launch should start by considering if running their own node and using the Core API would work instead of running a Gateway and using the Gateway API.
Please see the guide for integrators here.
Running just a node is simpler than running a node and Gateway, and the Core API has a "long term support" section of the API, designed for tracking fungible balances and accounts, which is guaranteed to be compatible with mainnet launch - enabling integrators to prepare for mainnet launch immediately.
Docker Images
This release is available as tag v1.6.3
on dockerhub, for the following images: