Ethan Buchman
|
b234f7aba2
|
Merge pull request #741 from tendermint/client-compile-time-assertions
rpc/client: use compile time assertions instead of methods
|
2017-10-17 03:41:24 -04:00 |
|
Emmanuel Odeke
|
5f218a43fd
|
rpc/client: use compile time assertions instead of methods
|
2017-10-13 14:30:54 -06:00 |
|
Anton Kaliaev
|
db413aadfd
|
fixes from @cloudhead review
|
2017-10-13 15:03:21 +04:00 |
|
Anton Kaliaev
|
5433e5771e
|
support historical abci queries (Refs #482)
|
2017-10-13 15:03:20 +04:00 |
|
Zach Ramsay
|
d56b44f3a5
|
all: no more anonymous imports
|
2017-10-04 16:40:45 -04:00 |
|
Anton Kaliaev
|
45ff7cdd0c
|
rewrite ws client to expose a callback instead of a channel
callback gives more power to the publisher. plus it is optional
comparing to a channel, which will block the whole client if you won't
read from it.
|
2017-10-02 13:00:20 -04:00 |
|
Alexandre Thibault
|
ce36a0111a
|
rpc: subscribe on reconnection (#689)
* rpc: subscribe on reconnection
* rpc: fix unit tests
|
2017-10-02 13:00:20 -04:00 |
|
Ethan Buchman
|
f0f1ebe013
|
rpc: Block and Commit take pointers; return latest on nil
|
2017-09-03 16:07:37 -04:00 |
|
Ethan Buchman
|
e2e8746044
|
rpc: historical validators
|
2017-09-03 16:07:37 -04:00 |
|
Anton Kaliaev
|
d578f7f81e
|
biff up WS client
What's new:
- auto reconnect
- ping/pong
- colored tests
|
2017-08-03 19:10:14 -04:00 |
|
Ethan Buchman
|
4e781961e9
|
remove TMResult. ::drinks champagne::
|
2017-04-28 22:26:23 -04:00 |
|
Ethan Frey
|
6c60c07f16
|
BROKEN: attempt to replace go-wire.JSON with json.Unmarshall in rpc
|
2017-04-28 16:24:06 +02:00 |
|
Ethan Frey
|
f6f1f1992c
|
Prepare rpc responses for go-data compatibility, still use go-wire
|
2017-04-28 14:46:04 +02:00 |
|
Ethan Buchman
|
cc6dde96c1
|
rpc -> rpc/lib and rpc/tendermint -> rpc
|
2017-04-26 19:57:33 -04:00 |
|
Ethan Buchman
|
992b11c450
|
premerge2: rpc -> rpc/tendermint
|
2017-04-21 17:39:56 -04:00 |
|
Ethan Frey
|
90abc61c56
|
Improve go-data json support in rpc
|
2017-04-21 16:55:37 -04:00 |
|
Ethan Buchman
|
f4d0076344
|
TxResult includes Tx. /tx only works if indexer active
|
2017-04-18 19:56:41 -04:00 |
|
Ethan Frey
|
20458564b2
|
Expose Tx method in the clients
|
2017-04-13 21:49:21 +02:00 |
|
Ethan Buchman
|
ac86e664c7
|
Revert "Undo last two commits"
This reverts commit d1fc37ff9e8b8034aa3c029fc59f56768f373d73.
|
2017-04-11 15:44:36 -04:00 |
|
Ethan Frey
|
d1fc37ff9e
|
Undo last two commits
|
2017-04-11 12:57:06 +02:00 |
|
Ethan Frey
|
e4e17a2c95
|
Play well with go-{rpc,crypto,data}:develop
|
2017-04-10 21:16:41 +02:00 |
|
Ethan Frey
|
4fead237f0
|
Client embeds EventSwitch, client.HTTP properly un/subscribes events over websocket
|
2017-02-24 21:26:17 +01:00 |
|
Ethan Frey
|
6282fad518
|
Clean up event switch add helper function
|
2017-02-24 19:59:40 +01:00 |
|
Ethan Frey
|
175bb329e4
|
Expose EventSwitch on top of websocket client
|
2017-02-24 19:15:22 +01:00 |
|
Ethan Frey
|
98450ee2db
|
Client: DumpConsensusState, not DialSeeds. Cleanup
|
2017-02-24 17:05:15 +01:00 |
|
Ethan Frey
|
931af6a072
|
Combine local and http into client package, unify tests with table-driven tests
|
2017-02-24 17:05:15 +01:00 |
|