Hello, we’re using getTransactionCount with “pending” to get the nonce, which is not always correct. Should we be using parity_nextNonce instead?
Seems like there’s an issue documented here already: Wrong nonce number in eth_getTransactionCount
I also see this in the docs: https://infura.io/docs/ethereum#operation/parity_nextNonce
NOTE: this method is only supported on the kovan network through our HTTPS and WebSocket endpoints.
Are there plans for this to be in the mainnet release?