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
2 changes: 1 addition & 1 deletion .ckb-light-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.1
v0.5.0
2 changes: 1 addition & 1 deletion .ckb-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.201.0
v0.202.0
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 0.202.0 (2025-06-25)

### Caveat

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 **[email protected]** or **Light [email protected]** and above.

To ensure synchronization after the hardfork, please upgrade Neuron to [v0.201.0](https://github.com/nervosnetwork/neuron/releases/tag/v0.201.0) or later for full node users, and to [v0.202.0](https://github.com/nervosnetwork/neuron/releases/tag/v0.202.0) or later for light client users.

Visit https://explorer.nervos.org/hardfork for more information about the hardfork.

### CKB Node & Light Client

- [[email protected]](https://github.com/nervosnetwork/ckb/releases/tag/v0.202.0) was released on Jun. 12th, 2025. This version of CKB node is now bundled and preconfigured in Neuron.
- [CKB Light [email protected]](https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.5.0) was released on Jun. 19th, 2025. This version of CKB Light Client is now bundled and preconfigured in Neuron

### Assumed valid target

Block before `0x6676e2c4ef75afd8ef00a61d21a230fbe83c672e6a89dc60dcb41879884979a1`(at height `16,517,698`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/3376)

**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.201.0...v0.202.0


# 0.201.0 (2025-05-30)

### Caveat
Expand Down
48 changes: 48 additions & 0 deletions compatible.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"fullVersions": [
"0.202",
"0.201",
"0.200",
"0.121",
Expand All @@ -23,13 +24,15 @@
"0.103"
],
"lightVersions": [
"0.5",
"0.4",
"0.3",
"0.2"
],
"compatible": {
"0.111": {
"full": [
"0.202",
"0.201",
"0.200",
"0.121",
Expand All @@ -47,13 +50,15 @@
"0.109"
],
"light": [
"0.5",
"0.4",
"0.3",
"0.2"
]
},
"0.110": {
"full": [
"0.202",
"0.201",
"0.200",
"0.121",
Expand All @@ -71,6 +76,7 @@
"0.109"
],
"light": [
"0.5",
"0.4",
"0.3",
"0.2"
Expand All @@ -94,6 +100,7 @@
},
"0.112": {
"full": [
"0.202",
"0.201",
"0.200",
"0.121",
Expand All @@ -111,13 +118,15 @@
"0.109"
],
"light": [
"0.5",
"0.4",
"0.3",
"0.2"
]
},
"0.114": {
"full": [
"0.202",
"0.201",
"0.200",
"0.121",
Expand All @@ -135,13 +144,15 @@
"0.109"
],
"light": [
"0.5",
"0.4",
"0.3",
"0.2"
]
},
"0.116": {
"full": [
"0.202",
"0.201",
"0.200",
"0.121",
Expand All @@ -159,13 +170,15 @@
"0.109"
],
"light": [
"0.5",
"0.4",
"0.3",
"0.2"
]
},
"0.117": {
"full": [
"0.202",
"0.201",
"0.200",
"0.121",
Expand All @@ -183,13 +196,15 @@
"0.109"
],
"light": [
"0.5",
"0.4",
"0.3",
"0.2"
]
},
"0.119": {
"full": [
"0.202",
"0.201",
"0.200",
"0.121",
Expand All @@ -207,13 +222,15 @@
"0.109"
],
"light": [
"0.5",
"0.4",
"0.3",
"0.2"
]
},
"0.120": {
"full": [
"0.202",
"0.201",
"0.200",
"0.121",
Expand All @@ -231,13 +248,15 @@
"0.109"
],
"light": [
"0.5",
"0.4",
"0.3",
"0.2"
]
},
"0.121": {
"full": [
"0.202",
"0.201",
"0.200",
"0.121",
Expand All @@ -255,13 +274,15 @@
"0.109"
],
"light": [
"0.5",
"0.4",
"0.3",
"0.2"
]
},
"0.201": {
"full": [
"0.202",
"0.201",
"0.200",
"0.121",
Expand All @@ -279,6 +300,33 @@
"0.109"
],
"light": [
"0.5",
"0.4",
"0.3",
"0.2"
]
},
"0.202": {
"full": [
"0.202",
"0.201",
"0.200",
"0.121",
"0.120",
"0.119",
"0.118",
"0.117",
"0.116",
"0.115",
"0.114",
"0.113",
"0.112",
"0.111",
"0.110",
"0.109"
],
"light": [
"0.5",
"0.4",
"0.3",
"0.2"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.201.0",
"version": "0.202.0",
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "neuron",
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"version": "0.201.0",
"version": "0.202.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neuron-ui",
"version": "0.201.0",
"version": "0.202.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
6 changes: 3 additions & 3 deletions packages/neuron-wallet/.env
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ MAINNET_MULTISIG_TXHASH=0x6888aa39ab30c570c2c30d9d5684d3769bf77265a7973211a3c087
TESTNET_MULTISIG_TXHASH=0x2eefdeb21f3a3edf697c28a52601b4419806ed60bb427420455cc29a090b26d5

# CKB NODE OPTIONS
CKB_NODE_ASSUME_VALID_TARGET='0x8d98cc0af11e54e7c66b10d188cea7bd1ec33acee624eb0fddd9bb6951cf720e'
CKB_NODE_ASSUME_VALID_TARGET_BLOCK_NUMBER=16284813
CKB_NODE_DATA_SIZE=125
CKB_NODE_ASSUME_VALID_TARGET='0x6676e2c4ef75afd8ef00a61d21a230fbe83c672e6a89dc60dcb41879884979a1'
CKB_NODE_ASSUME_VALID_TARGET_BLOCK_NUMBER=16517698
CKB_NODE_DATA_SIZE=126
4 changes: 2 additions & 2 deletions packages/neuron-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"homepage": "https://www.nervos.org/",
"version": "0.201.0",
"version": "0.202.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down Expand Up @@ -92,7 +92,7 @@
"electron-builder": "24.13.3",
"electron-devtools-installer": "3.2.1",
"jest-when": "3.6.0",
"neuron-ui": "0.201.0",
"neuron-ui": "0.202.0",
"typescript": "5.3.3"
}
}