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
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
# 0.106.0 (2022-12-28)

### CKB

[CKB v0.106.0](https://github.com/nervosnetwork/ckb/releases/tag/v0.106.0) was released on Dec. 23rd, 2022. This version of CKB node is now bundled and preconfigured in Neuron.

### Assumed valid target

Block before `0x076ffa81f8c6f2e1f22a778a1aa5d48531cc33bfd9b302e0d73fb2ce6fa4de3b` will be skipped in validation.

### New features
* #2442: Make multisig import and export config compatible with ckb-cli.(@yanguoyu)
* #2454: Add 'contact us' in the menu -> help submenu.(@Keith-CY)
* #2461: Remove 4 epochs maturity requirement of header deps.(@yanguoyu)
* #2465: Adapt new UAN.(@yanguoyu)
* #2508: Use undici, an official http client, to replace axios.(@yanguoyu)
* #2515, #2542: Support Apple silicon chip.(@JeffreyMa597, @yanguoyu)
* #2518: Bump node.js from 16 to 18.(@JeffreyMa597)
* #2519: Bump react.js from 16 to 18.(@JeffreyMa597)
* #2555: Upgrade ckb node to v0.106.0.(@Keith-CY)

### Bug fixes
* #2447: Prevent from importing the same multisig configuration repeatedly.(@yanguoyu)
* #2451: Refine the input field component.(@yanguoyu)
* #2464, #2478: Optimize setting data path.(@yanguoyu)
* #2467: Fix ckb process killed unexpectedly.(@yanguoyu)
* #2483: Fix ckb node not working with Apple silicon chip.(@yanguoyu)
* #2488: Create a new instance for every test case to avoid side effect.(@yanguoyu)
* #2531: Handle uncaughtException and output it in the log.(@yanguoyu)
* #2541: Remove CKB Indexer module and set a specified version of usb module.(@yanguoyu)

## New contributors
* @JeffreyMa597 made their first contribution in #2515

**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.103.3...v0.106.0



# 0.103.3 (2022-12-21)

### Certificate
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.103.3",
"version": "0.106.0",
"npmClient": "yarn",
"useWorkspaces": true
}
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.103.3",
"version": "0.106.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-wallet/.env
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ DAO_CODE_HASH=0x82d76d1b75fe2fd9a27dfbaa65a039221a380d76c926f378d3f81cf3e7e13f2e
MULTISIG_CODE_HASH=0x5c5069eb0857efc65e1bca0c07df34c31663b3622fd3876c876320fc9634e2a8

# CKB NODE OPTIONS
CKB_NODE_ASSUME_VALID_TARGET='0x6c914adcfd5289e8c4058e60e83555d5eb04ddc547b6184f1fae72d5f36929a3'
CKB_NODE_ASSUME_VALID_TARGET='0x076ffa81f8c6f2e1f22a778a1aa5d48531cc33bfd9b302e0d73fb2ce6fa4de3b'
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.103.3",
"version": "0.106.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down Expand Up @@ -91,7 +91,7 @@
"eslint-plugin-prettier": "3.4.1",
"jest-when": "2.8.1",
"lint-staged": "9.5.0",
"neuron-ui": "0.103.3",
"neuron-ui": "0.106.0",
"prettier": "1.19.1",
"ttypescript": "1.5.13",
"typescript": "4.2.3"
Expand Down