jussi
jussi copied to clipboard
JSON-RPC 2.0 Reverse Proxy Frontend for Steemit
Jussi does not starts with Sample Configurations and throws a lot of errors , Config ---> https://gist.github.com/kushalg-1212/5e4ab9187471090df6fbf7fee6cf3f21 Used Docker compose for API, AH and jussi https://gist.github.com/kushalg-1212/07399264e43629163a85f57ea60cc063 Any suggestions would be...
to fix #234 .
Due to the lack of performance tuning of RocksDB, the current ahnode api performance is seriously insufficient. Now we have set redis cache to -2 (cached without expiration only if...
- Add welcome info - Add random node
steemit/steem#2584 Just now, the following "BATCH" JSON-RPC call to https://api.steemitstage.com/ : [{"params": [], "jsonrpc": "2.0", "method": "condenser_api.get_dynamic_global_properties", "id": 1}] Gave back an "OBJECT" response close to this: {"jsonrpc": "2.0", "error":...
`if request.method == 'POST' and isinstance(request.json, JussiJSONRPCRequest):` will, in some circumstances produce this error: ```json { "event": "finalize_jussi error", "logger": "jussi.middlewares.jussi", "level": "warning", "exception": "Traceback (most recent call last):\n File...
They currently return a jsonrpc internal error. They should return an error that tells the requester that their request took too long.
``` Jun 2 12:57:26 ip-172-31-51-69 beta-jussi[3506]: {"e":"AttributeError(\"'RequestTimeoutError' object has no attribute 'timings'\",)","event":"error adding timing data to RequestTimeoutError","logger":"jussi.errors","level":"info"} ```