Commit Graph

11 Commits

Author SHA1 Message Date
Ethan Buchman 052c2c1575 Merge pull request #11 from tendermint/feature/refactor-tests
WSClient failing to echo bytes
2017-04-12 19:32:14 -04:00
Anton Kaliaev b54b9b4ecc
update url to network monitor [ci skip] [circleci skip] 2017-03-13 14:25:57 +04:00
Anton Kaliaev 5d19a008ce
add Call method to WSClient, which does proper encoding of params 2017-03-10 15:33:45 +04:00
Anton Kaliaev e6c083f589
rename ClientURI -> URIClient, ClientJSONRPC -> JSONRPCClient (Refs #4) 2017-03-10 10:41:10 +04:00
Anton Kaliaev cf11e6ba65
add CHANGELOG 2017-03-09 12:43:24 +04:00
Anton Kaliaev e1d5873bdf
support key-value params in JSONRPC (Refs #1)
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`
2017-03-07 19:27:27 +04:00
Ethan Buchman a8ac819139 link issue from readme 2016-06-23 20:40:16 -04:00
Ethan Buchman 0c70a4636a add better docs to readme 2016-06-23 20:33:04 -04:00
Ethan Buchman 7ea86f6506 fix test race and update readme 2016-06-21 15:19:56 -04:00
Ethan Buchman 3d59e13dd8 move from tendermint/tendermint 2016-01-12 16:50:06 -05:00
Ethan Buchman c52524a215 Initial commit 2016-01-12 15:26:00 -05:00