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
The function handleNeighbourMessage at lib/grandpa/message_handler.go checks the justification and if there is some error and the error is a blocktree.ErrStartNodeNotFound error we must exec the h.grandpa.network.SendBlockReqestByHash(msg.Vote.Hash) call synchronously
Specification reference
N/A
Other information and links
N/A
The text was updated successfully, but these errors were encountered:
going to close this for now and this won't be needed after the sync refactor, after it's done all instances of sending block requests should only be done by the sync package
Task summary
handleNeighbourMessage
atlib/grandpa/message_handler.go
checks the justification and if there is some error and the error is ablocktree.ErrStartNodeNotFound
error we must exec theh.grandpa.network.SendBlockReqestByHash(msg.Vote.Hash)
call synchronouslySpecification reference
Other information and links
The text was updated successfully, but these errors were encountered: