23 Commits (65ebbccb74d715dcee579460ac7c604c88decd8a)

Author SHA1 Message Date
  Anton Kaliaev 830bb72d6f
add Health method to clients 6 years ago
  Ethan Buchman 7a5060dc52 replace data.Bytes with cmn.HexBytes 7 years ago
  Adrian Brink 32311acd01 Vulnerability in light client proxy (#1081) 7 years ago
  Ethan Frey d65234ed51 Add /block_results?height=H as rpc endpoint 7 years ago
  Anton Kaliaev 950a64f756
bring back transparent websocket (Refs #945) 7 years ago
  Anton Kaliaev 922af7c405
int64 height 7 years ago
  Anton Kaliaev b3492356e6 uint64 height (Refs #911) 7 years ago
  Anton Kaliaev acbc0717d4
add client methods 7 years ago
  Anton Kaliaev f6539737de
new pubsub package 7 years ago
  Anton Kaliaev 5433e5771e
support historical abci queries (Refs #482) 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
  Ethan Buchman cc6dde96c1 rpc -> rpc/lib and rpc/tendermint -> rpc 7 years ago
  Ethan Buchman e6fe6b5b76 go-data -> go-wire/data 7 years ago
  Ethan Buchman fa451fc55c tendermint/rpc -> tendermint/rpc/tendermint 7 years ago
  Ethan Buchman 992b11c450 premerge2: rpc -> rpc/tendermint 7 years ago
  Ethan Frey 90abc61c56 Improve go-data json support in rpc 7 years ago
  Ethan Buchman f4d0076344 TxResult includes Tx. /tx only works if indexer active 7 years ago
  Ethan Frey 20458564b2 Expose Tx method in the clients 7 years ago
  Ethan Frey 4fead237f0 Client embeds EventSwitch, client.HTTP properly un/subscribes events over websocket 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 df172fa840 Provide mock interfaces for calling abci app over tendermint rpc 8 years ago
  Ethan Frey ce044dbb76 Extracted Clients into a consistent interface, fixed type issue in http.Client 8 years ago