Skip to content

Commit 764e34a

Browse files
Merge released refs/tags/v0.120.0 into develop (nervosnetwork#3286)
* chore: Update ckb node assume valid target (nervosnetwork#3282) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: update versions and changelogs * Update Neuron compatibility table (nervosnetwork#3284) Co-authored-by: Keith-CY <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Keith <[email protected]> Co-authored-by: Keith-CY <[email protected]>
1 parent 9a77b74 commit 764e34a

File tree

7 files changed

+33
-10
lines changed

7 files changed

+33
-10
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 0.120.0 (2024-12-13)
2+
3+
### CKB Node & Light Client
4+
5+
- [[email protected]](https://github.com/nervosnetwork/ckb/releases/tag/v0.120.0) was released on Dec. 12th, 2024. This version of CKB node is now bundled and preconfigured in Neuron.
6+
- [CKB Light [email protected]](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
7+
8+
### Assumed valid target
9+
10+
Block before `0xe1085c7ce8f4e8461ea75afe63ef21d2c1ce6a5d0bf0f0170042bebdd2fbde04`(at height `14,817,366`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/3282)
11+
12+
---
13+
14+
## New features
15+
16+
- #3271: Support Arabic, FrCanadian/Belgian in User Interface.(@Natixe)
17+
18+
## New Contributors
19+
20+
- @Natixe made their first contribution in https://github.com/nervosnetwork/neuron/pull/3271
21+
22+
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.119.0...v0.120.0
23+
24+
125
# 0.119.0 (2024-12-02)
226

327
### CKB Node & Light Client

compatible.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@
169169
},
170170
"0.119": {
171171
"full": [
172-
"0.120",
173172
"0.119",
174173
"0.118",
175174
"0.117",
@@ -188,7 +187,7 @@
188187
"0.2"
189188
]
190189
},
191-
"0.119": {
190+
"0.120": {
192191
"full": [
193192
"0.119",
194193
"0.118",

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

packages/neuron-wallet/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ DAO_CODE_HASH=0x82d76d1b75fe2fd9a27dfbaa65a039221a380d76c926f378d3f81cf3e7e13f2e
117117
MULTISIG_CODE_HASH=0x5c5069eb0857efc65e1bca0c07df34c31663b3622fd3876c876320fc9634e2a8
118118

119119
# CKB NODE OPTIONS
120-
CKB_NODE_ASSUME_VALID_TARGET='0x7488acf2280ebf5b83c805a517f766eab77f45cd51f61476811d1ce96a60ea71'
121-
CKB_NODE_ASSUME_VALID_TARGET_BLOCK_NUMBER=14687217
120+
CKB_NODE_ASSUME_VALID_TARGET='0xe1085c7ce8f4e8461ea75afe63ef21d2c1ce6a5d0bf0f0170042bebdd2fbde04'
121+
CKB_NODE_ASSUME_VALID_TARGET_BLOCK_NUMBER=14817366
122122
CKB_NODE_DATA_SIZE=116

packages/neuron-wallet/package.json

Lines changed: 3 additions & 3 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.119.0",
6+
"version": "0.120.0",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -47,9 +47,9 @@
4747
"@ckb-lumos/helpers": "0.23.0",
4848
"@ckb-lumos/lumos": "0.23.0",
4949
"@ckb-lumos/rpc": "0.23.0",
50-
"@magickbase/hw-app-ckb": "0.2.0-alpha.0",
5150
"@iarna/toml": "2.2.5",
5251
"@ledgerhq/hw-transport-node-hid": "6.27.22",
52+
"@magickbase/hw-app-ckb": "0.2.0-alpha.0",
5353
"@spore-sdk/core": "0.1.0",
5454
"archiver": "6.0.2",
5555
"async": "3.2.5",
@@ -92,7 +92,7 @@
9292
"electron-builder": "24.9.1",
9393
"electron-devtools-installer": "3.2.0",
9494
"jest-when": "3.6.0",
95-
"neuron-ui": "0.119.0",
95+
"neuron-ui": "0.120.0",
9696
"typescript": "5.3.3"
9797
}
9898
}

0 commit comments

Comments
 (0)