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 error here #231 is actually caused by a breaking change in the peer message protocol. This is because we changed the fields of the NodeAnnouncement message. This breaking change goes undetected. Maybe we should add some test fixtures to assure that old messages are still correctly de-serialized and processed. In this specific case, we can save the old NodeAnnouncement and try to process it with newer code in a unit test.
The text was updated successfully, but these errors were encountered:
The error here #231 is actually caused by a breaking change in the peer message protocol. This is because we changed the fields of the
NodeAnnouncement
message. This breaking change goes undetected. Maybe we should add some test fixtures to assure that old messages are still correctly de-serialized and processed. In this specific case, we can save the oldNodeAnnouncement
and try to process it with newer code in a unit test.The text was updated successfully, but these errors were encountered: