Skip to content

Commit 7036e71

Browse files
committed
Merge branch 'master' into develop
2 parents 0065f4d + 8ba1631 commit 7036e71

File tree

7 files changed

+56
-8
lines changed

7 files changed

+56
-8
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 0.202.0 (2025-06-25)
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 **[email protected]** or **Light [email protected]** and above.
6+
7+
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.
8+
9+
Visit https://explorer.nervos.org/hardfork for more information about the hardfork.
10+
11+
### CKB Node & Light Client
12+
13+
- [[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.
14+
- [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
15+
16+
### Assumed valid target
17+
18+
Block before `0x6676e2c4ef75afd8ef00a61d21a230fbe83c672e6a89dc60dcb41879884979a1`(at height `16,517,698`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/3376)
19+
20+
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.201.0...v0.202.0
21+
22+
123
# 0.201.0 (2025-05-30)
224

325
### Caveat

compatible.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,32 @@
305305
"0.3",
306306
"0.2"
307307
]
308+
},
309+
"0.202": {
310+
"full": [
311+
"0.202",
312+
"0.201",
313+
"0.200",
314+
"0.121",
315+
"0.120",
316+
"0.119",
317+
"0.118",
318+
"0.117",
319+
"0.116",
320+
"0.115",
321+
"0.114",
322+
"0.113",
323+
"0.112",
324+
"0.111",
325+
"0.110",
326+
"0.109"
327+
],
328+
"light": [
329+
"0.5",
330+
"0.4",
331+
"0.3",
332+
"0.2"
333+
]
308334
}
309335
}
310336
}

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.201.0",
5+
"version": "0.202.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.201.0",
5+
"version": "0.202.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.201.0",
3+
"version": "0.202.0",
44
"private": true,
55
"author": {
66
"name": "Nervos Core Dev",

packages/neuron-wallet/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ MAINNET_MULTISIG_TXHASH=0x6888aa39ab30c570c2c30d9d5684d3769bf77265a7973211a3c087
121121
TESTNET_MULTISIG_TXHASH=0x2eefdeb21f3a3edf697c28a52601b4419806ed60bb427420455cc29a090b26d5
122122

123123
# CKB NODE OPTIONS
124-
CKB_NODE_ASSUME_VALID_TARGET='0x8d98cc0af11e54e7c66b10d188cea7bd1ec33acee624eb0fddd9bb6951cf720e'
125-
CKB_NODE_ASSUME_VALID_TARGET_BLOCK_NUMBER=16284813
126-
CKB_NODE_DATA_SIZE=125
124+
CKB_NODE_ASSUME_VALID_TARGET='0x6676e2c4ef75afd8ef00a61d21a230fbe83c672e6a89dc60dcb41879884979a1'
125+
CKB_NODE_ASSUME_VALID_TARGET_BLOCK_NUMBER=16517698
126+
CKB_NODE_DATA_SIZE=126

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.201.0",
6+
"version": "0.202.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.201.0",
95+
"neuron-ui": "0.202.0",
9696
"typescript": "5.3.3"
9797
}
9898
}

0 commit comments

Comments
 (0)