Skip to content

Commit 0f2be64

Browse files
authored
Bump RGB++ SDK to v0.4.0 (#238)
1 parent 46efd03 commit 0f2be64

13 files changed

+57
-38
lines changed

.changeset/great-baboons-smash.md

-5
This file was deleted.

.changeset/orange-mice-trade.md

-9
This file was deleted.

.changeset/silly-rules-collect.md

-5
This file was deleted.

.changeset/spicy-cups-cheat.md

-9
This file was deleted.

.changeset/wise-years-swim.md

-5
This file was deleted.

packages/btc/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @rgbpp-sdk/btc
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#228](https://github.com/ckb-cell/rgbpp-sdk/pull/228): Support including multi-origin UTXOs in the same transaction ([@ShookLyngs](https://github.com/ShookLyngs))
8+
9+
- Add `pubkeyMap` option in the sendUtxos(), sendRgbppUtxos() and sendRbf() API
10+
- Rename `inputsPubkey` option to `pubkeyMap` in the sendRbf() API
11+
- Delete `onlyProvableUtxos` option from the sendRgbppUtxos() API
12+
13+
- [#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))
14+
15+
- Add `excludeUtxos`, `skipInputsValidation` options in the `sendUtxos()` API to support the RBF feature
16+
- Add `onlyProvableUtxos` option in the `sendRgbppUtxos()` API for future update supports
17+
- Add `changeIndex` in the return type of the BTC Builder APIs
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`e5f41fd`](https://github.com/ckb-cell/rgbpp-sdk/commit/e5f41fd2b275182d2ab3fdf17e3b8853025fd2b9), [`6e840c1`](https://github.com/ckb-cell/rgbpp-sdk/commit/6e840c196fbece06430c559aebbdadaf7fb6e632)]:
22+
- @rgbpp-sdk/service@0.4.0
23+
- @rgbpp-sdk/ckb@0.4.0
24+
325
## v0.3.0
426

527
### 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.3.0",
3+
"version": "0.4.0",
44
"scripts": {
55
"test": "vitest",
66
"build": "tsc -p tsconfig.build.json",

packages/ckb/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# @rgbpp-sdk/ckb
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#236](https://github.com/ckb-cell/rgbpp-sdk/pull/236): Fix typo and remove useless queue types ([@duanyytop](https://github.com/duanyytop))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e5f41fd`](https://github.com/ckb-cell/rgbpp-sdk/commit/e5f41fd2b275182d2ab3fdf17e3b8853025fd2b9)]:
12+
- @rgbpp-sdk/service@0.4.0
13+
314
## v0.3.0
415

516
### Minor Changes
617

7-
- [#197](https://github.com/ckb-cell/rgbpp-sdk/pull/197): feat: Return needPaymasterCell for RGB++ ckb cirtual tx ([@duanyytop](https://github.com/duanyytop))
18+
- [#197](https://github.com/ckb-cell/rgbpp-sdk/pull/197): Return needPaymasterCell for RGB++ ckb cirtual tx ([@duanyytop](https://github.com/duanyytop))
819

920
- [#191](https://github.com/ckb-cell/rgbpp-sdk/pull/191): Dynamic fetching cell deps deployed by TypeID ([@duanyytop](https://github.com/duanyytop))
1021

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.3.0",
3+
"version": "0.4.0",
44
"scripts": {
55
"test": "vitest",
66
"build": "tsc -p tsconfig.build.json",

packages/rgbpp/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# rgbpp
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#216](https://github.com/ckb-cell/rgbpp-sdk/pull/216): Export buildRgbppTransferTx from rgbpp package ([@duanyytop](https://github.com/duanyytop))
8+
9+
### Patch Changes
10+
11+
- 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)]:
12+
- @rgbpp-sdk/btc@0.4.0
13+
- @rgbpp-sdk/service@0.4.0
14+
- @rgbpp-sdk/ckb@0.4.0
15+
316
## v0.3.0
417

518
### 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.3.0",
3+
"version": "0.4.0",
44
"scripts": {
55
"build": "tsc -p tsconfig.build.json",
66
"lint": "tsc && eslint --ext .ts src/* && prettier --check 'src/*.ts'",

packages/service/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @rgbpp-sdk/service
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#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))
8+
39
## v0.3.0
410

511
### 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.3.0",
3+
"version": "0.4.0",
44
"scripts": {
55
"test": "vitest",
66
"build": "tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)