tendermint/rpc/client
Adrian Brink 32311acd01 Vulnerability in light client proxy (#1081)
* Vulnerability in light client proxy

When calling GetCertifiedCommit the light client proxy would call
Certify and even on error return the Commit as if it had been correctly
certified.

Now it returns the error correctly and returns an empty Commit on error.

* Improve names for clarity

The lite package now contains StaticCertifier, DynamicCertifier and
InqueringCertifier. This also changes the method receivers from one
letter to two letter names, which will make future refactoring easier
and follows the coding standards.

* Fix test failures

* Rename files

* remove dead code
2018-01-09 10:36:11 -06:00
..
mock fixes and version bump 2017-12-06 03:33:03 -05:00
event_test.go update for new abci int types 2017-12-02 01:47:55 -05:00
helpers.go bring back transparent websocket (Refs #945) 2017-12-10 01:18:10 -06:00
helpers_test.go change delta's type from int to int64 2017-12-02 11:48:24 -06:00
httpclient.go Add /block_results?height=H as rpc endpoint 2017-12-26 19:24:25 -05:00
interface.go Vulnerability in light client proxy (#1081) 2018-01-09 10:36:11 -06:00
localclient.go Add /block_results?height=H as rpc endpoint 2017-12-26 19:24:25 -05:00
main_test.go abci.Info takes a struct; less merkleeyes 2017-09-22 11:42:40 -04:00
rpc_test.go fixes 2017-12-26 19:24:45 -05:00
types.go update for new abci int types 2017-12-02 01:47:55 -05:00