Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/develop' into joyid
Browse files Browse the repository at this point in the history
  • Loading branch information
homura committed Apr 16, 2024
2 parents 53188ec + 9e10f98 commit 2880a81
Show file tree
Hide file tree
Showing 60 changed files with 408 additions and 337 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-years-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-pots-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-feet-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-pens-heal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-rabbits-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-seals-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-plants-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-trainers-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-chefs-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-years-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-points-tease.md

This file was deleted.

44 changes: 0 additions & 44 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-mugs-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-guests-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-chefs-marry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-dodos-notice.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ckb-lumos/base

## 0.22.2

## 0.22.1

## 0.22.0

### Minor Changes

- [#601](https://github.com/ckb-js/lumos/pull/601) [`7e89b4a`](https://github.com/ckb-js/lumos/commit/7e89b4a1b382e9c6fb4e1305bdaf1521bc0cde6e) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: unpacked number of `blockchain.*.unpack` should be `Hexadecimal` instead of `number` or`BI`

## 0.22.0-next.5

## 0.22.0-next.4
Expand Down
8 changes: 4 additions & 4 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/base",
"version": "0.22.0-next.5",
"version": "0.22.2",
"description": "Base data structures and utilities used in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down Expand Up @@ -44,9 +44,9 @@
]
},
"dependencies": {
"@ckb-lumos/bi": "0.22.0-next.5",
"@ckb-lumos/codec": "0.22.0-next.5",
"@ckb-lumos/toolkit": "0.22.0-next.5",
"@ckb-lumos/bi": "0.22.2",
"@ckb-lumos/codec": "0.22.2",
"@ckb-lumos/toolkit": "0.22.2",
"@types/blake2b": "^2.1.0",
"@types/lodash.isequal": "^4.5.5",
"blake2b": "^2.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/bi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-lumos/bi

## 0.22.2

## 0.22.1

## 0.22.0

## 0.22.0-next.5

## 0.22.0-next.4
Expand Down
2 changes: 1 addition & 1 deletion packages/bi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/bi",
"version": "0.22.0-next.5",
"version": "0.22.2",
"description": "Bigint support in lumos",
"author": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/ckb-indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ckb-lumos/ckb-indexer

## 0.22.2

## 0.22.1

## 0.22.0

## 0.22.0-next.5

## 0.22.0-next.4
Expand Down
14 changes: 7 additions & 7 deletions packages/ckb-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/ckb-indexer",
"version": "0.22.0-next.5",
"version": "0.22.2",
"description": "CKB Indexer",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand All @@ -19,16 +19,16 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.22.0-next.5",
"@ckb-lumos/bi": "0.22.0-next.5",
"@ckb-lumos/codec": "0.22.0-next.5",
"@ckb-lumos/rpc": "0.22.0-next.5",
"@ckb-lumos/toolkit": "0.22.0-next.5",
"@ckb-lumos/base": "0.22.2",
"@ckb-lumos/bi": "0.22.2",
"@ckb-lumos/codec": "0.22.2",
"@ckb-lumos/rpc": "0.22.2",
"@ckb-lumos/toolkit": "0.22.2",
"cross-fetch": "^3.1.5",
"events": "^3.3.0"
},
"devDependencies": {
"@ckb-lumos/testkit": "0.22.0-next.5",
"@ckb-lumos/testkit": "0.22.2",
"@types/lodash.uniqby": "^4.7.7",
"@types/request": "^2.48.8",
"@types/sinon": "^10.0.6",
Expand Down
14 changes: 14 additions & 0 deletions packages/codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @ckb-lumos/codec

## 0.22.2

## 0.22.1

## 0.22.0

### Minor Changes

- [#586](https://github.com/ckb-js/lumos/pull/586) [`ee8a352`](https://github.com/ckb-js/lumos/commit/ee8a35272bb1794794fc195c5b2bc7f0985c5da3) Thanks [@homura](https://github.com/homura)! - feat: supported union works with custom id

### Patch Changes

- [#635](https://github.com/ckb-js/lumos/pull/635) [`3f37c5b`](https://github.com/ckb-js/lumos/commit/3f37c5bf34eca113271b7215d473d2cc36dd934b) Thanks [@homura](https://github.com/homura)! - feat: export mol layout definition to ensure tsc can infer types

## 0.22.0-next.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/codec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/codec",
"version": "0.22.0-next.5",
"version": "0.22.2",
"description": "Make your own molecule binding in JavaScript(TypeScript)",
"author": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down Expand Up @@ -28,7 +28,7 @@
"clean": "rm -rf lib"
},
"dependencies": {
"@ckb-lumos/bi": "0.22.0-next.5"
"@ckb-lumos/bi": "0.22.2"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 16 additions & 0 deletions packages/common-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @ckb-lumos/common-scripts

## 0.22.2

## 0.22.1

## 0.22.0

### Minor Changes

- [#596](https://github.com/ckb-js/lumos/pull/596) [`ad483d9`](https://github.com/ckb-js/lumos/commit/ad483d9cb55ad38db9604fde456033b9513bc7f1) Thanks [@homura](https://github.com/homura)! - feat: support registered lock in dao operations

- [#607](https://github.com/ckb-js/lumos/pull/607) [`b44fb39`](https://github.com/ckb-js/lumos/commit/b44fb3967d8c0cec40e8a39a885b33a515c2d9d4) Thanks [@homura](https://github.com/homura)! - feat: supported bitcoin auth in omnilock

- [#623](https://github.com/ckb-js/lumos/pull/623) [`028d28e`](https://github.com/ckb-js/lumos/commit/028d28e463fd2f8b58b722684ad9fac982b3b923) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: omnilock bitcoin auth message is changed to `CKB (Bitcoin Layer) transaction: 0x`

- [#624](https://github.com/ckb-js/lumos/pull/624) [`31e2f29`](https://github.com/ckb-js/lumos/commit/31e2f297c2452376917c8b516aaf4e9485cbac7f) Thanks [@homura](https://github.com/homura)! - feat: update mainnet omnilock config

## 0.22.0-next.5

### Minor Changes
Expand Down
20 changes: 10 additions & 10 deletions packages/common-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/common-scripts",
"version": "0.22.0-next.5",
"version": "0.22.2",
"description": "Common script support in lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand All @@ -19,13 +19,13 @@
"src"
],
"dependencies": {
"@ckb-lumos/base": "0.22.0-next.5",
"@ckb-lumos/bi": "0.22.0-next.5",
"@ckb-lumos/codec": "0.22.0-next.5",
"@ckb-lumos/config-manager": "0.22.0-next.5",
"@ckb-lumos/helpers": "0.22.0-next.5",
"@ckb-lumos/rpc": "0.22.0-next.5",
"@ckb-lumos/toolkit": "0.22.0-next.5",
"@ckb-lumos/base": "0.22.2",
"@ckb-lumos/bi": "0.22.2",
"@ckb-lumos/codec": "0.22.2",
"@ckb-lumos/config-manager": "0.22.2",
"@ckb-lumos/helpers": "0.22.2",
"@ckb-lumos/rpc": "0.22.2",
"@ckb-lumos/toolkit": "0.22.2",
"bs58": "^5.0.0",
"bech32": "^2.0.0",
"immutable": "^4.3.0"
Expand Down Expand Up @@ -55,8 +55,8 @@
]
},
"devDependencies": {
"@ckb-lumos/debugger": "0.22.0-next.5",
"@ckb-lumos/hd": "0.22.0-next.5",
"@ckb-lumos/debugger": "0.22.2",
"@ckb-lumos/hd": "0.22.2",
"@types/keccak": "^3.0.1",
"@unisat/wallet-sdk": "^1.1.2",
"keccak": "^3.0.1"
Expand Down
28 changes: 28 additions & 0 deletions packages/config-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @ckb-lumos/config-manager

## 0.22.2

### Patch Changes

- [#669](https://github.com/ckb-js/lumos/pull/669) [`1f22441`](https://github.com/ckb-js/lumos/commit/1f224418757ed87ce0209bb7422af8b18ef282a4) Thanks [@homura](https://github.com/homura)! - feat: update testnet omnilock predefined config

## 0.22.1

### Patch Changes

- [#665](https://github.com/ckb-js/lumos/pull/665) [`2b03027`](https://github.com/ckb-js/lumos/commit/2b03027c65d42157e32fc2fe5eefc42d13b7b686) Thanks [@homura](https://github.com/homura)! - feat: update omnilock config

## 0.22.0

### Minor Changes

- [#610](https://github.com/ckb-js/lumos/pull/610) [`0353ba3`](https://github.com/ckb-js/lumos/commit/0353ba357454255703ba86f98b44333c6c966492) Thanks [@homura](https://github.com/homura)! - feat: `refreshScriptConfigs` to refresh deployment config

- [#623](https://github.com/ckb-js/lumos/pull/623) [`028d28e`](https://github.com/ckb-js/lumos/commit/028d28e463fd2f8b58b722684ad9fac982b3b923) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: omnilock bitcoin auth message is changed to `CKB (Bitcoin Layer) transaction: 0x`

- [#605](https://github.com/ckb-js/lumos/pull/605) [`330ec9a`](https://github.com/ckb-js/lumos/commit/330ec9a79dc024e7860aa4785fe9c3bcfffc0767) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: update testnet omnilock config

- [#606](https://github.com/ckb-js/lumos/pull/606) [`349be74`](https://github.com/ckb-js/lumos/commit/349be74dd828c68036373c8eae6dd912c711551f) Thanks [@homura](https://github.com/homura)! - feat: **deprecated** the `helpers` in `config-manager` to avoid confused with `@ckb-lumos/helpers`

### Patch Changes

- [#614](https://github.com/ckb-js/lumos/pull/614) [`5ee0349`](https://github.com/ckb-js/lumos/commit/5ee0349c5d0d5294acafe4788fd225609bfc7235) Thanks [@homura](https://github.com/homura)! - **BREAKING CHANGE**: update omnilock script config

## 0.22.0-next.5

## 0.22.0-next.4
Expand Down
10 changes: 5 additions & 5 deletions packages/config-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/config-manager",
"version": "0.22.0-next.5",
"version": "0.22.2",
"description": "Config manager for lumos",
"author": "Xuejie Xiao <[email protected]>",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down Expand Up @@ -34,10 +34,10 @@
"url": "https://github.com/ckb-js/lumos/issues"
},
"dependencies": {
"@ckb-lumos/base": "0.22.0-next.5",
"@ckb-lumos/bi": "0.22.0-next.5",
"@ckb-lumos/codec": "0.22.0-next.5",
"@ckb-lumos/rpc": "0.22.0-next.5",
"@ckb-lumos/base": "0.22.2",
"@ckb-lumos/bi": "0.22.2",
"@ckb-lumos/codec": "0.22.2",
"@ckb-lumos/rpc": "0.22.2",
"@types/deep-freeze-strict": "^1.1.0",
"deep-freeze-strict": "^1.1.1"
},
Expand Down
Loading

0 comments on commit 2880a81

Please sign in to comment.