From 28b1554e7ce37aa87e22520552da756f2427a82b Mon Sep 17 00:00:00 2001 From: Shook Date: Mon, 19 Aug 2024 13:47:15 +0800 Subject: [PATCH] bump: 0.6.0 --- .changeset/brown-pugs-cheat.md | 8 -------- .changeset/hot-needles-chew.md | 5 ----- .changeset/old-poems-guess.md | 8 -------- .changeset/rotten-carrots-raise.md | 5 ----- .changeset/tiny-beds-protect.md | 5 ----- .changeset/twenty-jeans-warn.md | 13 ------------- .changeset/two-badgers-repeat.md | 8 -------- packages/btc/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/btc/package.json | 2 +- packages/ckb/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/ckb/package.json | 2 +- packages/rgbpp/CHANGELOG.md | 27 +++++++++++++++++++++++++++ packages/rgbpp/package.json | 2 +- packages/service/CHANGELOG.md | 8 ++++++++ packages/service/package.json | 2 +- 15 files changed, 89 insertions(+), 56 deletions(-) delete mode 100644 .changeset/brown-pugs-cheat.md delete mode 100644 .changeset/hot-needles-chew.md delete mode 100644 .changeset/old-poems-guess.md delete mode 100644 .changeset/rotten-carrots-raise.md delete mode 100644 .changeset/tiny-beds-protect.md delete mode 100644 .changeset/twenty-jeans-warn.md delete mode 100644 .changeset/two-badgers-repeat.md diff --git a/.changeset/brown-pugs-cheat.md b/.changeset/brown-pugs-cheat.md deleted file mode 100644 index d8d744be..00000000 --- a/.changeset/brown-pugs-cheat.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'rgbpp': minor -'@rgbpp-sdk/btc': minor -'@rgbpp-sdk/ckb': minor -'@rgbpp-sdk/service': minor ---- - -refactor: Upgrade ckb-sdk-js to fix esm and commonjs issues diff --git a/.changeset/hot-needles-chew.md b/.changeset/hot-needles-chew.md deleted file mode 100644 index 41078800..00000000 --- a/.changeset/hot-needles-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'rgbpp': patch ---- - -Calculate XUDT amount separately in AssetSummarizer diff --git a/.changeset/old-poems-guess.md b/.changeset/old-poems-guess.md deleted file mode 100644 index 00f3479d..00000000 --- a/.changeset/old-poems-guess.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@rgbpp-sdk/service": minor -"rgbpp": minor -"@rgbpp-sdk/btc": minor -"@rgbpp-sdk/ckb": minor ---- - -feat: Export ESM packages diff --git a/.changeset/rotten-carrots-raise.md b/.changeset/rotten-carrots-raise.md deleted file mode 100644 index f4a85fff..00000000 --- a/.changeset/rotten-carrots-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'rgbpp': minor ---- - -refactor: update response of sending RGB++ group txs diff --git a/.changeset/tiny-beds-protect.md b/.changeset/tiny-beds-protect.md deleted file mode 100644 index 928d10b7..00000000 --- a/.changeset/tiny-beds-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rgbpp-sdk/btc': minor ---- - -Report TxBuilder as extra context in the TxBuildError when the BTC Builder APIs fail diff --git a/.changeset/twenty-jeans-warn.md b/.changeset/twenty-jeans-warn.md deleted file mode 100644 index e2d12557..00000000 --- a/.changeset/twenty-jeans-warn.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@rgbpp-sdk/btc": minor -"@rgbpp-sdk/ckb": minor -"rgbpp": minor ---- - -Support for batch transferring of RGBPP XUDT assets - - - 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 - - Add `sendRgbppTxGroups()` API in the rgbpp lib for sending BTC/CKB transaction groups to the `BtcAssetsApi` - - Add `unpackRgbppLockArgs()` API in the ckb lib for unpacking the lock script args of an RGBPP Cell - - Add `encodeCellId()` and `decodeCellId()` APIs in the ckb lib for handling the ID of a CKB Cell - - Add `encodeUtxoId()` and `decodeUtxoId()` APIs in the btc lib for handling the ID of a BTC UTXO diff --git a/.changeset/two-badgers-repeat.md b/.changeset/two-badgers-repeat.md deleted file mode 100644 index e42b3c18..00000000 --- a/.changeset/two-badgers-repeat.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@rgbpp-sdk/ckb': patch ---- - -fix: Update molecule codegen, packing and unpacking - - - Generate molecule code with latest lumos/molecule - - Update RGB++ witness and BTC time lock args packing and unpacking diff --git a/packages/btc/CHANGELOG.md b/packages/btc/CHANGELOG.md index 5f3416d6..72d01cba 100644 --- a/packages/btc/CHANGELOG.md +++ b/packages/btc/CHANGELOG.md @@ -1,5 +1,29 @@ # @rgbpp-sdk/btc +## 0.6.0 + +### Minor Changes + +- [#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)) + +- [#246](https://github.com/ckb-cell/rgbpp-sdk/pull/246): Export ESM packages ([@duanyytop](https://github.com/duanyytop)) + +- [#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)) + +- [#270](https://github.com/ckb-cell/rgbpp-sdk/pull/270): Support for batch transferring of RGBPP XUDT assets ([@ShookLyngs](https://github.com/ShookLyngs)) + + - 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 + - Add `sendRgbppTxGroups()` API in the rgbpp lib for sending BTC/CKB transaction groups to the `BtcAssetsApi` + - Add `unpackRgbppLockArgs()` API in the ckb lib for unpacking the lock script args of an RGBPP Cell + - Add `encodeCellId()` and `decodeCellId()` APIs in the ckb lib for handling the ID of a CKB Cell + - Add `encodeUtxoId()` and `decodeUtxoId()` APIs in the btc lib for handling the ID of a BTC UTXO + +### Patch Changes + +- 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)]: + - @rgbpp-sdk/ckb@0.6.0 + - @rgbpp-sdk/service@0.6.0 + ## v0.5.0 ### Minor Changes diff --git a/packages/btc/package.json b/packages/btc/package.json index 06b33056..1e38a3d6 100644 --- a/packages/btc/package.json +++ b/packages/btc/package.json @@ -1,6 +1,6 @@ { "name": "@rgbpp-sdk/btc", - "version": "0.5.0", + "version": "0.6.0", "scripts": { "test": "vitest", "build": "tsup", diff --git a/packages/ckb/CHANGELOG.md b/packages/ckb/CHANGELOG.md index 536cc91d..ed7f9c50 100644 --- a/packages/ckb/CHANGELOG.md +++ b/packages/ckb/CHANGELOG.md @@ -1,5 +1,31 @@ # @rgbpp-sdk/ckb +## 0.6.0 + +### Minor Changes + +- [#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)) + +- [#246](https://github.com/ckb-cell/rgbpp-sdk/pull/246): Export ESM packages ([@duanyytop](https://github.com/duanyytop)) + +- [#270](https://github.com/ckb-cell/rgbpp-sdk/pull/270): Support for batch transferring of RGBPP XUDT assets ([@ShookLyngs](https://github.com/ShookLyngs)) + + - 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 + - Add `sendRgbppTxGroups()` API in the rgbpp lib for sending BTC/CKB transaction groups to the `BtcAssetsApi` + - Add `unpackRgbppLockArgs()` API in the ckb lib for unpacking the lock script args of an RGBPP Cell + - Add `encodeCellId()` and `decodeCellId()` APIs in the ckb lib for handling the ID of a CKB Cell + - Add `encodeUtxoId()` and `decodeUtxoId()` APIs in the btc lib for handling the ID of a BTC UTXO + +### Patch Changes + +- [#279](https://github.com/ckb-cell/rgbpp-sdk/pull/279): fix: Update molecule codegen, packing and unpacking ([@duanyytop](https://github.com/duanyytop)) + + - Generate molecule code with latest lumos/molecule + - Update RGB++ witness and BTC time lock args packing and unpacking + +- Updated dependencies [[`82d37ab`](https://github.com/ckb-cell/rgbpp-sdk/commit/82d37ab56fc2c2c1dd0437f44966380bae6c9b42), [`a2722c5`](https://github.com/ckb-cell/rgbpp-sdk/commit/a2722c535efa04c9a9a8147228c82957fe33143d)]: + - @rgbpp-sdk/service@0.6.0 + ## v0.5.0 ### Minor Changes diff --git a/packages/ckb/package.json b/packages/ckb/package.json index 5eec42d7..a55552fc 100644 --- a/packages/ckb/package.json +++ b/packages/ckb/package.json @@ -1,6 +1,6 @@ { "name": "@rgbpp-sdk/ckb", - "version": "0.5.0", + "version": "0.6.0", "scripts": { "test": "vitest", "build": "tsup", diff --git a/packages/rgbpp/CHANGELOG.md b/packages/rgbpp/CHANGELOG.md index c48ba95f..db7d0fc0 100644 --- a/packages/rgbpp/CHANGELOG.md +++ b/packages/rgbpp/CHANGELOG.md @@ -1,5 +1,32 @@ # rgbpp +## 0.6.0 + +### Minor Changes + +- [#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)) + +- [#246](https://github.com/ckb-cell/rgbpp-sdk/pull/246): Export ESM packages ([@duanyytop](https://github.com/duanyytop)) + +- [#283](https://github.com/ckb-cell/rgbpp-sdk/pull/283): Update response of sending RGB++ group txs ([@duanyytop](https://github.com/duanyytop)) + +- [#270](https://github.com/ckb-cell/rgbpp-sdk/pull/270): Support for batch transferring of RGBPP XUDT assets ([@ShookLyngs](https://github.com/ShookLyngs)) + + - 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 + - Add `sendRgbppTxGroups()` API in the rgbpp lib for sending BTC/CKB transaction groups to the `BtcAssetsApi` + - Add `unpackRgbppLockArgs()` API in the ckb lib for unpacking the lock script args of an RGBPP Cell + - Add `encodeCellId()` and `decodeCellId()` APIs in the ckb lib for handling the ID of a CKB Cell + - Add `encodeUtxoId()` and `decodeUtxoId()` APIs in the btc lib for handling the ID of a BTC UTXO + +### Patch Changes + +- [#275](https://github.com/ckb-cell/rgbpp-sdk/pull/275): Calculate XUDT amount separately in AssetSummarizer ([@ShookLyngs](https://github.com/ShookLyngs)) + +- 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)]: + - @rgbpp-sdk/btc@0.6.0 + - @rgbpp-sdk/ckb@0.6.0 + - @rgbpp-sdk/service@0.6.0 + ## v0.5.0 ### Patch Changes diff --git a/packages/rgbpp/package.json b/packages/rgbpp/package.json index 44f9930e..691d4a6e 100644 --- a/packages/rgbpp/package.json +++ b/packages/rgbpp/package.json @@ -1,6 +1,6 @@ { "name": "rgbpp", - "version": "0.5.0", + "version": "0.6.0", "scripts": { "test": "vitest", "build": "tsup", diff --git a/packages/service/CHANGELOG.md b/packages/service/CHANGELOG.md index 2b125dd3..15bcad04 100644 --- a/packages/service/CHANGELOG.md +++ b/packages/service/CHANGELOG.md @@ -1,5 +1,13 @@ # @rgbpp-sdk/service +## 0.6.0 + +### Minor Changes + +- [#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)) + +- [#246](https://github.com/ckb-cell/rgbpp-sdk/pull/246): Export ESM packages ([@duanyytop](https://github.com/duanyytop)) + ## v0.5.0 ### Minor Changes diff --git a/packages/service/package.json b/packages/service/package.json index b13e96cc..654ec6c7 100644 --- a/packages/service/package.json +++ b/packages/service/package.json @@ -1,6 +1,6 @@ { "name": "@rgbpp-sdk/service", - "version": "0.5.0", + "version": "0.6.0", "scripts": { "test": "vitest", "build": "tsup",