Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit db31727

Browse files
authored
Merge pull request #284 from ckb-cell/bump/0.6.0
Bump RGB++ SDK to v0.6.0
2 parents f3ffaf4 + 28b1554 commit db31727

15 files changed

+89
-56
lines changed

.changeset/brown-pugs-cheat.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/hot-needles-chew.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-poems-guess.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/rotten-carrots-raise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tiny-beds-protect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-jeans-warn.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/two-badgers-repeat.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/btc/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @rgbpp-sdk/btc
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#281](https://github.com/ckb-cell/rgbpp-sdk/pull/281): Upgrade ckb-sdk-js to fix esm and commonjs issues ([@duanyytop](https://github.com/duanyytop))
8+
9+
- [#246](https://github.com/ckb-cell/rgbpp-sdk/pull/246): Export ESM packages ([@duanyytop](https://github.com/duanyytop))
10+
11+
- [#272](https://github.com/ckb-cell/rgbpp-sdk/pull/272): Report TxBuilder as extra context in the TxBuildError when the BTC Builder APIs fail ([@ShookLyngs](https://github.com/ShookLyngs))
12+
13+
- [#270](https://github.com/ckb-cell/rgbpp-sdk/pull/270): Support for batch transferring of RGBPP XUDT assets ([@ShookLyngs](https://github.com/ShookLyngs))
14+
15+
- Add `buildRgbppTransferAllTxs()` API in the rgbpp lib for generating one or more BTC/CKB transaction groups for transferring the entire amount of a specific type of RGBPP XUDT asset from one or more BTC addresses to a recipient
16+
- Add `sendRgbppTxGroups()` API in the rgbpp lib for sending BTC/CKB transaction groups to the `BtcAssetsApi`
17+
- Add `unpackRgbppLockArgs()` API in the ckb lib for unpacking the lock script args of an RGBPP Cell
18+
- Add `encodeCellId()` and `decodeCellId()` APIs in the ckb lib for handling the ID of a CKB Cell
19+
- Add `encodeUtxoId()` and `decodeUtxoId()` APIs in the btc lib for handling the ID of a BTC UTXO
20+
21+
### Patch Changes
22+
23+
- Updated dependencies [[`82d37ab`](https://github.com/ckb-cell/rgbpp-sdk/commit/82d37ab56fc2c2c1dd0437f44966380bae6c9b42), [`a2722c5`](https://github.com/ckb-cell/rgbpp-sdk/commit/a2722c535efa04c9a9a8147228c82957fe33143d), [`a31a376`](https://github.com/ckb-cell/rgbpp-sdk/commit/a31a3761056754fb6624ff571736cf18ccbdcd98), [`ec2a38e`](https://github.com/ckb-cell/rgbpp-sdk/commit/ec2a38ec5858380b2ca34de596d1eb98d1db4611)]:
24+
- @rgbpp-sdk/ckb@0.6.0
25+
- @rgbpp-sdk/service@0.6.0
26+
327
## v0.5.0
428

529
### Minor Changes

packages/btc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rgbpp-sdk/btc",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"scripts": {
55
"test": "vitest",
66
"build": "tsup",

packages/ckb/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @rgbpp-sdk/ckb
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#281](https://github.com/ckb-cell/rgbpp-sdk/pull/281): Upgrade ckb-sdk-js to fix esm and commonjs issues ([@duanyytop](https://github.com/duanyytop))
8+
9+
- [#246](https://github.com/ckb-cell/rgbpp-sdk/pull/246): Export ESM packages ([@duanyytop](https://github.com/duanyytop))
10+
11+
- [#270](https://github.com/ckb-cell/rgbpp-sdk/pull/270): Support for batch transferring of RGBPP XUDT assets ([@ShookLyngs](https://github.com/ShookLyngs))
12+
13+
- Add `buildRgbppTransferAllTxs()` API in the rgbpp lib for generating one or more BTC/CKB transaction groups for transferring the entire amount of a specific type of RGBPP XUDT asset from one or more BTC addresses to a recipient
14+
- Add `sendRgbppTxGroups()` API in the rgbpp lib for sending BTC/CKB transaction groups to the `BtcAssetsApi`
15+
- Add `unpackRgbppLockArgs()` API in the ckb lib for unpacking the lock script args of an RGBPP Cell
16+
- Add `encodeCellId()` and `decodeCellId()` APIs in the ckb lib for handling the ID of a CKB Cell
17+
- Add `encodeUtxoId()` and `decodeUtxoId()` APIs in the btc lib for handling the ID of a BTC UTXO
18+
19+
### Patch Changes
20+
21+
- [#279](https://github.com/ckb-cell/rgbpp-sdk/pull/279): fix: Update molecule codegen, packing and unpacking ([@duanyytop](https://github.com/duanyytop))
22+
23+
- Generate molecule code with latest lumos/molecule
24+
- Update RGB++ witness and BTC time lock args packing and unpacking
25+
26+
- Updated dependencies [[`82d37ab`](https://github.com/ckb-cell/rgbpp-sdk/commit/82d37ab56fc2c2c1dd0437f44966380bae6c9b42), [`a2722c5`](https://github.com/ckb-cell/rgbpp-sdk/commit/a2722c535efa04c9a9a8147228c82957fe33143d)]:
27+
- @rgbpp-sdk/service@0.6.0
28+
329
## v0.5.0
430

531
### Minor Changes

0 commit comments

Comments
 (0)