Open iamacook opened 2 days ago
Latest commit: 30ec4d5f305af03da69992fb76bc9e914f4f4ed9
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Summary
The EIP-5792 spec. has been adjusted, and it is not possible to get the
PENDING
status for a transaction that is queued off-chain.This updates the implementation according to the current spec.:
success
tostatus
chainId
blockTimestamp
Should a transaction not have a
txHash
, ergo being queued, it returns aPENDING
status for it.Changes
success
tostatus
chainId
blockTimestamp
PENDING
status for queued transactions