-
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
Some issues of regression in light client mode #293
Comments
The second problem is still stay for about one hour ,how to make it syncing? |
Could you upload the debug information? Otherwise, I can not exactly get what happened to your Neuron. |
neuron_debug_1696649152180.zip This is the debug zip,and at this time it still stay the same. |
We can call rpc to ensure that light client rpc is running and curl http://localhost:9000/ -X POST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "method": "get_tip_header", "params": [], "id": 1}' That number is based on the current epoch, if get_tip_header calls fail, it may show NaN. |
Fixed by nervosnetwork/neuron#2860 |
Link issue:#294 |
They are fixed by nervosnetwork/neuron#2860 |
1.No.1 and No.3 will be optimized in later versions,others has been verified. |
1.In Nervos Dao page ,sync process mainly affect 2 parts data : one is Locked data ,the other one is compensation cycle ends days.These 2 parts sometimes shows normally, then shows NaN or -- when is syncing.IMO,syncing process can not affect history data in expect,but actually it affects history data.
2023-10-07.10.04.03.mov
2.After clicking clear all synchronized data,the molecule can not change for a long time ,more than 20 minutes at the time when I have submited this issue.I have tried to quit this app and open again ,but not affect.
After quiting this app and open again:
The text was updated successfully, but these errors were encountered: