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
This is necessary for different session owners to not accidentally cancel/replace each others transactions in a race condition.
This requires adding another type of nonce ordering to IContractDeployer.AccountNonceOrdering,
and implementing handling accounts with such nonce ordering in the mempool.
The idea is to implement it the same as EIP-4337's semi-abstracted nonces.
After the support is implemented, we should call ContractDeployer.updateNonceOrdering during account deployment, as well as properly integrate these nonces into our validation flow.
The text was updated successfully, but these errors were encountered:
This is necessary for different session owners to not accidentally cancel/replace each others transactions in a race condition.
This requires adding another type of nonce ordering to
IContractDeployer.AccountNonceOrdering
,and implementing handling accounts with such nonce ordering in the mempool.
The idea is to implement it the same as EIP-4337's semi-abstracted nonces.
After the support is implemented, we should call
ContractDeployer.updateNonceOrdering
during account deployment, as well as properly integrate these nonces into our validation flow.The text was updated successfully, but these errors were encountered: