Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@duanyytop duanyytop released this 20 Feb 02:14
2b075dc

@rgbpp-sdk/btc

Minor Changes

Patch Changes

@rgbpp-sdk/ckb

Minor Changes

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

    • Fetch compatible xUDT cellDeps to build CKB transactions from the typeid-contract-cell-deps GitHub repository
    • Update the ckb package to support RGB++ compatible xUDT assets leaping and transferring
    • Add optional parameter compatibleXudtTypeScript to the functions of the rgbpp package to transfer RGB++ compatible xUDT assets
    • Add RGB++ compatible xUDT assets leaping and transferring examples
    • Add RGB++ compatible xUDT assets integration tests
  • #293: Add offline btc data source & ckb collector (@fghdotio)

  • #297: Add USDI to compatible xUDT list (@duanyytop)

    • Fetch and cache compatible xUDT list from Vercel or GitHub server
    • Use local static compatible xUDT list when the cache is empty
  • #302: Encapsulate transaction fee supplementation methods (@fghdotio)

    • appendIssuerCellToBtcBatchTransferToSign for supplementing fees in RGB++ xUDT transactions
    • prepareBtcTimeCellSpentUnsignedTx for BTC timelock unlock transaction building and fee supplementation
    • appendIssuerCellToSporesCreateUnsignedTx for supplementing fees in Spores creation transactions
  • #303: Add offline mode support for compatible xUDT type scripts (@fghdotio)

    • Introduce an optional offline boolean parameter to the following methods:
      • isUDTTypeSupported
      • isCompatibleUDTTypesSupported
      • CompatibleXUDTRegistry.getCompatibleTokens
    • Add examples demonstrating compatible xUDT asset management in offline mode
  • #304: Remove duplicate cell deps (@duanyytop)

Patch Changes

@rgbpp-sdk/service

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)

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

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

Patch Changes

rgbpp

Minor Changes

Patch Changes