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
Add a NonceLayer (need a better name) like SignerLayer that queries, using the provider, the latest appropriate nonce for a N::TransactionRequest and fills it if it is missing.
Some notes:
This layer would need to be layered on before the SignerLayer (i.e. the request goes through NonceLayer -> SignerLayer -> RootProvider)
Ideally the layer would work for multiple addresses (i.e. no need to specify an address in NonceLayer like we did for NonceManagerMiddleware in ethers)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
providers, pubsub
Describe the feature you would like
Add a
NonceLayer
(need a better name) likeSignerLayer
that queries, using the provider, the latest appropriate nonce for aN::TransactionRequest
and fills it if it is missing.Some notes:
SignerLayer
(i.e. the request goes throughNonceLayer
->SignerLayer
->RootProvider
)NonceLayer
like we did forNonceManagerMiddleware
in ethers)Additional context
No response
The text was updated successfully, but these errors were encountered: