Martin

Results 6 comments of Martin

Agree with @jackzampolin. They are rather useful for observing peer health/malicious activity on both private (relay/peering) and public settings. ![image](https://user-images.githubusercontent.com/18033781/50679516-0c130f00-1004-11e9-8c7c-3fa3c485814e.png) If anything, perhaps a setting to disable it in the...

I'd suggest "needProofBlock" as a better name than pause. Is there any plans to implement this in the near future? It seems more and more chains are based on cosmos-sdk...

@marbar3778 yeah I think this would be a nice addition, what do you think @haasted and @blewater?

Just chiming in regarding logging to file. Quick workaround for systemd users, add the below to the .service file: ``` StandardOutput=file:${INSTALL_PREFIX}/log/output.log StandardError=file:${INSTALL_PREFIX}/log/error.log ``` (and yes, everything is currently sent to...

@tarcieri done, thanks. From looking at Tendermint log it looks like it sees the connection close, I have added log output to https://github.com/tendermint/tendermint/issues/3844.

Sorry, should have been clearer: First line has a "EOF" at the end, indicating the connection was closed. This seems to indicate the connection closure is unexpected for Tendermint, but...