Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@ShanshanLi-cobo ShanshanLi-cobo released this 08 Jan 09:56
972c71f

This version was released on January 8, 2025.

New Features

Improvements

  • Added new webhook event types wallets.addresses.created, wallets.created, and mpc_vaults.created and new event data types Addresses, WalletInfo, and MPCVault to optimize the processing of webhook events.
  • Made several improvements to staking operations:
    • Added the BabylonStakingActivityDetailExtra, EthStakingActivityDetailExtra, and CoreStakingActivityDetailExtra 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 the CreateStakeActivity schema.
  • Added the root_pubkey property to the AddressInfo 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