diff --git a/.changeset/dry-actors-open.md b/.changeset/dry-actors-open.md deleted file mode 100644 index 9912e16..0000000 --- a/.changeset/dry-actors-open.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@offckb/cli': patch ---- - -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 diff --git a/.changeset/fix-privkey-prefix.md b/.changeset/fix-privkey-prefix.md deleted file mode 100644 index a420ec6..0000000 --- a/.changeset/fix-privkey-prefix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@offckb/cli": patch ---- - -fix(cli): standardize private key inputs and fix 0x prefix parsing error (#422) diff --git a/.changeset/vast-ravens-invent.md b/.changeset/vast-ravens-invent.md deleted file mode 100644 index a92722a..0000000 --- a/.changeset/vast-ravens-invent.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@offckb/cli': patch ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0440098..4130afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e710702..1d68b9c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -409,8 +409,8 @@ packages: resolution: {integrity: sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@hono/node-server@1.19.10': - resolution: {integrity: sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==} + '@hono/node-server@1.19.13': + resolution: {integrity: sha512-TsQLe4i2gvoTtrHje625ngThGBySOgSK3Xo2XRYOdqGN1teR8+I7vchQC46uLJi8OF62YTYA3AhSpumtkhsaKQ==} engines: {node: '>=18.14.1'} peerDependencies: hono: ^4 @@ -1906,8 +1906,8 @@ packages: hmac-drbg@1.0.1: resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} - hono@4.12.7: - resolution: {integrity: sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==} + hono@4.12.12: + resolution: {integrity: sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==} engines: {node: '>=16.9.0'} html-escaper@2.0.2: @@ -3680,9 +3680,9 @@ snapshots: '@eslint/core': 0.13.0 levn: 0.4.1 - '@hono/node-server@1.19.10(hono@4.12.7)': + '@hono/node-server@1.19.13(hono@4.12.12)': dependencies: - hono: 4.12.7 + hono: 4.12.12 '@humanfs/core@0.19.1': {} @@ -4085,7 +4085,7 @@ snapshots: '@modelcontextprotocol/sdk@1.27.1(zod@3.25.76)': dependencies: - '@hono/node-server': 1.19.10(hono@4.12.7) + '@hono/node-server': 1.19.13(hono@4.12.12) ajv: 8.18.0 ajv-formats: 3.0.1(ajv@8.18.0) content-type: 1.0.5 @@ -4095,7 +4095,7 @@ snapshots: eventsource-parser: 3.0.6 express: 5.2.1 express-rate-limit: 8.3.1(express@5.2.1) - hono: 4.12.7 + hono: 4.12.12 jose: 6.1.3 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 @@ -5383,7 +5383,7 @@ snapshots: minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - hono@4.12.7: {} + hono@4.12.12: {} html-escaper@2.0.2: {}