v10.6.1
Release Notes - Counterparty Core v10.6.1 (2024-10-28)
This is a minor release to address a few small bugs in the v2 API, especially for MPMA, and to fill out API support for the management of assets attached to UTXOs.
Upgrading
This upgrade is not a protocol change and no automatic reparse is necessary.
ChangeLog
Protocol Changes
Bugfixes
- Fix heavy
healthzcheck - Raise a
ComposeErrorinmpma.compose()ifmemois not a string or ifmemo_is_hexis not a boolean - Send API v2 log messages to the
config.API_LOGlogfile - Create a dust output when attaching an asset to a UTXO without a destination address
Codebase
API
- Add
memosandmemos_are_hexparameters to the MPMA compose API. When using MPMA sends, one memo must be provided for each destination if these parameters are used. - Add the
/v2/utxos/<utxo>/balancesroute - Exclude UTXOs containing balances by default when composing transactions
- Add
use_utxos_with_balancesandexclude_utxos_with_balancesparameters to the compose API
CLI
Credits
- Ouziel Slama
- Adam Krellenstein