Skip to content

Commit 03a08f0

Browse files
authored
fix: Update compatible.csv after update ckb and Neuron version (nervosnetwork#2890)
1 parent a8bf38d commit 03a08f0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

compatible.csv

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
CKB,0.110,0.109,0.108,0.107,0.106,0.105,0.104,0.103
2-
Neuron,,,,,,,,
3-
0.110,yes,yes,no,no,no,no,no,no
4-
0.106,no,no,yes,yes,yes,yes,no,no
5-
0.103,no,no,no,no,no,no,yes,yes
1+
CKB,0.111,0.110,0.109,0.108,0.107,0.106,0.105,0.104,0.103
2+
Neuron,,,,,,,,,
3+
0.111,yes,yes,yes,no,no,no,no,no,no
4+
0.110,yes,yes,yes,no,no,no,no,no,no
5+
0.106,no,no,no,yes,yes,yes,yes,no,no
6+
0.103,no,no,no,no,no,no,no,yes,yes

packages/neuron-wallet/src/services/node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ class NodeService {
155155
}
156156

157157
public async verifyExternalCkbNode() {
158+
logger.info('CKB:\tstart verify external ckb node')
158159
const network = NetworksService.getInstance().getCurrent()
159160
if (this._isCkbNodeExternal && network.type !== NetworkType.Light) {
160161
const localNodeInfo = await new RpcService(network.remote).localNodeInfo()

0 commit comments

Comments
 (0)