You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
# 0.33.0 (2020-10-12)
2
+
3
+
[CKB v0.35.1](https://github.com/nervosnetwork/ckb/releases/tag/v0.35.1) was released on Sept. 14th, 2020. This version of CKB node is now bundled and preconfigured in Neuron.
4
+
5
+
**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.
6
+
**Attention:** The migration is not reversible. Please backup the data directory if you want to use old versions later.
7
+
8
+
### Refactor
9
+
10
+
* Upgrade from Electron 7 to Electron 9.
11
+
* Refactor the wallet address storage to be based on an SQLite table rather than a JSON file.
12
+
* Deprecate LevelDB and instead SQLite for persisting transaction descriptions.
13
+
* Refactor send component.
14
+
* Reduce the confirmation block height from 300 to 24.
15
+
16
+
### New features
17
+
18
+
* Enable `Asset Accounts` for mainnet.
19
+
* Support transfer to multisig address.
20
+
21
+
### Bug fixes
22
+
23
+
* Fixed `InsufficientCellCapacity` error for CKB ACP transfer when there are cells with data.
24
+
* Fixed `too many SQL variables` error when there are too many addresses in wallets.
25
+
* Fixed the autofill description on unlocking assets.
26
+
* Refine error message when the fee for dao withdrawal transaction is insufficient.
27
+
28
+
1
29
# 0.33.0-rc1 (2020-09-27)
2
30
3
31
This is a release candidate to preview the changes in the next official release and may not be stable. Welcome any questions or suggestions.
0 commit comments