Skip to content

Commit

Permalink
Bump RGB++ SDK to v0.2.0 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShookLyngs authored May 28, 2024
1 parent f4d18fa commit ef597c1
Show file tree
Hide file tree
Showing 21 changed files with 69 additions and 70 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-pianos-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-chairs-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-mice-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-starfishes-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-nails-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-feet-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-lions-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silly-emus-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-eggs-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-rockets-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-donuts-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-jeans-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-students-own.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/btc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @rgbpp-sdk/btc

## v0.2.0

### Minor Changes

- [#184](https://github.com/ckb-cell/rgbpp-sdk/pull/184): Support query data caching internally in TxBuilder/DataSource, preventing query from the BtcAssetsApi too often when paying fee ([@ShookLyngs](https://github.com/ShookLyngs))

- [#165](https://github.com/ckb-cell/rgbpp-sdk/pull/165): Replace all "void 0" to "undefined" in the btc/service lib ([@ShookLyngs](https://github.com/ShookLyngs))

### Patch Changes

- [#166](https://github.com/ckb-cell/rgbpp-sdk/pull/166): Fix the message of INSUFFICIENT_UTXO error when collection failed ([@ShookLyngs](https://github.com/ShookLyngs))

- Updated dependencies [[`5e0e817`](https://github.com/ckb-cell/rgbpp-sdk/commit/5e0e8175a4c195e6491a37abedc755728c91cbed), [`a9b9796`](https://github.com/ckb-cell/rgbpp-sdk/commit/a9b9796f5ef8d27a9ad94d09a832bb9a7fe56c8e), [`9f9daa9`](https://github.com/ckb-cell/rgbpp-sdk/commit/9f9daa91486ca0cc1015713bd2648aa606da8717), [`299b404`](https://github.com/ckb-cell/rgbpp-sdk/commit/299b404217036feab409956d8888bfdc8fa820f4), [`e59322e`](https://github.com/ckb-cell/rgbpp-sdk/commit/e59322e7c6b9aff682bc1c8517337e3611dc122d), [`64c4312`](https://github.com/ckb-cell/rgbpp-sdk/commit/64c4312768885cb965285d41de99d023a4517ed3), [`1d58dd5`](https://github.com/ckb-cell/rgbpp-sdk/commit/1d58dd531947f4078667bb7294d2b3bb9351ead9), [`8cfc06e`](https://github.com/ckb-cell/rgbpp-sdk/commit/8cfc06e449c213868f103d9757f79f24521da280), [`4fcf4fa`](https://github.com/ckb-cell/rgbpp-sdk/commit/4fcf4fa6c0b20cf2fa957664a320f66601991817)]:
- @rgbpp-sdk/ckb@0.2.0
- @rgbpp-sdk/service@0.2.0

## v0.1.0

- Release @rgbpp-sdk/btc for RGBPP BTC-side transaction construction, providing APIs to send BTC or send RGBPP UTXO. Read the docs for more information: https://github.com/ckb-cell/rgbpp-sdk/tree/develop/packages/btc
2 changes: 1 addition & 1 deletion packages/btc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rgbpp-sdk/btc",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"test": "vitest",
"build": "tsc -p tsconfig.build.json",
Expand Down
23 changes: 23 additions & 0 deletions packages/ckb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @rgbpp-sdk/ckb

## v0.2.0

### Minor Changes

- [#179](https://github.com/ckb-cell/rgbpp-sdk/pull/179): Increase the max length of RGB++ inputs to 40 ([@duanyytop](https://github.com/duanyytop))

- [#160](https://github.com/ckb-cell/rgbpp-sdk/pull/160): Collect all RGB++ inputs without isMax parameter ([@duanyytop](https://github.com/duanyytop))

- [#190](https://github.com/ckb-cell/rgbpp-sdk/pull/190): Filter xudt cell whose amount is valid for collector ([@duanyytop](https://github.com/duanyytop))

- [#172](https://github.com/ckb-cell/rgbpp-sdk/pull/172): Check spore type script for spore transfer and leap ([@duanyytop](https://github.com/duanyytop))

- [#171](https://github.com/ckb-cell/rgbpp-sdk/pull/171): Build ckb raw tx to be signed for spores creation ([@duanyytop](https://github.com/duanyytop))

- [#174](https://github.com/ckb-cell/rgbpp-sdk/pull/174): Update ckb cell fields size to make the code more readable ([@duanyytop](https://github.com/duanyytop))

- [#187](https://github.com/ckb-cell/rgbpp-sdk/pull/187): Update RRB++ witnesses for BTC batch transfer TX ([@duanyytop](https://github.com/duanyytop))

### Patch Changes

- Updated dependencies [[`9f9daa9`](https://github.com/ckb-cell/rgbpp-sdk/commit/9f9daa91486ca0cc1015713bd2648aa606da8717), [`e59322e`](https://github.com/ckb-cell/rgbpp-sdk/commit/e59322e7c6b9aff682bc1c8517337e3611dc122d)]:
- @rgbpp-sdk/service@0.2.0

## v0.1.0

- Release @rgbpp-sdk/ckb for RGBPP CKB-side transaction construction, providing APIs to bind/transfer/leap assets on CKB/BTC. Read the docs for more information: https://github.com/ckb-cell/rgbpp-sdk/tree/develop/packages/ckb
2 changes: 1 addition & 1 deletion packages/ckb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rgbpp-sdk/ckb",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"test": "vitest",
"build": "tsc -p tsconfig.build.json",
Expand Down
16 changes: 16 additions & 0 deletions packages/rgbpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# rgbpp

## v0.2.0

### Minor Changes

- [#157](https://github.com/ckb-cell/rgbpp-sdk/pull/157): Add rgbpp sub package ([@duanyytop](https://github.com/duanyytop))

### Patch Changes

- [#177](https://github.com/ckb-cell/rgbpp-sdk/pull/177): Fix the export of NetworkType/AddressType in the rgbpp lib ([@ShookLyngs](https://github.com/ShookLyngs))

- Updated dependencies [[`8a8e11b`](https://github.com/ckb-cell/rgbpp-sdk/commit/8a8e11bdca4d3fb8b8d20c771e116bb1684bb1c6), [`5e0e817`](https://github.com/ckb-cell/rgbpp-sdk/commit/5e0e8175a4c195e6491a37abedc755728c91cbed), [`a9b9796`](https://github.com/ckb-cell/rgbpp-sdk/commit/a9b9796f5ef8d27a9ad94d09a832bb9a7fe56c8e), [`9f9daa9`](https://github.com/ckb-cell/rgbpp-sdk/commit/9f9daa91486ca0cc1015713bd2648aa606da8717), [`299b404`](https://github.com/ckb-cell/rgbpp-sdk/commit/299b404217036feab409956d8888bfdc8fa820f4), [`e59322e`](https://github.com/ckb-cell/rgbpp-sdk/commit/e59322e7c6b9aff682bc1c8517337e3611dc122d), [`64c4312`](https://github.com/ckb-cell/rgbpp-sdk/commit/64c4312768885cb965285d41de99d023a4517ed3), [`d37cf5b`](https://github.com/ckb-cell/rgbpp-sdk/commit/d37cf5b1aaf50f42a2f900f9b6aa073a916840b2), [`1d58dd5`](https://github.com/ckb-cell/rgbpp-sdk/commit/1d58dd531947f4078667bb7294d2b3bb9351ead9), [`8cfc06e`](https://github.com/ckb-cell/rgbpp-sdk/commit/8cfc06e449c213868f103d9757f79f24521da280), [`4fcf4fa`](https://github.com/ckb-cell/rgbpp-sdk/commit/4fcf4fa6c0b20cf2fa957664a320f66601991817)]:
- @rgbpp-sdk/btc@0.2.0
- @rgbpp-sdk/ckb@0.2.0
- @rgbpp-sdk/service@0.2.0
2 changes: 1 addition & 1 deletion packages/rgbpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rgbpp",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"lint": "tsc && eslint --ext .ts src/* && prettier --check 'src/*.ts'",
Expand Down
10 changes: 10 additions & 0 deletions packages/service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rgbpp-sdk/service

## v0.2.0

### Minor Changes

- [#165](https://github.com/ckb-cell/rgbpp-sdk/pull/165): Replace all "void 0" to "undefined" in the btc/service lib ([@ShookLyngs](https://github.com/ShookLyngs))

### Patch Changes

- [#181](https://github.com/ckb-cell/rgbpp-sdk/pull/181): add no_cache params to btc/rgbpp service api ([@ahonn](https://github.com/ahonn))

## v0.1.0

- Release @rgbpp-sdk/service for communicating with the [btc-assets-api](https://github.com/ckb-cell/btc-assets-api), providing APIs to query data from or post transactions to the service. Read the docs for more information: https://github.com/ckb-cell/rgbpp-sdk/tree/develop/packages/service
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rgbpp-sdk/service",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"test": "vitest",
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit ef597c1

Please sign in to comment.