Overview
This release brings the Gateway compatible with RCnet v3.1 of the Radix Babylon Network.
- API docs live on Redocly here: https://radix-rcnet-v3-gateway.redoc.ly/ (no changes from v3)
- The RCnet v3 public gateway root is here: https://rcnet-v3.radixdlt.com/
- Swagger is available on the public gateway here: https://rcnet-v3.radixdlt.com/swagger
Images
This release is available as tag rcnet-v3.1
on dockerhub, for the following images:
- radixdlt/babylon-ng-database-migrations
- radixdlt/babylon-ng-data-aggregator
- radixdlt/babylon-ng-gateway-api
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.
Updating your Gateway
If running your own Gateway, as part of updating to this network, your Gateway database will need to be wiped, your Gateway updated, and then set to read from RCnet v3.1 node.
This will be fixed in the next release.
RCNet v3 to RCNet v3.1 Migration Guide
What’s New?
- Add
from_state_version
tovalidator_emission_statistics
. - Returning all possible role assignment keys in
main
module for all entity types (previously only for fungible and non fungible resources). - Fixed broken pagination for NFIDs under
/state/entity/details
and/state/entity/page/non-fungible-vaults
endpoints. - Fixed invalid
index_in_epoch
andindex_in_round
for genesis TX. - Fixed virtual identity and account details.
- Fixed how TX total fee paid is calculated.
Breaking Changes
None
Known Issues
We're aware of a few issues. Expect a new Gateway build early next week.