Todd G
Todd G
Also: refreshing signing info for post failed: Post "http://:26657": dial tcp :26657: socket: too many open files
I'll have to look into how to build an arm linux image via github actions, if it's even possible. The m1 docker suite uses qemu and is arm. The published...
Thanks for the report! I'll look into this, already have code to handle these cases so should be easy to resolve the issue.
Fixed in v2.2.0
Here's what I can tell on this one. Tenderduty is pulling validator info using a request to the `/abci_query` RPC endpoint with the `/cosmos.staking.v1beta1.Query/Validator` path. I do this so only...
Most often this is caused by a proxy, like nginx, not being configured to handle websockets. Specifically for nginx it looks something like: ``` location /ws { proxy_pass http://127.0.0.1:8888/ws; proxy_http_version...
Yes, there are a bunch of slack bugs. I'm not sure when I'll get around to fixing it, but I will fix it since I primarily use slack for alerts...
Possibly, it works on many Cosmo-based chains, can you provide any more detail?
99% of the time, It should "just work" if you give it the correct parameters. There are some cases where it isn't compatible with certain chains, like those on older...