Closed
Description
As far as I understand the goal is that the interfaces defined here match that of ethclient and SimulatedBackend so it's easy to swap out a real node RPC server with a simulated blockchain. However there are currently a few differences preventing this:
PendingBalanceAt
,PendingStorageAt
andPendingTransactionCount
are not defined on the simulated backendSubscribePendingTransactions
is part of the interfaces, but it is not defined on the simulated backend. Also it is defined on gethclient, not directly on ethclient.