Closed hexonaut closed 1 year ago
The bedrock upgrade changed the relayMessage(...) interface. There was also a bug that we were decoding the SentMessage event incorrectly which was truncating the version info now being stored at the top of the nonce.
relayMessage(...)
SentMessage
nonce
The bedrock upgrade changed the
relayMessage(...)
interface. There was also a bug that we were decoding theSentMessage
event incorrectly which was truncating the version info now being stored at the top of thenonce
.