Skip to content

Commit 2e42efa

Browse files
committed
Merge remote-tracking branch 'origin/master' into releases/udt
2 parents c0893f1 + ef72b27 commit 2e42efa

84 files changed

Lines changed: 2466 additions & 1179 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/shiny-ants-say.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ckb-ccc/core": patch
3+
---
4+
5+
`hexFrom` passthru normalized hex and `numToHex` enforce hex normalization

.changeset/wise-news-admire.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@ckb-ccc/core": patch
3+
---
4+
5+
fix(core): Invalid Uint64 0x00: with redundant leading zeros.
6+

assets/logo.svg

Lines changed: 10 additions & 9 deletions
Loading

assets/logoAndText.svg

Lines changed: 7 additions & 7 deletions
Loading

assets/opengraph.png

385 KB
Loading

assets/opengraph.svg

Lines changed: 125 additions & 0 deletions
Loading

assets/preview.png

148 KB
Loading

packages/ccc/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# @ckb-ccc/ccc
22

3+
## 1.1.22
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/shell@1.1.22
8+
9+
## 1.1.21
10+
### Patch Changes
11+
12+
- Updated dependencies []:
13+
- @ckb-ccc/eip6963@1.0.29
14+
- @ckb-ccc/joy-id@1.0.29
15+
- @ckb-ccc/nip07@1.0.29
16+
- @ckb-ccc/okx@1.0.29
17+
- @ckb-ccc/rei@1.0.29
18+
- @ckb-ccc/shell@1.1.21
19+
- @ckb-ccc/uni-sat@1.0.29
20+
- @ckb-ccc/utxo-global@1.0.29
21+
- @ckb-ccc/xverse@1.0.29
22+
23+
## 1.1.20
24+
### Patch Changes
25+
26+
- Updated dependencies []:
27+
- @ckb-ccc/eip6963@1.0.28
28+
- @ckb-ccc/joy-id@1.0.28
29+
- @ckb-ccc/nip07@1.0.28
30+
- @ckb-ccc/okx@1.0.28
31+
- @ckb-ccc/rei@1.0.28
32+
- @ckb-ccc/shell@1.1.20
33+
- @ckb-ccc/uni-sat@1.0.28
34+
- @ckb-ccc/utxo-global@1.0.28
35+
- @ckb-ccc/xverse@1.0.28
36+
337
## 1.1.19
438
### Patch Changes
539

packages/ccc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckb-ccc/ccc",
3-
"version": "1.1.19",
3+
"version": "1.1.22",
44
"description": "CCC - CKBer's Codebase. Common Chains Connector.",
55
"author": "Hanssen0 <hanssen0@hanssen0.com>",
66
"license": "MIT",

packages/ckb-ccc/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# ckb-ccc
22

3+
## 1.0.30
4+
### Patch Changes
5+
6+
- Updated dependencies []:
7+
- @ckb-ccc/ccc@1.1.22
8+
9+
## 1.0.29
10+
### Patch Changes
11+
12+
- Updated dependencies []:
13+
- @ckb-ccc/ccc@1.1.21
14+
15+
## 1.0.28
16+
### Patch Changes
17+
18+
- Updated dependencies []:
19+
- @ckb-ccc/ccc@1.1.20
20+
321
## 1.0.27
422
### Patch Changes
523

0 commit comments

Comments
 (0)