|
1 | 1 | # @rgbpp-sdk/ckb
|
2 | 2 |
|
| 3 | +## 0.7.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [`e243be6`](https://github.com/utxostack/rgbpp-sdk/commit/e243be6bbfc5883b0bc4fab4758e151a5d501d29): fix: paginate get_cells to handle RPC limit ([@fghdotio](https://github.com/fghdotio)) |
| 8 | + |
| 9 | +Implement pagination for `get_cells` to handle the RPC response limit. This ensures all cells can be collected regardless of the total number available. |
| 10 | + |
| 11 | +- [`44caf9b`](https://github.com/utxostack/rgbpp-sdk/commit/44caf9b09e2f93229cddf860b8755d9f7d8d8c16): refactor: add fallback implementation for `getLiveCells` when batch RPC is unavailable ([@fghdotio](https://github.com/fghdotio)) |
| 12 | + |
| 13 | +- Updated dependencies []: |
| 14 | + - @rgbpp-sdk/service@0.7.1 |
| 15 | + |
3 | 16 | ## 0.7.0
|
4 | 17 |
|
5 | 18 | ### Minor Changes
|
6 | 19 |
|
7 | 20 | - [#291](https://github.com/utxostack/rgbpp-sdk/pull/291): Support RGB++ compatible xUDT assets([@duanyytop](https://github.com/duanyytop))
|
| 21 | + |
8 | 22 | - Fetch compatible xUDT `cellDeps` to build CKB transactions from the `typeid-contract-cell-deps` GitHub repository
|
9 | 23 | - Update the `ckb` package to support RGB++ compatible xUDT assets leaping and transferring
|
10 | 24 | - Add optional parameter `compatibleXudtTypeScript` to the functions of the `rgbpp` package to transfer RGB++ compatible xUDT assets
|
|
14 | 28 | - [#293](https://github.com/utxostack/rgbpp-sdk/pull/293): Add offline btc data source & ckb collector ([@fghdotio](https://github.com/fghdotio))
|
15 | 29 |
|
16 | 30 | - [#294](https://github.com/utxostack/rgbpp-sdk/pull/294): Add UTXOAirdropBadge Testnet deployment information ([@duanyytop](https://github.com/duanyytop))
|
| 31 | + |
17 | 32 | - Add UTXOAirdropBadge and metadata Testnet deployment information
|
18 | 33 | - Fetch UTXOAirdropBadge and metadata Testnet deployment information from GitHub and Vercel server
|
19 | 34 | - Add `isUtxoAirdropBadgeType` and `isTokenMetadataType` for `btc-assets-api` to encode the token information and metadata of the UTXOAirdropBadge
|
20 | 35 |
|
21 | 36 | - [#297](https://github.com/utxostack/rgbpp-sdk/pull/297): Add USDI to compatible xUDT list ([@duanyytop](https://github.com/duanyytop))
|
| 37 | + |
22 | 38 | - Fetch and cache compatible xUDT list from Vercel or GitHub server
|
23 | 39 | - Use local static compatible xUDT list when the cache is empty
|
24 | 40 | - Remove jsdelivr CDN because CDN cache time is too long, causing UTXO Airdrop cellDeps to become outdated
|
25 | 41 |
|
26 | 42 | - [#302](https://github.com/utxostack/rgbpp-sdk/pull/302): Encapsulate transaction fee supplementation methods ([@fghdotio](https://github.com/fghdotio))
|
| 43 | + |
27 | 44 | - `appendIssuerCellToBtcBatchTransferToSign` for supplementing fees in RGB++ xUDT transactions
|
28 | 45 | - `prepareBtcTimeCellSpentUnsignedTx` for BTC timelock unlock transaction building and fee supplementation
|
29 | 46 | - `appendIssuerCellToSporesCreateUnsignedTx` for supplementing fees in Spores creation transactions
|
30 | 47 |
|
31 | 48 | - [#303](https://github.com/utxostack/rgbpp-sdk/pull/303): Add offline mode support for compatible xUDT type scripts ([@fghdotio](https://github.com/fghdotio))
|
| 49 | + |
32 | 50 | - Introduce an optional `offline` boolean parameter to the following methods:
|
33 | 51 | - `isUDTTypeSupported`
|
34 | 52 | - `isCompatibleUDTTypesSupported`
|
|
0 commit comments