-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Reduce instances of cached contract addresses #495
Copy link
Copy link
Closed
Description
The isSmartContractAddress The utility function for determining if an address belongs to a smart contract is only reliable when called. The result, if cached, could be different at any time in the future.
As discussed, we can cache the result of an address lookup along with a transaction to display on the home screen / activity log. We can also refresh the cached list at a regular interval.
Reactions are currently unavailable