• Kelvin Fichter's avatar
    feat(sdk): add fn to wait for message status · b66e3131
    Kelvin Fichter authored
    Adds a function to the SDK (waitForMessageStatus) which will wait until
    the status of a particular message matches the target status.
    waitForMessageStatus also handles certain special cases where different
    status messages are incompatible (e.g., the RELAYED and
    FAILED_L1_TO_L2_MESSAGE status for L1 to L2 messages). Useful to avoid
    including looping logic in your own application.
    b66e3131
Name
Last commit
Last update
..
src Loading commit data...
test 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...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
tsconfig.build.json Loading commit data...
tsconfig.json Loading commit data...