Skip to content

Commit a2a311f

Browse files
committedFeb 19, 2025·
chore: Update changelog
1 parent b742c86 commit a2a311f

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed
 

‎packages/ckb/CHANGELOG.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,38 @@
55
### Minor Changes
66

77
- [#291](https://github.com/utxostack/rgbpp-sdk/pull/291): Support RGB++ compatible xUDT assets([@duanyytop](https://github.com/duanyytop))
8-
9-
- [#293](https://github.com/utxostack/rgbpp-sdk/pull/293): Add offline btc data source & ckb collector ([@fghdotio](https://github.com/fghdotio))
10-
11-
- [#294](https://github.com/utxostack/rgbpp-sdk/pull/294): Add UTXOAirdropBadge Testnet deployment information ([@duanyytop](https://github.com/duanyytop))
12-
13-
- [#297](https://github.com/utxostack/rgbpp-sdk/pull/297): Add USDI to compatible xUDT list ([@duanyytop](https://github.com/duanyytop))
14-
15-
- [#302](https://github.com/utxostack/rgbpp-sdk/pull/302): Encapsulate transaction fee supplementation methods ([@fghdotio](https://github.com/fghdotio))
16-
17-
- [#303](https://github.com/utxostack/rgbpp-sdk/pull/303): Add offline mode support for compatible xUDT type scripts ([@fghdotio](https://github.com/fghdotio))
18-
19-
- [#304](https://github.com/utxostack/rgbpp-sdk/pull/304): Remove duplicate cell deps ([@duanyytop](https://github.com/duanyytop))
20-
218
- Fetch compatible xUDT `cellDeps` to build CKB transactions from the `typeid-contract-cell-deps` GitHub repository
229
- Update the `ckb` package to support RGB++ compatible xUDT assets leaping and transferring
2310
- Add optional parameter `compatibleXudtTypeScript` to the functions of the `rgbpp` package to transfer RGB++ compatible xUDT assets
2411
- Add RGB++ compatible xUDT assets leaping and transferring examples
2512
- Add RGB++ compatible xUDT assets integration tests
13+
14+
- [#293](https://github.com/utxostack/rgbpp-sdk/pull/293): Add offline btc data source & ckb collector ([@fghdotio](https://github.com/fghdotio))
15+
16+
- [#294](https://github.com/utxostack/rgbpp-sdk/pull/294): Add UTXOAirdropBadge Testnet deployment information ([@duanyytop](https://github.com/duanyytop))
2617
- Add UTXOAirdropBadge and metadata Testnet deployment information
2718
- Fetch UTXOAirdropBadge and metadata Testnet deployment information from GitHub and Vercel server
2819
- Add `isUtxoAirdropBadgeType` and `isTokenMetadataType` for `btc-assets-api` to encode the token information and metadata of the UTXOAirdropBadge
20+
21+
- [#297](https://github.com/utxostack/rgbpp-sdk/pull/297): Add USDI to compatible xUDT list ([@duanyytop](https://github.com/duanyytop))
2922
- Fetch and cache compatible xUDT list from Vercel or GitHub server
3023
- Use local static compatible xUDT list when the cache is empty
3124
- Remove jsdelivr CDN because CDN cache time is too long, causing UTXO Airdrop cellDeps to become outdated
25+
26+
- [#302](https://github.com/utxostack/rgbpp-sdk/pull/302): Encapsulate transaction fee supplementation methods ([@fghdotio](https://github.com/fghdotio))
3227
- `appendIssuerCellToBtcBatchTransferToSign` for supplementing fees in RGB++ xUDT transactions
3328
- `prepareBtcTimeCellSpentUnsignedTx` for BTC timelock unlock transaction building and fee supplementation
3429
- `appendIssuerCellToSporesCreateUnsignedTx` for supplementing fees in Spores creation transactions
30+
31+
- [#303](https://github.com/utxostack/rgbpp-sdk/pull/303): Add offline mode support for compatible xUDT type scripts ([@fghdotio](https://github.com/fghdotio))
3532
- Introduce an optional `offline` boolean parameter to the following methods:
3633
- `isUDTTypeSupported`
3734
- `isCompatibleUDTTypesSupported`
3835
- `CompatibleXUDTRegistry.getCompatibleTokens`
3936
- Add examples demonstrating compatible xUDT asset management in offline mode
4037

38+
- [#304](https://github.com/utxostack/rgbpp-sdk/pull/304): Remove duplicate cell deps ([@duanyytop](https://github.com/duanyytop))
39+
4140
### Patch Changes
4241

4342
- [#305](https://github.com/ckb-cell/rgbpp-sdk/pull/305): Upgrade ckb-sdk-js version ([@duanyytop](https://github.com/duanyytop))

‎packages/service/CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Minor Changes
66

77
- [#291](https://github.com/utxostack/rgbpp-sdk/pull/291): Support RGB++ compatible xUDT assets([@duanyytop](https://github.com/duanyytop))
8+
- Add `assets/type` API to the service package
89

910
- [#293](https://github.com/utxostack/rgbpp-sdk/pull/293): Add offline btc data source & ckb collector ([@fghdotio](https://github.com/fghdotio))
1011

@@ -14,8 +15,6 @@
1415

1516
- [#303](https://github.com/utxostack/rgbpp-sdk/pull/303): Add offline mode support for compatible xUDT type scripts ([@fghdotio](https://github.com/fghdotio))
1617

17-
- Add `assets/type` API to the service package
18-
1918
### Patch Changes
2019

2120
- [#305](https://github.com/ckb-cell/rgbpp-sdk/pull/305): Upgrade ckb-sdk-js version ([@duanyytop](https://github.com/duanyytop))

0 commit comments

Comments
 (0)
Please sign in to comment.