dshackle
dshackle copied to clipboard
Fault Tolerant Load Balancer for Ethereum and Bitcoin APIs
Hello, I get those error, where am I wrong ? I see no other place where other chains are defined > Task :compileKotlin FAILED > e: /app/src/main/kotlin/io/emeraldpay/dshackle/Global.kt: (61, 28): Unresolved...
Hey! We use Dshackle on k8s, installed by the helm. For monitoring we use Prometheus. And it works, but partially - in the Grafana I see the number of upstreams,...
Hey! Each time I enable ws for upstreams infura or alchemy, I see only connection errors in the logs. But it works with my own geth node. dshackle version is...
Running latest release (Docker) I noticed that while testing a simple WebSocket subscription that it failed to return a block: ``` websocat ws://dshackle:8545/eth {"jsonrpc":"2.0", "id": 1, "method": "eth_subscribe", "params": ["newHeads"]}...
I found this issue when trying to benchmark different Hyperledger Besu nodes using Hyperledger Caliper. Our setup is x amount of non-validator nodes behind a dshackle loadbalancer. When running Caliper...
Hello, Could it be possible to add BSC support ? I'm not a java/groovy aficionados but as far as I can see it's seems possible by adding some lines, I...
I'm using the latest Docker version and it appears that using Alchemy as an upstream node produces a lot of the following errors: ``` Code: | -32601 -- | --...
Can somebody please share how to connect the Grafana dashboard? I've imported https://raw.githubusercontent.com/emeraldpay/dshackle/master/dashboard/dshackle.json and tried to add Prometeus data source to Grafana Enterprice with no luck. ``` monitoring: enabled: true...
For some requests it critical to route a request to a node which have a response in it's index. It could be: - for `eth_getTransaction*` to be in `--txlookuplimit` range...