This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
ENS Web3.js Plugin with Caching- Add LRU Caching to Resolver for ENS Performance #7180
Open
Description
Expected behavior
The Resolver class should efficiently cache resolver contracts for frequently queried ENS names, reducing network requests and improving performance.
Actual behavior
The Resolver class makes a network request for each ENS name query, which is not necessary.
Steps to reproduce the behavior
- Steps to reproduce the behavior
- Query the same ENS name multiple times.
- Observe repeated network requests for each query.