Skip to content

Commit

Permalink
chore: update versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Sep 20, 2023
1 parent 257c06e commit 799a0b1
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 5 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
# 0.110.3 (2023-09-25)

### CKB Node & Light Client

- [[email protected]](https://github.com/nervosnetwork/ckb/releases/tag/v0.110.2) was released on Sep. 12nd, 2023. 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.2.4) was released on May. 28th, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron

#### Caveat

**CKB Light Client** is only activated on testnet, thus only `light testnet` is enabled in Neuron. **CKB Light Client on Mainnet** requires an activation on the mainnet, the timetable can be found at https://github.com/nervosnetwork/ckb/releases/tag/v0.110.1.
**default node** has been renamed to **Internal Node** for clarity.

### Assumed valid target

Block before `0x6b6db6bb23e6e98f63b88e6cd38fa49f46980e5b816f620c71c6c9c74633ee54`(at height `10,985,048`) will be skipped in validation.(257c06eb95062e8ef3bf53179668965fc743b10f)

---

We are so excited to announce this new release of Neuron that has been completely revamped with modernizaed user interface and also enhanced your overall user experience.

Say goodbye to clunky interface and hello to a smoother, more intuitive user experience. Neuron's new version is designed to make managing your assets on CKB effortless.

Curious to see the magic of the new Neuron in action? Checkout our demo video on YouTube: {youtube_link}

---

## New features

- Adopt brand new User Interface.(@yanguoyu, @devchenyan, @WhiteMinds, @jeffreyma597, @zhangyouxin, @homura)
- #2672: Optimize storage of transactions to boost searching and reduce disk usage.(@yanguoyu)
- #2783: Check new versions actively.(@yanguoyu)
- #2786: Support synchronization from a specified block number in light client mode.(@yanguoyu)
- #2808: Optimize compatibility checking of CKB NODE.(@yanguoyu)
- #2813: Rename `default node` to `Internal node` for clarity.(@yanguoyu)
- #2839: Update Ckb client versions(@github-actions)

## Bug fixes

- #2711: Fix exit of synchronization with exception and multisig balance.(@yanguoyu)

## New Contributors

- @zhangyouxin made their first contribution in https://github.com/nervosnetwork/neuron/pull/2775

**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.110.2...v0.110.3


# 0.110.2 (2023-07-07)

### CKB Node & Light Client
Expand Down
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.110.2",
"version": "0.110.3",
"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.110.2",
"version": "0.110.3",
"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.110.2",
"version": "0.110.3",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
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.110.2",
"version": "0.110.3",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down Expand Up @@ -96,7 +96,7 @@
"electron-builder": "23.6.0",
"electron-devtools-installer": "3.2.0",
"jest-when": "3.5.2",
"neuron-ui": "0.110.2",
"neuron-ui": "0.110.3",
"typescript": "5.0.4"
}
}

1 comment on commit 799a0b1

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6244189907

Please sign in to comment.