-
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
Neuron does not show Looking for assumed valid target
tip
#398
Labels
bug
Something isn't working
Comments
|
nervosnetwork/ckb#4486 has merged, we can reopen this issue by using |
I guess it's better to use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ckb's
find the assumed valid target
log has changed. So Neuron can not match it.Before 0.112 https://github.com/nervosnetwork/ckb/blob/v0.112.1/sync/src/synchronizer/mod.rs#L132-L136
0.113~0.115 https://github.com/nervosnetwork/ckb/blob/v0.114.0/sync/src/synchronizer/mod.rs#L126-L129
And 0.115 https://github.com/nervosnetwork/ckb/blob/v0.117.0-rc1/sync/src/synchronizer/mod.rs#L129-L132
The log may change for other unknown reasons in the future, and we can not monitor the log's change.
So we'd better research another way to match that ckb is looking for assumed valid target.
The text was updated successfully, but these errors were encountered: