You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
writeContract and sendTransaction expect to return a tx hash, but under the hood, these actions are wrapped in user ops that need to wait for the user op receipt to get the tx hash
however, the userOpExecutorshould be caching + returning the user op hash, and this the tx hash, right away
however, on anvil with block time (e.g. anvil -b 2), the client is waiting for the tx to be mined before the write's tx hash is returned
The text was updated successfully, but these errors were encountered:
writeContract
andsendTransaction
expect to return a tx hash, but under the hood, these actions are wrapped in user ops that need to wait for the user op receipt to get the tx hashhowever, the
userOpExecutor
should be caching + returning the user op hash, and this the tx hash, right awayhowever, on anvil with block time (e.g.
anvil -b 2
), the client is waiting for the tx to be mined before the write's tx hash is returnedThe text was updated successfully, but these errors were encountered: