alicenet / utilities

Utilities for the AliceNet project
MIT License
1 stars 0 forks source link

Proxy isn't caching JSON RPC messages #120

Closed ghost closed 1 year ago

ghost commented 1 year ago

Describe the bug

The proxy hashes the full JSON RPC request, which contains a nonce that is always unique. This results in all requests being cache misses.

To Reproduce

Expected behavior

Requests are cached.