rpc-proxy
rpc-proxy copied to clipboard
A proxy layer to sit in front of GoChain/Ethereum JSON-RPC-API to make it more secure and resilient.
Fix CI
Circle is broken - maybe a good time to switch to actions. https://app.circleci.com/pipelines/github/gochain/rpc-proxy/1/workflows/1c0168cf-721d-4495-be54-356f024f9bc6/jobs/156 Otherwise, update this key: > [email protected]: Permission denied (publickey). > fatal: Could not read from remote repository.
Rather than having to generate the hash for the `data` field on the client side, allow human readable input, like: ```json "call": { "function": "my_function", "args": [ "yo", 123 ]...
We need to support alternate limits for specific clients. Instead of listing specific IP addresses (like with `-nolimit`) some sort of api-key included in the header would be more general...
Hello, I found this repository when considering how to control WebSocket requests. Most of Blockchain nodes themselves doesn't have WebSocket throttling features, and most of API gateway solutions cannot inspect...
I believe this repo supports websocket proxy (saw the wesocketproxy.go and the PR). Can you provide an example how to run it?
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...