mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-21 23:42:29 +00:00
e1d5873bdf
More changes: - remove Client interface (reason: empty) - introduce HTTPClient interface, which can be used for both ClientURI and ClientJSONRPC clients (so our users don't have to create their own) (Refs #8) - rename integration tests script to `integration_test.sh` - do not update deps on `get_deps`