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
12 changes: 0 additions & 12 deletions .changeset/dry-actors-open.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-privkey-prefix.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/vast-ravens-invent.md

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @offckb/cli

## 0.4.6

### Patch Changes

- a5592dc: Upgrade default CKB version from 0.201.0 to 0.205.0

CKB v0.205.0 includes:

- Terminal module for CKB-TUI
- Proxy protocol support
- RPC logs subscription
- Rust toolchain upgrade to 1.92.0

- 8da140d: fix(cli): standardize private key inputs and fix 0x prefix parsing error (#422)
- fb506f4: fix(create): ensure CKB binary and devnet config before generating scripts

Fix issue #396 where `offckb create` failed if user hasn't run `offckb node` first.

**Changes:**

- Add imports for `installCKBBinary`, `initChainIfNeeded`, and `readSettings`
- Call `installCKBBinary` to download CKB binary if not exists
- Call `initChainIfNeeded` to initialize devnet config if not exists
- Both calls happen before `genSystemScriptsJsonFile` to ensure dependencies are ready

This makes `offckb create` self-sufficient and doesn't require prior `offckb node` execution.

## 0.4.5

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading