Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chilly-suns-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-hotels-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-dryers-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-ears-walk.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/unlucky-bobcats-scream.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/ccc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @ckb-ccc/ccc

## 1.1.10
### Patch Changes

- Updated dependencies []:
- @ckb-ccc/eip6963@1.0.18
- @ckb-ccc/joy-id@1.0.18
- @ckb-ccc/nip07@1.0.18
- @ckb-ccc/okx@1.0.18
- @ckb-ccc/rei@1.0.18
- @ckb-ccc/shell@1.1.10
- @ckb-ccc/uni-sat@1.0.18
- @ckb-ccc/utxo-global@1.0.18
- @ckb-ccc/xverse@1.0.18

## 1.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ccc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/ccc",
"version": "1.1.9",
"version": "1.1.10",
"description": "CCC - CKBer's Codebase. Common Chains Connector.",
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/ckb-ccc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ckb-ccc

## 1.0.18
### Patch Changes

- Updated dependencies []:
- @ckb-ccc/ccc@1.1.10

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ckb-ccc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckb-ccc",
"version": "1.0.17",
"version": "1.0.18",
"description": "CCC - CKBer's Codebase. Common Chains Connector.",
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/connector-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-ccc/connector-react

## 1.0.18
### Patch Changes

- Updated dependencies []:
- @ckb-ccc/connector@1.0.18

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/connector-react",
"version": "1.0.17",
"version": "1.0.18",
"description": "CCC - CKBer's Codebase. Common Chains Connector UI Component for React",
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-ccc/connector

## 1.0.18
### Patch Changes

- Updated dependencies []:
- @ckb-ccc/ccc@1.1.10

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/connector",
"version": "1.0.17",
"version": "1.0.18",
"description": "CCC - CKBer's Codebase. Common Chains Connector UI",
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"license": "MIT",
Expand Down
27 changes: 27 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @ckb-ccc/core

## 1.9.0
### Minor Changes



