Skip to content

Commit

Permalink
fix: Update compatible.csv after update ckb and Neuron version (#2890)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu authored Oct 19, 2023
1 parent a8bf38d commit 03a08f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions compatible.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CKB,0.110,0.109,0.108,0.107,0.106,0.105,0.104,0.103
Neuron,,,,,,,,
0.110,yes,yes,no,no,no,no,no,no
0.106,no,no,yes,yes,yes,yes,no,no
0.103,no,no,no,no,no,no,yes,yes
CKB,0.111,0.110,0.109,0.108,0.107,0.106,0.105,0.104,0.103
Neuron,,,,,,,,,
0.111,yes,yes,yes,no,no,no,no,no,no
0.110,yes,yes,yes,no,no,no,no,no,no
0.106,no,no,no,yes,yes,yes,yes,no,no
0.103,no,no,no,no,no,no,no,yes,yes
1 change: 1 addition & 0 deletions packages/neuron-wallet/src/services/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ class NodeService {
}

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

2 comments on commit 03a08f0

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6572100304

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6572101828

Please sign in to comment.