-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should we add network type field when the user add network #324
Comments
For the current situation, we need to label the type of network in subsequent releases. |
Connecting to an external light client is not allowed because the light client is based on different security assumptions. Ref: #90 (comment) |
So, If the user starts an external light client node, it will be better to only provide the |
If it's connected to an external light client, show the internal light client options as |
For this case, our friendlier approach is to prompt the user that it is unavailable, which can be achieved by modifying the text based on a pop-up window detected by an external node. Text: Neuron does not support external light client nodes due to different security assumptions for light clients. It has been switched to Neuron internal light client nodes for you. |
The sentence |
How about adjusting |
I'm not sure, personally I don't like an automatic switch because it makes me feel out of control. |
Ok, the plan is as follows: Prompt the user when they start an external light client node and selected a Neuron internal node and guide them to use the Neuron internal light client. Click Text: Neuron does not support external light client nodes due to different security assumptions for light clients. Would you like to connect to the internal CKB Light Client? |
LGTM |
What is the difference between |
|
If the user selects the light client, the external node must be a service whose remote is equal to the light client. |
Yes, the results are the same when the internal light client is selected. |
So, If the user selects |
This would still have the problem mentioned before: it would make the user feel out of control. It would also increase the complexity of the code, so it is recommended to keep the 2 options. |
Will be fixed in #375 |
If the user starts an external
light client
node and the Neuron selects thelight client
, it will notify the user to create a new network to switch or ignore. Weirdly, the user can not create a light client network. Then they can only ignore the external node.@Keith-CY @Danie0918
The text was updated successfully, but these errors were encountered: