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
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,40 @@
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
+
31
+
# 0.32.3 (2020-09-22)
32
+
[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.
33
+
34
+
### Bug fixes
35
+
36
+
* Fix a bug of lumos query for multisign lock.
37
+
1
38
# 0.33.0-beta.1 (2020-09-12)
2
39
3
40
This is a beta version to preview the changes in the next release and may not be stable. It is not suggested to install this version for asset management. Welcome any questions or suggestions.
0 commit comments