Skip to content

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

-8
This file was deleted.

.changeset/hot-needles-chew.md

-5
This file was deleted.

.changeset/old-poems-guess.md

-8
This file was deleted.

.changeset/rotten-carrots-raise.md

-5
This file was deleted.

.changeset/tiny-beds-protect.md

-5
This file was deleted.

.changeset/twenty-jeans-warn.md

-13
This file was deleted.

.changeset/two-badgers-repeat.md

-8
This file was deleted.

packages/btc/CHANGELOG.md

+24
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

+1-1
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

+26
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

packages/ckb/package.json

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

packages/rgbpp/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# rgbpp
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+
- [#283](https://github.com/ckb-cell/rgbpp-sdk/pull/283): Update response of sending RGB++ group txs ([@duanyytop](https://github.com/duanyytop))
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+
- [#275](https://github.com/ckb-cell/rgbpp-sdk/pull/275): Calculate XUDT amount separately in AssetSummarizer ([@ShookLyngs](https://github.com/ShookLyngs))
24+
25+
- Updated dependencies [[`82d37ab`](https://github.com/ckb-cell/rgbpp-sdk/commit/82d37ab56fc2c2c1dd0437f44966380bae6c9b42), [`a2722c5`](https://github.com/ckb-cell/rgbpp-sdk/commit/a2722c535efa04c9a9a8147228c82957fe33143d), [`a9a787d`](https://github.com/ckb-cell/rgbpp-sdk/commit/a9a787d059950b5e8d3641688680e31e3635f35a), [`a31a376`](https://github.com/ckb-cell/rgbpp-sdk/commit/a31a3761056754fb6624ff571736cf18ccbdcd98), [`ec2a38e`](https://github.com/ckb-cell/rgbpp-sdk/commit/ec2a38ec5858380b2ca34de596d1eb98d1db4611)]:
26+
- @rgbpp-sdk/btc@0.6.0
27+
- @rgbpp-sdk/ckb@0.6.0
28+
- @rgbpp-sdk/service@0.6.0
29+
330
## v0.5.0
431

532
### Patch Changes

packages/rgbpp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rgbpp",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"scripts": {
55
"test": "vitest",
66
"build": "tsup",

packages/service/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rgbpp-sdk/service
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+
311
## v0.5.0
412

513
### Minor Changes

packages/service/package.json

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

0 commit comments

Comments
 (0)