github radixdlt/babylon-gateway v1.2.0
1.2.0

latest releases: v1.7.3, v1.7.3.rc1, v1.7.2...
11 months ago

Overview

This is the v1.2.0 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.

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.2.0 on dockerhub, for the following images:

v1.0.0 to v1.2.0 Migration Guide

What’s new?

  • Fixed invalid HTTP status code on input validation failure.
  • Fixed epoch [+ round] based ledger state lookups.
  • Fixed non-persisted identity/account lookups.
  • Fixed vault collection ordering for newly ingested data. A database wipe might be required, see information below.
  • Added more strongly-typed OAS definitions for programmatic_json and types derived from the Core API.
  • Added resource_address to fungible and non-fungible vault entity details in the /state/entity/details endpoint.
  • Added new opt-in balance_changes to /transaction/committed-details returning resource balance changes for a given transaction.
  • Added new opt-in receipt_output to /stream/transactions, and /transaction/committed-details endpoints. Temporarily set by default to true, to allow client's migration.
  • Added vault-related details to lookups in /state/entity/details endpoint.
  • Changed default configuration value of MaxPageSize for endpoints to 100. Validate if max page size is higher than DefaultPageSize.
  • Optimized TransactionQuerier.GetTransactions not to fetch unnecessary data from underlying database.
  • Tuned documentation and constraints of various OAS type definitions.

Don't miss a new babylon-gateway release

NewReleases is sending notifications on new releases.