Skip to content

Commit a5592dc

Browse files
authored
feat: upgrade default CKB version to 0.205.0 (#421)
1 parent fb506f4 commit a5592dc

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.changeset/dry-actors-open.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@offckb/cli': patch
3+
---
4+
5+
Upgrade default CKB version from 0.201.0 to 0.205.0
6+
7+
CKB v0.205.0 includes:
8+
9+
- Terminal module for CKB-TUI
10+
- Proxy protocol support
11+
- RPC logs subscription
12+
- Rust toolchain upgrade to 1.92.0

src/cfg/setting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const defaultSettings: Settings = {
6262
proxy: undefined,
6363
bins: {
6464
rootFolder: path.resolve(dataPath, 'bins'),
65-
defaultCKBVersion: '0.201.0',
65+
defaultCKBVersion: '0.205.0',
6666
downloadPath: path.resolve(cachePath, 'download'),
6767
},
6868
devnet: {

0 commit comments

Comments
 (0)