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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# 0.33.1 (2020-11-16)
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
+
### Hotfix
6
+
7
+
* Includes the `hd_public_key_info` table info in debug log.
8
+
* Requires the **x64** version of vcredist component on Windows.
9
+
10
+
1
11
# 0.33.0 (2020-10-14)
2
12
3
13
[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.
Copy file name to clipboardExpand all lines: packages/neuron-wallet/src/locales/en.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ export default {
134
134
'ckb-dependency': {
135
135
title: 'Bundled CKB Node',
136
136
message: 'Dependency Required',
137
-
detail: `The embedded CKB node in Neuron requires Microsoft Visual C++ Redistributable component to be installed to work properly. You have to install it to enable the internal node. If you'd like to use a remote CKB node, you can skip this step.`,
137
+
detail: `The embedded CKB node in Neuron requires x64 version of Microsoft Visual C++ Redistributable component to be installed to work properly. You have to install it to enable the internal node. If you'd like to use a remote CKB node, you can skip this step.`,
0 commit comments