What's Changed
- Removes caching the response returned to the clients with the
/preview
endpoint in #965CacheResponse
relies onRequestContext
and builds the cache key just with URL (body is ignored) – thus making multiple transactions previewed for the same address return the same response
Full Changelog: v3.34.0...v3.34.1