-
Notifications
You must be signed in to change notification settings - Fork 10
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
Test failure: lib_advance_test #224
Milestone
Comments
Does not need to be a blocker for Spring 1.0 stable, but should be an easy 1-line fix. |
heifner
added a commit
that referenced
this issue
Jun 5, 2024
…d. Should avoid peer thinking the peer is still syncing from it.
heifner
added a commit
that referenced
this issue
Jun 6, 2024
heifner
added a commit
that referenced
this issue
Jun 6, 2024
[1.0-beta2] P2P: Send handshake when in lib_catchup and verify catchup is called
heifner
added a commit
that referenced
this issue
Jun 7, 2024
[1.0-beta2 -> main] P2P: Send handshake when in lib_catchup and verify catchup is called
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/AntelopeIO/spring/actions/runs/9353204320/job/25743769240
It is stuck thinking the peer it needs blocks from is syncing from it. I believe we need to send a handshake when
verify_catchup
is inlib_catchup
. Currently it just silently returns and no other progress is made.spring/plugins/net_plugin/net_plugin.cpp
Line 2396 in 5cb6020
The text was updated successfully, but these errors were encountered: