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

weird ethersv6 cache #60

Closed
yanfeizuo opened this issue Jan 18, 2024 · 3 comments
Closed

weird ethersv6 cache #60

yanfeizuo opened this issue Jan 18, 2024 · 3 comments
Labels
bug Something isn't working released

Comments

@yanfeizuo
Copy link

When using the ethersv6 version, there is always a cache and there is no way to update the data.

@yanfeizuo yanfeizuo added the bug Something isn't working label Jan 18, 2024
@Rubilmax
Copy link
Owner

Hi, indeed there's cache on calls made at the same block number, on the same contract, with the same calldata. Why would you want to update the cache? Why would the data change on the blockchain?

@Rubilmax
Copy link
Owner

So there was the issue that all queries made at the "latest" block tag were cached... which is unexpected

Copy link

🎉 This issue has been resolved in version 6.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants