Highlights:
- The old behavior for handling filtered
getProgramAccountsrequests, when cache contains data for unfiltered one, has been restored. Now, if cache has an entry for gPA requests, which has been made without filters, it follows that we have all the data for the given program available in cache, and as such we perform filtering in caching service, and serve the request from cache.
What's Changed
- Fixed cache miss, when cache contains unfiltered gpa response by @bobs4462 in #228
- chore: version bump to 0.2.3 by @bobs4462 in #229
Full Changelog: 0.2.2...0.2.3