Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 3 KB

CHANGELOG.md

File metadata and controls

65 lines (35 loc) · 3 KB

@rgbpp-sdk/service

0.7.0

Minor Changes

  • #291: Support RGB++ compatible xUDT assets(@duanyytop)

    • Add assets/type API to the service package
  • #293: Add offline btc data source & ckb collector (@fghdotio)

  • #294: Add UTXOAirdropBadge Testnet deployment information (@duanyytop)

  • #298: Implement getRgbppSpvProof for OfflineBtcAssetsDataSource (@fghdotio)

  • #303: Add offline mode support for compatible xUDT type scripts (@fghdotio)

Patch Changes

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