QuarkChain / goquarkchain

QuarkChain implemented in Go
https://quarkchain.io
GNU Lesser General Public License v3.0
52 stars 39 forks source link

[bridge] need to support ethClient PendingNonceAt func. #647

Open ping-ke opened 2 years ago

ping-ke commented 2 years ago

We need to support the ethClient PendingNonceAt func, which will call the eth_getTransactionCount func to rpc with "pending" as param. and this will count all txs for one account, including tx not included in the block. Currently, we only count txs including blocks.