This version was released on January 8, 2025.
New Features
- Added Travel Rule operations:
- Added support for Sky Farm staking protocol.
- Added the List all callback messages and Retry callback message operations for efficient management on callback messages.
Improvements
- Added new webhook event types
wallets.addresses.created
,wallets.created
, andmpc_vaults.created
and new event data typesAddresses
,WalletInfo
, andMPCVault
to optimize the processing of webhook events. - Made several improvements to staking operations:
- Added the
BabylonStakingActivityDetailExtra
,EthStakingActivityDetailExtra
, andCoreStakingActivityDetailExtra
schemas to represent the extra details for each staking protocol. - Added the
request_id
query parameter for the List staking activities operation to filter activities based on a specific request ID. - Made the
extra
property optional in theCreateStakeActivity
schema.
- Added the
- Added the
root_pubkey
property to theAddressInfo
schema to indicate the root extended public key of the address. - Added the
TransactionSelectedUtxo
schema to represent the selected UTXO information in a transaction.
Full Changelog: v1.7.0...v1.8.0