fast-near
fast-near copied to clipboard
Fastest RPC for @near based on Redis/LMDB
NOTE: Performance is questionable so far TODO: More benchmarks
I'm trying to fetch the most recent state of `priceoracle.testnet` contract but the response differs from the one that RPC request returns. How to reproduce: 1. Make RPC call -...
I'm trying to recreate the following error locally (in my gitpod dev env) ``` http post https://fastrpc.mainnet.near.org jsonrpc=2.0 id=dontcare method=query \ params:='{ "request_type": "call_function", "method_name": "web4_get", "account_id": "psalomo.near", "args_base64": "eyJyZXF1ZXN0IjogeyJwYXRoIjogIi9uZnRpbWFnZS8xLnN2ZyJ9fQ=="...