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 |
7 years ago | |
---|---|---|
.. | ||
block.go | initial port of cosmos-sdk basecli proxy | 7 years ago |
certifier.go | Vulnerability in light client proxy (#1081) | 7 years ago |
errors.go | initial port of cosmos-sdk basecli proxy | 7 years ago |
errors_test.go | initial port of cosmos-sdk basecli proxy | 7 years ago |
proxy.go | Vulnerability in light client proxy (#1081) | 7 years ago |
query.go | Vulnerability in light client proxy (#1081) | 7 years ago |
query_test.go | Vulnerability in light client proxy (#1081) | 7 years ago |
wrapper.go | Vulnerability in light client proxy (#1081) | 7 years ago |