ethereum-json-rpc-specification
ethereum-json-rpc-specification copied to clipboard
deprecate eth_pendingTransaction since it only applies to local accounts
trafficstars
eth_pendingTransactionsreturns the transactions that are pending in the transaction pool and have a from address that is one of the accounts this node manages.
Rel https://github.com/etclabscore/ethereum-json-rpc-specification/pull/91#issuecomment-571838406
I didn't know it was just the accounts managed by this node... that's wack.
if that is the case, then it makes sense to me to deprecate it. Banish all things related to eth accounts.