Summary
This is a minor release improving the transaction preview endpoint within Core API. It can now return the transaction receipt in a format better aligned with Radix Engine Toolkit.
Note: the old SBOR receipt encoding is still supported, but becomes deprecated with this release.
Details
- The request to
/transaction/preview
Core API endpoint now honors a newoptions
field. When requested, the response will contain a newradix_engine_toolkit_receipt
field.- The new receipt encoding will primarily be consumed by Radix Engine Toolkit and the wallet; it is not expected to be useful to other clients.
License
The Babylon node code is released under the Radix License. Executable components are licensed under the Radix Node EULA.