Skip to content

Commit 620c31c

Browse files
committed
chore: update versions and changelogs
1 parent 948df6e commit 620c31c

File tree

5 files changed

+44
-5
lines changed

5 files changed

+44
-5
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# 0.201.1 (2025-05-30)
2+
3+
### Caveat
4+
5+
The [CKB 2023](https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0051-ckb2023/0051-ckb2023.md) Hardfork will be activated at **Epoch 12,293**(estimated 2025-07-01) and requires **CKB@v0.200.0** or **Light Client@v0.4.0** and above.
6+
7+
To ensure synchronization after the hardfork, please upgrade Neuron to v0.201.0 or later for full node users, and to v0.119.0 or later for light client users.
8+
9+
Visit https://explorer.nervos.org/hardfork for more information about the hardfork.
10+
11+
### CKB Node & Light Client
12+
13+
- [CKB@v0.201.0](https://github.com/nervosnetwork/ckb/releases/tag/v0.201.0) was released on Apr. 3rd, 2025. This version of CKB node is now bundled and preconfigured in Neuron.
14+
- [CKB Light Client@v0.4.1](https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.4.1) was released on Nov. 13th, 2024. This version of CKB Light Client is now bundled and preconfigured in Neuron
15+
16+
### Assumed valid target
17+
18+
Block before `0x8d98cc0af11e54e7c66b10d188cea7bd1ec33acee624eb0fddd9bb6951cf720e`(at height `16,284,813`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/3357)
19+
20+
---
21+
22+
## New features
23+
24+
- #3323: Support UDT destruction.(@devchenyan)
25+
- #3329, #3347: Introduce new Multisig Script, and support Nervos DAO with it.(@devchenyan)
26+
27+
## Bug fixes
28+
29+
- #3317: Hide 'View Private Key' when it's a hardware wallet.(@devchenyan)
30+
- #3332: Better note for external node running without the indexer module enabled.(@devchenyan)
31+
- #3352: Fix screen flicker when connecting to external ndoes running new versions.(@devchenyan)
32+
33+
34+
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.121.1...v0.201.0
35+
36+
37+
38+
39+
140
# 0.121.1 (2025-02-13)
241

342
### CKB Node & Light Client

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.121.1",
5+
"version": "0.201.0",
66
"npmClient": "yarn",
77
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "neuron",
33
"productName": "Neuron",
44
"description": "CKB Neuron Wallet",
5-
"version": "0.121.1",
5+
"version": "0.201.0",
66
"private": true,
77
"author": {
88
"name": "Nervos Core Dev",

packages/neuron-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neuron-ui",
3-
"version": "0.121.1",
3+
"version": "0.201.0",
44
"private": true,
55
"author": {
66
"name": "Nervos Core Dev",

packages/neuron-wallet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "Neuron",
44
"description": "CKB Neuron Wallet",
55
"homepage": "https://www.nervos.org/",
6-
"version": "0.121.1",
6+
"version": "0.201.0",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -92,7 +92,7 @@
9292
"electron-builder": "24.13.3",
9393
"electron-devtools-installer": "3.2.1",
9494
"jest-when": "3.6.0",
95-
"neuron-ui": "0.121.1",
95+
"neuron-ui": "0.201.0",
9696
"typescript": "5.3.3"
9797
}
9898
}

0 commit comments

Comments
 (0)