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
This issue was caused by subscribe an empty script list to the light client.
Each time Neuron connects to the light client, Neuron will fetch the subscribed script list from it, then subscribe diff(subscribed script list, current script list). If all scripts have been subscribed before, an empty script list will be sent to the light client and the bug will be triggered.
So the following steps should lead to this case:
generate a new wallet;
switch to another wallet;
switch back to the new wallet, an empty script list will be subscribed because the script list of the fresh wallet won't grow.
A performance issue has been found in ckb light client@v0.3.6 which may lead to halted sync, and enormous logs.
This problem has been fixed in ckb light client@v0.3.7(https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.3.7) and the light client in Neuron has been upgraded by nervosnetwork/neuron#3122
Almost all light client users will be impacted by this performance issue, so it's expected to be delivered ASAP.
The new release is ready at https://github.com/nervosnetwork/neuron/tree/rc/v0.114.3 please have a test @silySuper
Ref:
The text was updated successfully, but these errors were encountered: