Skip to content

Commit ef0bb3f

Browse files
authored
Merge pull request #1870 from nervosnetwork/bump-version-to-v0.33.0-rc1
chore: bump version to v0.33.0-rc1, and update CHANGELOG.md
2 parents f385981 + 2d0c9ca commit ef0bb3f

File tree

5 files changed

+35
-5
lines changed

5 files changed

+35
-5
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 0.33.0-rc1 (2020-09-27)
2+
3+
This is a release candidate to preview the changes in the next official release and may not be stable. Welcome any questions or suggestions.
4+
5+
[CKB v0.35.1](https://github.com/nervosnetwork/ckb/releases/tag/v0.35.1) was released on Sept. 14th, 2020. This version of
6+
CKB node is now bundled and preconfigured in Neuron.
7+
8+
Note: There will be a data migration for the new bundled node [CKB v0.35.1](https://github.com/nervosnetwork/ckb/releases/tag/v0.35.1), which may take several minutes to boot up for the first time after upgraded from the earlier versions.
9+
10+
### Refactor
11+
12+
* Upgrade from Electron 7 to Electron 9.
13+
* Refactor the wallet address storage to be based on an SQLite table rather than a JSON file.
14+
* Deprecate LevelDB and use SQLite instead.
15+
* Refactor send component.
16+
17+
### New features
18+
19+
* Reduce the confirmation block height from 300 to 24.
20+
* Enable `Asset Accounts` for mainnet.
21+
* Support transfer to multisig address.
22+
23+
### Bug fixes
24+
25+
* Fixed `InsufficientCellCapacity` error for CKB ACP transfer when there are cells with data.
26+
* Fixed `too many SQL variables` error when there are too many addresses in wallets.
27+
* Fixed the autofill description on unlocking assets.
28+
* Refine error message when the fee for dao withdrawal transaction is insufficient.
29+
30+
131
# 0.32.3 (2020-09-22)
232
[CKB v0.32.0](https://github.com/nervosnetwork/ckb/releases/tag/v0.32.0) was released on May 22nd, 2020. This version of CKB node is now bundled and preconfigured in Neuron.
333

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.33.0-beta.1",
5+
"version": "0.33.0-rc1",
66
"npmClient": "yarn",
77
"useWorkspaces": true
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.33.0-beta.1",
5+
"version": "0.33.0-rc1",
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.33.0-beta.1",
3+
"version": "0.33.0-rc1",
44
"private": true,
55
"author": {
66
"name": "Nervos Core Dev",

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.33.0-beta.1",
6+
"version": "0.33.0-rc1",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -79,7 +79,7 @@
7979
"electron-notarize": "0.2.1",
8080
"jest-when": "2.7.2",
8181
"lint-staged": "9.2.5",
82-
"neuron-ui": "0.33.0-beta.1",
82+
"neuron-ui": "0.33.0-rc1",
8383
"rimraf": "3.0.0",
8484
"ttypescript": "1.5.10"
8585
}

0 commit comments

Comments
 (0)