Skip to content

v0.3.0

Compare
Choose a tag to compare
@Flouse Flouse released this 04 Jun 07:49
· 216 commits to main since this release
88050df

@rgbpp-sdk/btc

Minor Changes

  • #200: Add p-limit and batch queries in the sendRgbppUtxos() and TxBuilder.validateInputs() to improve construction time (@ShookLyngs)

  • #199: Add "needPaymaster" option to the sendRgbppUtxos() API to allow manually specifying whether a paymaster output is required (@ShookLyngs)

Patch Changes

@rgbpp-sdk/ckb

Minor Changes

Patch Changes

@rgbpp-sdk/service

Minor Changes

  • #208: Adapt btc-assets-api#154, adding new props and return values to the /balance and /unspent APIs (@ShookLyngs)

    • Add available_satoshi and total_satoshi to the BtcAssetsApi.getBtcBalance() API
    • Add only_non_rgbpp_utxos to the props of the BtcAssetsApi.getBtcUtxos() API
    • Remove service.getRgbppAssetsByBtcUtxo() lines from the DataCollector.collectSatoshi()
    • Remove hasRgbppAssets related variables/function from the DataCache

rgbpp

Patch Changes