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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
# 0.29.0-rc2 (2020-03-10)
2
+
3
+
This is an RC version to preview the changes in the next release.
4
+
5
+
### Bundled CKB node
6
+
7
+
CKB v0.29.0 was released on Feb 26th, 2020. This version of CKB node is now bundled and preconfigured in Neuron.
8
+
9
+
### New features
10
+
11
+
We added several new features with this version:
12
+
13
+
* Sign/Verify message: Sign a message with an address and its private key, or verify a signed message with an address and its public key.
14
+
* Customized assets: List customized assets that have non-standard cells, e.g. cells with locktime. Holders with locked assets from the genesis block would be able to view them now.
15
+
* Transaction with locktime: Send a transaction that could only be released after the locktime.
16
+
17
+
### Performance tweak
18
+
19
+
Thanks to the community we have found and fixed a serious performance issue. Miner wallets usually receive transactions with huge amount of inputs. When syncing this kind of wallets Neuron became very slow and unresponsive, and couldn't calculate the balance correctly. With this release we've tweaked the sync process, making it run faster and handle transactions with many inputs/outputs properly.
20
+
21
+
22
+
1
23
# 0.29.0-rc1 (2020-03-02)
2
24
3
25
This is an RC version to preview the changes in the next release.
0 commit comments