-
#291: Support RGB++ compatible xUDT assets(@duanyytop)
- Add
assets/type
API to the service package
- Add
-
#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)
- #305: Upgrade ckb-sdk-js version (@duanyytop)
-
#281: Upgrade ckb-sdk-js to fix esm and commonjs issues (@duanyytop)
-
#246: Export ESM packages (@duanyytop)
- #248: Add
type_script
to the response of/rgbpp/v1/address/{btc_address}/balance
API, and addtypeHash
to the response of rgbpp assets-related APIs (@ShookLyngs)
- #222: Add BtcAssetsApi.getRgbppApiBalanceByAddress() API for querying RGBPP XUDT balances by a BTC address (@ShookLyngs)
-
#208: Adapt btc-assets-api#154, adding new props and return values to the /balance and /unspent APIs (@ShookLyngs)
- Add
available_satoshi
andtotal_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
- Add
- #165: Replace all "void 0" to "undefined" in the btc/service lib (@ShookLyngs)
- Release @rgbpp-sdk/service for communicating with the btc-assets-api, providing APIs to query data from or post transactions to the service. Read the docs for more information: https://github.com/ckb-cell/rgbpp-sdk/tree/develop/packages/service