• 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
..
shared Loading commit data...
basic-l1-l2-communication.spec.ts Loading commit data...
bridged-tokens.spec.ts Loading commit data...
contracts.spec.ts Loading commit data...
fee-payment.spec.ts Loading commit data...
hardfork.spec.ts Loading commit data...
native-eth-ovm-calls.spec.ts Loading commit data...
native-eth.spec.ts Loading commit data...
ovmcontext.spec.ts Loading commit data...
predeploys.spec.ts Loading commit data...
queue-ingestion.spec.ts Loading commit data...
replica.spec.ts Loading commit data...
rpc.spec.ts Loading commit data...
stress-tests.spec.ts Loading commit data...
verifier.spec.ts Loading commit data...
whitelist.spec.ts Loading commit data...
z-batch-serialization.spec.ts Loading commit data...