-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6427eb4
commit 54f8aff
Showing
44 changed files
with
356 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @ckb-lumos/base | ||
|
||
## 0.21.0-next.0 | ||
|
||
### Minor Changes | ||
|
||
- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/base", | ||
"version": "0.20.0", | ||
"version": "0.21.0-next.0", | ||
"description": "Base data structures and utilities used in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/lumos#readme", | ||
|
@@ -44,9 +44,9 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/bi": "0.20.0", | ||
"@ckb-lumos/codec": "0.20.0", | ||
"@ckb-lumos/toolkit": "0.20.0", | ||
"@ckb-lumos/bi": "0.21.0-next.0", | ||
"@ckb-lumos/codec": "0.21.0-next.0", | ||
"@ckb-lumos/toolkit": "0.21.0-next.0", | ||
"@types/blake2b": "^2.1.0", | ||
"@types/lodash.isequal": "^4.5.5", | ||
"blake2b": "^2.1.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @ckb-lumos/bi | ||
|
||
## 0.21.0-next.0 | ||
|
||
### Minor Changes | ||
|
||
- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @ckb-lumos/ckb-indexer | ||
|
||
## 0.21.0-next.0 | ||
|
||
### Minor Changes | ||
|
||
- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/ckb-indexer", | ||
"version": "0.20.0", | ||
"version": "0.21.0-next.0", | ||
"description": "CKB Indexer", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/lumos#readme", | ||
|
@@ -19,16 +19,16 @@ | |
"src" | ||
], | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.20.0", | ||
"@ckb-lumos/bi": "0.20.0", | ||
"@ckb-lumos/codec": "0.20.0", | ||
"@ckb-lumos/rpc": "0.20.0", | ||
"@ckb-lumos/toolkit": "0.20.0", | ||
"@ckb-lumos/base": "0.21.0-next.0", | ||
"@ckb-lumos/bi": "0.21.0-next.0", | ||
"@ckb-lumos/codec": "0.21.0-next.0", | ||
"@ckb-lumos/rpc": "0.21.0-next.0", | ||
"@ckb-lumos/toolkit": "0.21.0-next.0", | ||
"cross-fetch": "^3.1.5", | ||
"events": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@ckb-lumos/testkit": "0.20.0", | ||
"@ckb-lumos/testkit": "0.21.0-next.0", | ||
"@types/lodash.uniqby": "^4.7.7", | ||
"@types/request": "^2.48.8", | ||
"@types/sinon": "^10.0.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @ckb-lumos/codec | ||
|
||
## 0.21.0-next.0 | ||
|
||
### Minor Changes | ||
|
||
- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# @ckb-lumos/common-scripts | ||
|
||
## 0.21.0-next.0 | ||
|
||
### Minor Changes | ||
|
||
- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 | ||
|
||
### Patch Changes | ||
|
||
- [#549](https://github.com/ckb-js/lumos/pull/549) [`5d1862f`](https://github.com/ckb-js/lumos/commit/5d1862fca2de473ef047cef3044f0cb5a2d9b2d7) Thanks [@homura](https://github.com/homura)! - enable ACP to work with sUDT cells with more than 16 bytes of data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/common-scripts", | ||
"version": "0.20.0", | ||
"version": "0.21.0-next.0", | ||
"description": "Common script support in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/lumos#readme", | ||
|
@@ -19,13 +19,13 @@ | |
"src" | ||
], | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.20.0", | ||
"@ckb-lumos/bi": "0.20.0", | ||
"@ckb-lumos/codec": "0.20.0", | ||
"@ckb-lumos/config-manager": "0.20.0", | ||
"@ckb-lumos/helpers": "0.20.0", | ||
"@ckb-lumos/rpc": "0.20.0", | ||
"@ckb-lumos/toolkit": "0.20.0", | ||
"@ckb-lumos/base": "0.21.0-next.0", | ||
"@ckb-lumos/bi": "0.21.0-next.0", | ||
"@ckb-lumos/codec": "0.21.0-next.0", | ||
"@ckb-lumos/config-manager": "0.21.0-next.0", | ||
"@ckb-lumos/helpers": "0.21.0-next.0", | ||
"@ckb-lumos/rpc": "0.21.0-next.0", | ||
"@ckb-lumos/toolkit": "0.21.0-next.0", | ||
"immutable": "^4.3.0" | ||
}, | ||
"repository": { | ||
|
@@ -53,8 +53,8 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@ckb-lumos/debugger": "0.20.0", | ||
"@ckb-lumos/hd": "0.20.0", | ||
"@ckb-lumos/debugger": "0.21.0-next.0", | ||
"@ckb-lumos/hd": "0.21.0-next.0", | ||
"@types/keccak": "^3.0.1", | ||
"keccak": "^3.0.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @ckb-lumos/config-manager | ||
|
||
## 0.21.0-next.0 | ||
|
||
### Minor Changes | ||
|
||
- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/config-manager", | ||
"version": "0.20.0", | ||
"version": "0.21.0-next.0", | ||
"description": "Config manager for lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/lumos#readme", | ||
|
@@ -34,9 +34,9 @@ | |
"url": "https://github.com/ckb-js/lumos/issues" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.20.0", | ||
"@ckb-lumos/bi": "0.20.0", | ||
"@ckb-lumos/codec": "0.20.0", | ||
"@ckb-lumos/base": "0.21.0-next.0", | ||
"@ckb-lumos/bi": "0.21.0-next.0", | ||
"@ckb-lumos/codec": "0.21.0-next.0", | ||
"@types/deep-freeze-strict": "^1.1.0", | ||
"deep-freeze-strict": "^1.1.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @ckb-lumos/debugger | ||
|
||
## 0.21.0-next.0 | ||
|
||
### Minor Changes | ||
|
||
- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @ckb-lumos/e2e-test | ||
|
||
## 0.21.0-next.0 | ||
|
||
### Minor Changes | ||
|
||
- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @ckb-lumos/experiment-tx-assembler | ||
|
||
## 0.21.0-next.0 | ||
|
||
### Minor Changes | ||
|
||
- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @ckb-lumos/hd-cache | ||
|
||
## 0.21.0-next.0 | ||
|
||
### Minor Changes | ||
|
||
- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/hd-cache", | ||
"version": "0.20.0", | ||
"version": "0.21.0-next.0", | ||
"description": "HD wallet cache in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/lumos#readme", | ||
|
@@ -19,12 +19,12 @@ | |
"src" | ||
], | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.20.0", | ||
"@ckb-lumos/bi": "0.20.0", | ||
"@ckb-lumos/ckb-indexer": "0.20.0", | ||
"@ckb-lumos/config-manager": "0.20.0", | ||
"@ckb-lumos/hd": "0.20.0", | ||
"@ckb-lumos/rpc": "0.20.0", | ||
"@ckb-lumos/base": "0.21.0-next.0", | ||
"@ckb-lumos/bi": "0.21.0-next.0", | ||
"@ckb-lumos/ckb-indexer": "0.21.0-next.0", | ||
"@ckb-lumos/config-manager": "0.21.0-next.0", | ||
"@ckb-lumos/hd": "0.21.0-next.0", | ||
"@ckb-lumos/rpc": "0.21.0-next.0", | ||
"immutable": "^4.3.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @ckb-lumos/hd | ||
|
||
## 0.21.0-next.0 | ||
|
||
### Minor Changes | ||
|
||
- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/hd", | ||
"version": "0.20.0", | ||
"version": "0.21.0-next.0", | ||
"description": "HD wallet manager in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/lumos#readme", | ||
|
@@ -19,8 +19,8 @@ | |
"src" | ||
], | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.20.0", | ||
"@ckb-lumos/bi": "0.20.0", | ||
"@ckb-lumos/base": "0.21.0-next.0", | ||
"@ckb-lumos/bi": "0.21.0-next.0", | ||
"bn.js": "^5.1.3", | ||
"elliptic": "^6.5.4", | ||
"scrypt-js": "^3.0.1", | ||
|
Oops, something went wrong.
54f8aff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
lumos-website – ./
lumos-website.vercel.app
lumos-website-git-develop-magickbase.vercel.app
lumos-website-magickbase.vercel.app