Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce instances of cached contract addresses #495

Closed
bdresser opened this issue Mar 11, 2019 · 0 comments
Closed

Reduce instances of cached contract addresses #495

bdresser opened this issue Mar 11, 2019 · 0 comments
Assignees
Milestone

Comments

@bdresser
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants