Skip to content

Commit dfe1b5f

Browse files
Merge develop into v4 (#429)
* fix(release): revert manual version bump to 0.4.5 * chore(release): bump version to 0.4.6 * build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#427) Bumps the npm_and_yarn group with 2 updates in the / directory: [@hono/node-server](https://github.com/honojs/node-server) and [hono](https://github.com/honojs/hono). Updates `@hono/node-server` from 1.19.10 to 1.19.13 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v1.19.10...v1.19.13) Updates `hono` from 4.12.7 to 4.12.12 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.7...v4.12.12) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 1.19.13 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: hono dependency-version: 4.12.12 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents db39765 + af1f645 commit dfe1b5f

5 files changed

Lines changed: 36 additions & 42 deletions

File tree

.changeset/dry-actors-open.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/fix-privkey-prefix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/vast-ravens-invent.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @offckb/cli
22

3+
## 0.4.6
4+
5+
### Patch Changes
6+
7+
- a5592dc: Upgrade default CKB version from 0.201.0 to 0.205.0
8+
9+
CKB v0.205.0 includes:
10+
11+
- Terminal module for CKB-TUI
12+
- Proxy protocol support
13+
- RPC logs subscription
14+
- Rust toolchain upgrade to 1.92.0
15+
16+
- 8da140d: fix(cli): standardize private key inputs and fix 0x prefix parsing error (#422)
17+
- fb506f4: fix(create): ensure CKB binary and devnet config before generating scripts
18+
19+
Fix issue #396 where `offckb create` failed if user hasn't run `offckb node` first.
20+
21+
**Changes:**
22+
23+
- Add imports for `installCKBBinary`, `initChainIfNeeded`, and `readSettings`
24+
- Call `installCKBBinary` to download CKB binary if not exists
25+
- Call `initChainIfNeeded` to initialize devnet config if not exists
26+
- Both calls happen before `genSystemScriptsJsonFile` to ensure dependencies are ready
27+
28+
This makes `offckb create` self-sufficient and doesn't require prior `offckb node` execution.
29+
330
## 0.4.5
431

532
### Patch Changes

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)