tendermint / light-client

DEPRECATED: A light client for tendermint, supporting signatures, proofs, and validation (see github.com/tendermint/tendermint/lite)
Other
17 stars 9 forks source link

Verifier: Support listening on TCP #1

Closed mappum closed 7 years ago

mappum commented 7 years ago

This PR lets the verifier listen on a TCP port as well as UNIX sockets (I found it easier to test some of my code from the browser which can't connect to a UNIX socket).

This change adds a new dependency (github.com/gorilla/handlers), but I didn't add it to the glide.yaml/lock because I couldn't figure out how to add it without making glide update all the other dependencies to incompatible versions...