You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and PendingTransactionCount are not defined on the simulated backend
SubscribePendingTransactions is part of the interfaces, but it is not defined on the simulated backend. Also it is defined on gethclient, not directly on ethclient.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: