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
This method was used to fetch transaction history from Etherscan
This is now handled automatically by the controller on each new block, if polling is enabled
Polling can be enabled or disabled by calling startIncomingTransactionPolling or stopIncomingTransactionPolling respectively
An immediate update can be requested by calling updateIncomingTransactions
The new constructor parameter incomingTransactions.isEnabled acts as an override to disable this functionality based on a client preference for example
BREAKING: Remove prepareUnsignedEthTx and getCommonConfiguration methods (#1581)
These methods were intended mainly for internal use, so it's likely this change doesn't affect most projects