Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 2.03 KB

@rgbpp-sdk/service

0.6.0

Minor Changes

v0.5.0

Minor Changes

  • #248: Add type_script to the response of /rgbpp/v1/address/{btc_address}/balance API, and add typeHash to the response of rgbpp assets-related APIs (@ShookLyngs)

v0.4.0

Minor Changes

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

v0.3.0

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

v0.2.0

Minor Changes

  • #165: Replace all "void 0" to "undefined" in the btc/service lib (@ShookLyngs)

Patch Changes

  • #181: add no_cache params to btc/rgbpp service api (@ahonn)

v0.1.0