Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 01:39
· 196 commits to develop since this release
0f2be64

@rgbpp-sdk/btc

Minor Changes

  • #228: Support including multi-origin UTXOs in the same transaction (@ShookLyngs)

    • BREAKING CHANGE: Delete addressType param in the TxBuilder.calculateFee(), TxBuilder.createEstimatedPsbt(), FeeEstimator.constructor() and FeeEstimator.fromRandom() APIs
    • Add pubkeyMap option in the sendUtxos(), sendRgbppUtxos() and sendRbf() API
    • Rename inputsPubkey option to pubkeyMap in the sendRbf() API
    • Delete onlyProvableUtxos option from the sendRgbppUtxos() API
  • #150: Support Full-RBF feature with the sendRbf() and createSendRbfBuilder() API (@ShookLyngs)

    • Add excludeUtxos, skipInputsValidation options in the sendUtxos() API to support the RBF feature
    • Add onlyProvableUtxos option in the sendRgbppUtxos() API for future update supports
    • Add changeIndex in the return type of the BTC Builder APIs

Patch Changes

@rgbpp-sdk/ckb

Minor Changes

Patch Changes

@rgbpp-sdk/service

Minor Changes

  • #222: Add BtcAssetsApi.getRgbppApiBalanceByAddress() API for querying RGBPP XUDT balances by a BTC address (@ShookLyngs)

rgbpp

Minor Changes

Patch Changes