tendermint/rpc
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
..
client Vulnerability in light client proxy (#1081) 2018-01-09 10:36:11 -06:00
core final updates for state 2017-12-28 23:15:54 -05:00
grpc errcheck; sort some stuff out 2017-11-27 22:39:11 +00:00
lib Merge pull request #948 from tendermint/945-transparent-websocket 2017-12-10 19:05:32 -05:00
test fix randPort 2017-12-21 16:49:47 -05:00