Anton Kaliaev
|
7518c4a9be
|
[rpc] update comment [ci skip]
|
7 years ago |
Anton Kaliaev
|
db413aadfd
|
fixes from @cloudhead review
|
7 years ago |
Anton Kaliaev
|
5433e5771e
|
support historical abci queries (Refs #482)
|
7 years ago |
Zach Ramsay
|
e2e50bc0fc
|
rpc: use /iavl repo in test (#713)
|
7 years ago |
Zach Ramsay
|
d56b44f3a5
|
all: no more anonymous imports
|
7 years ago |
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.
|
7 years ago |
Alexandre Thibault
|
ce36a0111a
|
rpc: subscribe on reconnection (#689)
* rpc: subscribe on reconnection
* rpc: fix unit tests
|
7 years ago |
Ethan Buchman
|
8311f5c611
|
abci.Info takes a struct; less merkleeyes
|
7 years ago |
Ethan Buchman
|
3089bbf2b8
|
Amount -> Power. Closes #166
|
7 years ago |
Ethan Buchman
|
f0f1ebe013
|
rpc: Block and Commit take pointers; return latest on nil
|
7 years ago |
Ethan Buchman
|
e2e8746044
|
rpc: historical validators
|
7 years ago |
Anton Kaliaev
|
d578f7f81e
|
biff up WS client
What's new:
- auto reconnect
- ping/pong
- colored tests
|
7 years ago |
Anton Kaliaev
|
eaec0c8ea5
|
deduplicate tests in rpc/test and rpc/client (Refs #496)
|
8 years ago |
Ethan Buchman
|
bd7ec18c19
|
fix tests
|
8 years ago |
spring1843
|
cf686d4f83
|
Fix commonly misspelled words
|
8 years ago |
Ethan Buchman
|
6afee8f117
|
rpc: fix tests
|
8 years ago |
Ethan Buchman
|
4e781961e9
|
remove TMResult. ::drinks champagne::
|
8 years ago |
Ethan Buchman
|
07e59e63f9
|
TMEventDataInner
|
8 years ago |
Ethan Frey
|
6c60c07f16
|
BROKEN: attempt to replace go-wire.JSON with json.Unmarshall in rpc
|
8 years ago |
Ethan Frey
|
f6f1f1992c
|
Prepare rpc responses for go-data compatibility, still use go-wire
|
8 years ago |
Ethan Buchman
|
c930f43cbe
|
rpc: fix tests
|
8 years ago |
Ethan Buchman
|
cc6dde96c1
|
rpc -> rpc/lib and rpc/tendermint -> rpc
|
8 years ago |
Ethan Frey
|
bd93f76950
|
Improve rpc to properly format any alias for []byte in URIClient
|
8 years ago |
Ethan Buchman
|
9e82d132ce
|
go-rpc -> tendermint/rpc
|
8 years ago |
Ethan Buchman
|
c55d83281a
|
move into rpc package
|
8 years ago |
Ethan Buchman
|
992b11c450
|
premerge2: rpc -> rpc/tendermint
|
8 years ago |
Ethan Frey
|
90abc61c56
|
Improve go-data json support in rpc
|
8 years ago |
Anton Kaliaev
|
5e5fb37774
|
rename TxID to Hash
|
8 years ago |
Ethan Buchman
|
f4d0076344
|
TxResult includes Tx. /tx only works if indexer active
|
8 years ago |
Ethan Frey
|
20458564b2
|
Expose Tx method in the clients
|
8 years ago |
Ethan Buchman
|
ac86e664c7
|
Revert "Undo last two commits"
This reverts commit d1fc37ff9e .
|
8 years ago |
Ethan Frey
|
d1fc37ff9e
|
Undo last two commits
|
8 years ago |
Ethan Buchman
|
7fbe8e47d4
|
fix tests
|
8 years ago |
Ethan Frey
|
e4e17a2c95
|
Play well with go-{rpc,crypto,data}:develop
|
8 years ago |
Ethan Buchman
|
692691938c
|
remove comment
|
8 years ago |
Ethan Buchman
|
8ba79252c8
|
types: use mtx on PartSet.String()
|
8 years ago |
Ethan Frey
|
21501815dd
|
Fix EventSwitch usage in WaitForOneEvent
|
8 years ago |
Ethan Frey
|
d56cb2ab4b
|
fix typo
|
8 years ago |
Ethan Frey
|
4fead237f0
|
Client embeds EventSwitch, client.HTTP properly un/subscribes events over websocket
|
8 years ago |
Ethan Frey
|
6282fad518
|
Clean up event switch add helper function
|
8 years ago |
Ethan Frey
|
175bb329e4
|
Expose EventSwitch on top of websocket client
|
8 years ago |
Ethan Frey
|
9be3064904
|
Expose and test EventSwitch in client.Local
|
8 years ago |
Ethan Frey
|
98450ee2db
|
Client: DumpConsensusState, not DialSeeds. Cleanup
|
8 years ago |
Ethan Frey
|
931af6a072
|
Combine local and http into client package, unify tests with table-driven tests
|
8 years ago |
Ethan Frey
|
202146e4ce
|
Fix up checktx/delivertx in broadcastTx(A)sync
|
8 years ago |
Ethan Frey
|
9693795c4c
|
Move common code to merkleeyes/testutil
|
8 years ago |
Ethan Frey
|
cd9ee9d84b
|
cleanup
|
8 years ago |
Ethan Frey
|
42a9b847ec
|
Make all client tests safe to run in parallel
|
8 years ago |
Ethan Frey
|
d92a5b1074
|
Reworked WaitForHeight to avoid race conditions
|
8 years ago |
Ethan Frey
|
f7f7cf576a
|
Fix race condition in websocket event listening
|
8 years ago |