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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.204.1 (2026-04-10)

### CKB Node & Light Client

- [CKB@v0.204.0](https://github.com/nervosnetwork/ckb/releases/tag/v0.204.0) was released on Dec. 15th, 2025. This version of CKB node is now bundled and preconfigured in Neuron.
- [CKB Light Client@v0.5.4](https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.5.4) was released on Jan. 2nd, 2026. This version of CKB Light Client is now bundled and preconfigured in Neuron

### Assumed valid target

Block before `0xa76ecc34238a30151211f63a09e6063ac7e7e760866b9be73b7560e3a95d3a50`(at height `18,298,596`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/3428)

---

## Bug fixes

- #3465: Harden release notes rendering and privileged window navigation.(@zhangyaning)

**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.204.0...v0.204.1

# 0.204.0 (2026-01-12)

### Caveat
Expand Down
28 changes: 28 additions & 0 deletions compatible.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,34 @@
"0.3",
"0.2"
]
},
"0.204": {
"full": [
"0.204",
"0.203",
"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"
]
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.204.0",
"version": "0.204.1",
"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.204.0",
"version": "0.204.1",
"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.204.0",
"version": "0.204.1",
"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='0xa76ecc34238a30151211f63a09e6063ac7e7e760866b9be73b7560e3a95d3a50'
CKB_NODE_ASSUME_VALID_TARGET_BLOCK_NUMBER=18298596
CKB_NODE_DATA_SIZE=135
CKB_NODE_ASSUME_VALID_TARGET='0x510c9a883f0a4d0a66b26056a08274b6d5276a0a457e303b79f235bf2645239b'
CKB_NODE_ASSUME_VALID_TARGET_BLOCK_NUMBER=19039735
CKB_NODE_DATA_SIZE=139
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.204.0",
"version": "0.204.1",
"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.204.0",
"neuron-ui": "^0.204.1",
"typescript": "5.3.3"
}
}
Loading