bitpay / bitcore

A full stack for bitcoin and blockchain-based applications
https://bitcore.io/
MIT License
4.83k stars 2.08k forks source link

EVM nonce management #3553

Closed leolambo closed 8 months ago

leolambo commented 1 year ago

EVM nonce is set at transaction signing unless it was specified during transaction creation. A transactions nonce is equal to the last used nonce for a given address plus the number of signed unbroadcasted transactions for the given address.

leolambo commented 1 year ago

bitpay wallet changes that uses setNonce: https://github.com/leolambo/bitpay-app/pull/1/files