fix(sdk): have getMessageStatus call messenger
getMessageStatus was previously using event queries to figure out the status of the given message. We can do the same thing by making requests directly to the messenger contracts which is more reliable because most RPC endpoints won't allow massive block ranges.
Showing
Please register or sign in to comment