diff --git a/.changeset/great-baboons-smash.md b/.changeset/great-baboons-smash.md deleted file mode 100644 index 73fe4b23..00000000 --- a/.changeset/great-baboons-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rgbpp": minor ---- - -feat: Export buildRgbppTransferTx from rgbpp package diff --git a/.changeset/orange-mice-trade.md b/.changeset/orange-mice-trade.md deleted file mode 100644 index 2ac305a4..00000000 --- a/.changeset/orange-mice-trade.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@rgbpp-sdk/btc": minor ---- - -Support including multi-origin UTXOs in the same transaction - - - Add `pubkeyMap` option in the sendUtxos(), sendRgbppUtxos() and sendRbf() API - - Rename `inputsPubkey` option to `pubkeyMap` in the sendRbf() API - - Delete `onlyProvableUtxos` option from the sendRgbppUtxos() API diff --git a/.changeset/silly-rules-collect.md b/.changeset/silly-rules-collect.md deleted file mode 100644 index fba24d0d..00000000 --- a/.changeset/silly-rules-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rgbpp-sdk/service": minor ---- - -Add BtcAssetsApi.getRgbppApiBalanceByAddress() API for querying RGBPP XUDT balances by a BTC address diff --git a/.changeset/spicy-cups-cheat.md b/.changeset/spicy-cups-cheat.md deleted file mode 100644 index 6aaebfb3..00000000 --- a/.changeset/spicy-cups-cheat.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@rgbpp-sdk/btc": minor ---- - -Support Full-RBF feature with the sendRbf() and createSendRbfBuilder() API - - - Add `excludeUtxos`, `skipInputsValidation` options in the `sendUtxos()` API to support the RBF feature - - Add `onlyProvableUtxos` option in the `sendRgbppUtxos()` API for future update supports - - Add `changeIndex` in the return type of the BTC Builder APIs diff --git a/.changeset/wise-years-swim.md b/.changeset/wise-years-swim.md deleted file mode 100644 index 1281e1a5..00000000 --- a/.changeset/wise-years-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rgbpp-sdk/ckb": minor ---- - -fix: Fix typo and remove useless queue types diff --git a/packages/btc/CHANGELOG.md b/packages/btc/CHANGELOG.md index ca3d4ca0..eb0d8263 100644 --- a/packages/btc/CHANGELOG.md +++ b/packages/btc/CHANGELOG.md @@ -1,5 +1,27 @@ # @rgbpp-sdk/btc +## 0.4.0 + +### Minor Changes + +- [#228](https://github.com/ckb-cell/rgbpp-sdk/pull/228): Support including multi-origin UTXOs in the same transaction ([@ShookLyngs](https://github.com/ShookLyngs)) + + - Add `pubkeyMap` option in the sendUtxos(), sendRgbppUtxos() and sendRbf() API + - Rename `inputsPubkey` option to `pubkeyMap` in the sendRbf() API + - Delete `onlyProvableUtxos` option from the sendRgbppUtxos() API + +- [#150](https://github.com/ckb-cell/rgbpp-sdk/pull/150): Support Full-RBF feature with the sendRbf() and createSendRbfBuilder() API ([@ShookLyngs](https://github.com/ShookLyngs)) + + - Add `excludeUtxos`, `skipInputsValidation` options in the `sendUtxos()` API to support the RBF feature + - Add `onlyProvableUtxos` option in the `sendRgbppUtxos()` API for future update supports + - Add `changeIndex` in the return type of the BTC Builder APIs + +### Patch Changes + +- Updated dependencies [[`e5f41fd`](https://github.com/ckb-cell/rgbpp-sdk/commit/e5f41fd2b275182d2ab3fdf17e3b8853025fd2b9), [`6e840c1`](https://github.com/ckb-cell/rgbpp-sdk/commit/6e840c196fbece06430c559aebbdadaf7fb6e632)]: + - @rgbpp-sdk/service@0.4.0 + - @rgbpp-sdk/ckb@0.4.0 + ## v0.3.0 ### Minor Changes diff --git a/packages/btc/package.json b/packages/btc/package.json index bfa9e513..b668e9df 100644 --- a/packages/btc/package.json +++ b/packages/btc/package.json @@ -1,6 +1,6 @@ { "name": "@rgbpp-sdk/btc", - "version": "0.3.0", + "version": "0.4.0", "scripts": { "test": "vitest", "build": "tsc -p tsconfig.build.json", diff --git a/packages/ckb/CHANGELOG.md b/packages/ckb/CHANGELOG.md index 1b01af94..25e339c2 100644 --- a/packages/ckb/CHANGELOG.md +++ b/packages/ckb/CHANGELOG.md @@ -1,10 +1,21 @@ # @rgbpp-sdk/ckb +## 0.4.0 + +### Minor Changes + +- [#236](https://github.com/ckb-cell/rgbpp-sdk/pull/236): Fix typo and remove useless queue types ([@duanyytop](https://github.com/duanyytop)) + +### Patch Changes + +- Updated dependencies [[`e5f41fd`](https://github.com/ckb-cell/rgbpp-sdk/commit/e5f41fd2b275182d2ab3fdf17e3b8853025fd2b9)]: + - @rgbpp-sdk/service@0.4.0 + ## v0.3.0 ### Minor Changes -- [#197](https://github.com/ckb-cell/rgbpp-sdk/pull/197): feat: Return needPaymasterCell for RGB++ ckb cirtual tx ([@duanyytop](https://github.com/duanyytop)) +- [#197](https://github.com/ckb-cell/rgbpp-sdk/pull/197): Return needPaymasterCell for RGB++ ckb cirtual tx ([@duanyytop](https://github.com/duanyytop)) - [#191](https://github.com/ckb-cell/rgbpp-sdk/pull/191): Dynamic fetching cell deps deployed by TypeID ([@duanyytop](https://github.com/duanyytop)) diff --git a/packages/ckb/package.json b/packages/ckb/package.json index 862b1aad..9f509a0f 100644 --- a/packages/ckb/package.json +++ b/packages/ckb/package.json @@ -1,6 +1,6 @@ { "name": "@rgbpp-sdk/ckb", - "version": "0.3.0", + "version": "0.4.0", "scripts": { "test": "vitest", "build": "tsc -p tsconfig.build.json", diff --git a/packages/rgbpp/CHANGELOG.md b/packages/rgbpp/CHANGELOG.md index 2e521abc..e7b48447 100644 --- a/packages/rgbpp/CHANGELOG.md +++ b/packages/rgbpp/CHANGELOG.md @@ -1,5 +1,18 @@ # rgbpp +## 0.4.0 + +### Minor Changes + +- [#216](https://github.com/ckb-cell/rgbpp-sdk/pull/216): Export buildRgbppTransferTx from rgbpp package ([@duanyytop](https://github.com/duanyytop)) + +### Patch Changes + +- Updated dependencies [[`1ecac34`](https://github.com/ckb-cell/rgbpp-sdk/commit/1ecac341d5ced04e59bfdcd432a9bce84bedd959), [`e5f41fd`](https://github.com/ckb-cell/rgbpp-sdk/commit/e5f41fd2b275182d2ab3fdf17e3b8853025fd2b9), [`08200c9`](https://github.com/ckb-cell/rgbpp-sdk/commit/08200c974ef336661723cc7556a003932babda9a), [`6e840c1`](https://github.com/ckb-cell/rgbpp-sdk/commit/6e840c196fbece06430c559aebbdadaf7fb6e632)]: + - @rgbpp-sdk/btc@0.4.0 + - @rgbpp-sdk/service@0.4.0 + - @rgbpp-sdk/ckb@0.4.0 + ## v0.3.0 ### Patch Changes diff --git a/packages/rgbpp/package.json b/packages/rgbpp/package.json index 09a0a8d1..4f9b740e 100644 --- a/packages/rgbpp/package.json +++ b/packages/rgbpp/package.json @@ -1,6 +1,6 @@ { "name": "rgbpp", - "version": "0.3.0", + "version": "0.4.0", "scripts": { "build": "tsc -p tsconfig.build.json", "lint": "tsc && eslint --ext .ts src/* && prettier --check 'src/*.ts'", diff --git a/packages/service/CHANGELOG.md b/packages/service/CHANGELOG.md index e7736579..4f62e064 100644 --- a/packages/service/CHANGELOG.md +++ b/packages/service/CHANGELOG.md @@ -1,5 +1,11 @@ # @rgbpp-sdk/service +## 0.4.0 + +### Minor Changes + +- [#222](https://github.com/ckb-cell/rgbpp-sdk/pull/222): Add BtcAssetsApi.getRgbppApiBalanceByAddress() API for querying RGBPP XUDT balances by a BTC address ([@ShookLyngs](https://github.com/ShookLyngs)) + ## v0.3.0 ### Minor Changes diff --git a/packages/service/package.json b/packages/service/package.json index 50c800a6..a089e93a 100644 --- a/packages/service/package.json +++ b/packages/service/package.json @@ -1,6 +1,6 @@ { "name": "@rgbpp-sdk/service", - "version": "0.3.0", + "version": "0.4.0", "scripts": { "test": "vitest", "build": "tsc -p tsconfig.build.json",