• Kelvin Fichter's avatar
    fix(sdk): have getMessageStatus call messenger · dd0e4698
    Kelvin Fichter authored
    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.
    dd0e4698
Name
Last commit
Last update
..
src Loading commit data...
tasks Loading commit data...
test Loading commit data...
test-next Loading commit data...
.depcheckrc Loading commit data...
.eslintrc.js Loading commit data...
.gitignore Loading commit data...
.lintstagedrc.yml Loading commit data...
.prettierrc.js Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
example.env Loading commit data...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
setupVitest.ts Loading commit data...
tsconfig.json Loading commit data...
vitest.config.ts Loading commit data...