File "/__w/spring/spring/build/tests/lib_advance_test.py", line 131, in <module>
assert prodD.waitForLibToAdvance()
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 in lib_catchup. Currently it just silently returns and no other progress is made.
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.https://github.com/AntelopeIO/spring/blob/5cb602003e7e40054aae05f6f90bdb524859111f/plugins/net_plugin/net_plugin.cpp#L2396-L2396