- [#209](https://github.com/ckb-devrel/ccc/pull/209) [`77865cd`](https://github.com/ckb-devrel/ccc/commit/77865cd2953e5e01d6dc610823ad3eb13e128902) Thanks [@Alive24](https://github.com/Alive24)! - feat: compatible mode for molecule decode



- [#216](https://github.com/ckb-devrel/ccc/pull/216) [`46f1760`](https://github.com/ckb-devrel/ccc/commit/46f1760cdd5d6cf3d843e9fe8682f9cd4f31930d) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): try to avoid extra udt occupation



- [#197](https://github.com/ckb-devrel/ccc/pull/197) [`2da4dc5`](https://github.com/ckb-devrel/ccc/commit/2da4dc5b5637b307c8010ccc22ef3f79c7dcca83) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat: add support for multisig script v2

Add support for the updated CKB system scripts, specifically the multisig script v2 that enhances handling for optional since value (PR nervosnetwork/ckb-system-scripts#99). This update addresses functional defects that caused transaction validation failures.

### Patch Changes



- [#195](https://github.com/ckb-devrel/ccc/pull/195) [`0f3aa3f`](https://github.com/ckb-devrel/ccc/commit/0f3aa3fe7798826e57fb8092a679320fb4dfc140) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): keep molecule entity class name



- [#188](https://github.com/ckb-devrel/ccc/pull/188) [`34fc83d`](https://github.com/ckb-devrel/ccc/commit/34fc83d316a99889f3019d8069c478113506fe7a) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): SignerNostrPrivateKey support nsec key

## 1.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/core",
"version": "1.8.1",
"version": "1.9.0",
"description": "Core of CCC - CKBer's Codebase",
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/eip6963/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-ccc/eip6963

## 1.0.18
### Patch Changes

- Updated dependencies [[`0f3aa3f`](https://github.com/ckb-devrel/ccc/commit/0f3aa3fe7798826e57fb8092a679320fb4dfc140), [`34fc83d`](https://github.com/ckb-devrel/ccc/commit/34fc83d316a99889f3019d8069c478113506fe7a), [`77865cd`](https://github.com/ckb-devrel/ccc/commit/77865cd2953e5e01d6dc610823ad3eb13e128902), [`46f1760`](https://github.com/ckb-devrel/ccc/commit/46f1760cdd5d6cf3d843e9fe8682f9cd4f31930d), [`2da4dc5`](https://github.com/ckb-devrel/ccc/commit/2da4dc5b5637b307c8010ccc22ef3f79c7dcca83)]:
- @ckb-ccc/core@1.9.0

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eip6963/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/eip6963",
"version": "1.0.17",
"version": "1.0.18",
"description": "CCC - CKBer's Codebase. Common Chains Connector's support for EIP6963",
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-ccc/examples

## 1.0.16
### Patch Changes

- Updated dependencies []:
- @ckb-ccc/ccc@1.1.10

## 1.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/examples",
"version": "1.0.15",
"version": "1.0.16",
"description": "CCC code examples for CCC Playground",
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/joy-id/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-ccc/joy-id

## 1.0.18
### Patch Changes

- Updated dependencies [[`0f3aa3f`](https://github.com/ckb-devrel/ccc/commit/0f3aa3fe7798826e57fb8092a679320fb4dfc140), [`34fc83d`](https://github.com/ckb-devrel/ccc/commit/34fc83d316a99889f3019d8069c478113506fe7a), [`77865cd`](https://github.com/ckb-devrel/ccc/commit/77865cd2953e5e01d6dc610823ad3eb13e128902), [`46f1760`](https://github.com/ckb-devrel/ccc/commit/46f1760cdd5d6cf3d843e9fe8682f9cd4f31930d), [`2da4dc5`](https://github.com/ckb-devrel/ccc/commit/2da4dc5b5637b307c8010ccc22ef3f79c7dcca83)]:
- @ckb-ccc/core@1.9.0

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/joy-id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/joy-id",
"version": "1.0.17",
"version": "1.0.18",
"description": "Connector's support for JoyID",
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/lumos-patches/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-ccc/lumos-patches

## 1.0.18
### Patch Changes

- Updated dependencies [[`0f3aa3f`](https://github.com/ckb-devrel/ccc/commit/0f3aa3fe7798826e57fb8092a679320fb4dfc140), [`34fc83d`](https://github.com/ckb-devrel/ccc/commit/34fc83d316a99889f3019d8069c478113506fe7a), [`77865cd`](https://github.com/ckb-devrel/ccc/commit/77865cd2953e5e01d6dc610823ad3eb13e128902), [`46f1760`](https://github.com/ckb-devrel/ccc/commit/46f1760cdd5d6cf3d843e9fe8682f9cd4f31930d), [`2da4dc5`](https://github.com/ckb-devrel/ccc/commit/2da4dc5b5637b307c8010ccc22ef3f79c7dcca83)]:
- @ckb-ccc/core@1.9.0

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lumos-patches/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/lumos-patches",
"version": "1.0.17",
"version": "1.0.18",
"description": "Patches for using Lumos with CCC",
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/nip07/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-ccc/nip07

## 1.0.18
### Patch Changes

- Updated dependencies [[`0f3aa3f`](https://github.com/ckb-devrel/ccc/commit/0f3aa3fe7798826e57fb8092a679320fb4dfc140), [`34fc83d`](https://github.com/ckb-devrel/ccc/commit/34fc83d316a99889f3019d8069c478113506fe7a), [`77865cd`](https://github.com/ckb-devrel/ccc/commit/77865cd2953e5e01d6dc610823ad3eb13e128902), [`46f1760`](https://github.com/ckb-devrel/ccc/commit/46f1760cdd5d6cf3d843e9fe8682f9cd4f31930d), [`2da4dc5`](https://github.com/ckb-devrel/ccc/commit/2da4dc5b5637b307c8010ccc22ef3f79c7dcca83)]:
- @ckb-ccc/core@1.9.0

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nip07/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/nip07",
"version": "1.0.17",
"version": "1.0.18",
"description": "CCC - CKBer's Codebase. Common Chains Connector's support for NIP07",
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/okx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ckb-ccc/okx

## 1.0.18
### Patch Changes

- Updated dependencies [[`0f3aa3f`](https://github.com/ckb-devrel/ccc/commit/0f3aa3fe7798826e57fb8092a679320fb4dfc140), [`34fc83d`](https://github.com/ckb-devrel/ccc/commit/34fc83d316a99889f3019d8069c478113506fe7a), [`77865cd`](https://github.com/ckb-devrel/ccc/commit/77865cd2953e5e01d6dc610823ad3eb13e128902), [`46f1760`](https://github.com/ckb-devrel/ccc/commit/46f1760cdd5d6cf3d843e9fe8682f9cd4f31930d), [`2da4dc5`](https://github.com/ckb-devrel/ccc/commit/2da4dc5b5637b307c8010ccc22ef3f79c7dcca83)]:
- @ckb-ccc/core@1.9.0
- @ckb-ccc/nip07@1.0.18
- @ckb-ccc/uni-sat@1.0.18

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/okx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/okx",
"version": "1.0.17",
"version": "1.0.18",
"description": "CCC - CKBer's Codebase. Common Chains Connector's support for OKX",
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ckb-ccc/ccc-playground

## 1.0.16
### Patch Changes

- Updated dependencies []:
- @ckb-ccc/ccc@1.1.10
- @ckb-ccc/connector-react@1.0.18

## 1.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/ccc-playground",
"version": "1.0.15",
"version": "1.0.16",
"type": "module",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rei/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-ccc/rei

## 1.0.18
### Patch Changes

- Updated dependencies [[`0f3aa3f`](https://github.com/ckb-devrel/ccc/commit/0f3aa3fe7798826e57fb8092a679320fb4dfc140), [`34fc83d`](https://github.com/ckb-devrel/ccc/commit/34fc83d316a99889f3019d8069c478113506fe7a), [`77865cd`](https://github.com/ckb-devrel/ccc/commit/77865cd2953e5e01d6dc610823ad3eb13e128902), [`46f1760`](https://github.com/ckb-devrel/ccc/commit/46f1760cdd5d6cf3d843e9fe8682f9cd4f31930d), [`2da4dc5`](https://github.com/ckb-devrel/ccc/commit/2da4dc5b5637b307c8010ccc22ef3f79c7dcca83)]:
- @ckb-ccc/core@1.9.0

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rei/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/rei",
"version": "1.0.17",
"version": "1.0.18",
"description": "CCC - CKBer's Codebase. Common Chains Connector's support for Rei",
"license": "MIT",
"private": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ckb-ccc/shell

## 1.1.10
### Patch Changes

- Updated dependencies [[`0f3aa3f`](https://github.com/ckb-devrel/ccc/commit/0f3aa3fe7798826e57fb8092a679320fb4dfc140), [`34fc83d`](https://github.com/ckb-devrel/ccc/commit/34fc83d316a99889f3019d8069c478113506fe7a), [`77865cd`](https://github.com/ckb-devrel/ccc/commit/77865cd2953e5e01d6dc610823ad3eb13e128902), [`46f1760`](https://github.com/ckb-devrel/ccc/commit/46f1760cdd5d6cf3d843e9fe8682f9cd4f31930d), [`2da4dc5`](https://github.com/ckb-devrel/ccc/commit/2da4dc5b5637b307c8010ccc22ef3f79c7dcca83)]:
- @ckb-ccc/core@1.9.0
- @ckb-ccc/spore@1.5.2
- @ckb-ccc/ssri@0.2.8
- @ckb-ccc/udt@0.1.10

## 1.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/shell",
"version": "1.1.9",
"version": "1.1.10",
"description": "Backend Shell of CCC - CKBer's Codebase. Common Chains Connector.",
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/spore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-ccc/spore

## 1.5.2
### Patch Changes

- Updated dependencies [[`0f3aa3f`](https://github.com/ckb-devrel/ccc/commit/0f3aa3fe7798826e57fb8092a679320fb4dfc140), [`34fc83d`](https://github.com/ckb-devrel/ccc/commit/34fc83d316a99889f3019d8069c478113506fe7a), [`77865cd`](https://github.com/ckb-devrel/ccc/commit/77865cd2953e5e01d6dc610823ad3eb13e128902), [`46f1760`](https://github.com/ckb-devrel/ccc/commit/46f1760cdd5d6cf3d843e9fe8682f9cd4f31930d), [`2da4dc5`](https://github.com/ckb-devrel/ccc/commit/2da4dc5b5637b307c8010ccc22ef3f79c7dcca83)]:
- @ckb-ccc/core@1.9.0

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/spore",
"version": "1.5.1",
"version": "1.5.2",
"description": "CCC - CKBer's Codebase. Common Chains Connector's support for Spore protocol",
"author": "ashuralyk <ashuralyk@live.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/ssri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-ccc/ssri

## 0.2.8
### Patch Changes

- Updated dependencies [[`0f3aa3f`](https://github.com/ckb-devrel/ccc/commit/0f3aa3fe7798826e57fb8092a679320fb4dfc140), [`34fc83d`](https://github.com/ckb-devrel/ccc/commit/34fc83d316a99889f3019d8069c478113506fe7a), [`77865cd`](https://github.com/ckb-devrel/ccc/commit/77865cd2953e5e01d6dc610823ad3eb13e128902), [`46f1760`](https://github.com/ckb-devrel/ccc/commit/46f1760cdd5d6cf3d843e9fe8682f9cd4f31930d), [`2da4dc5`](https://github.com/ckb-devrel/ccc/commit/2da4dc5b5637b307c8010ccc22ef3f79c7dcca83)]:
- @ckb-ccc/core@1.9.0

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ssri/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-ccc/ssri",
"version": "0.2.7",
"version": "0.2.8",
"description": "SSRI",
"author": "Alive24 <xct24@live.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/udt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ckb-ccc/udt

## 0.1.10
### Patch Changes

- Updated dependencies [[`0f3aa3f`](https://github.com/ckb-devrel/ccc/commit/0f3aa3fe7798826e57fb8092a679320fb4dfc140), [`34fc83d`](https://github.com/ckb-devrel/ccc/commit/34fc83d316a99889f3019d8069c478113506fe7a), [`77865cd`](https://github.com/ckb-devrel/ccc/commit/77865cd2953e5e01d6dc610823ad3eb13e128902), [`46f1760`](https://github.com/ckb-devrel/ccc/commit/46f1760cdd5d6cf3d843e9fe8682f9cd4f31930d), [`2da4dc5`](https://github.com/ckb-devrel/ccc/commit/2da4dc5b5637b307c8010ccc22ef3f79c7dcca83)]:
- @ckb-ccc/core@1.9.0
- @ckb-ccc/ssri@0.2.8

## 0.1.9

### Patch Changes
Expand Down
Loading