Author | SHA1 | Message | Date |
---|---|---|---|
Jae Kwon | bf0ff212b9 |
Refactor "lite" to handle delayed validator set changes.
Also, fix consensus liveness issue. |
7 years ago |
Alexander Simmerl |
a605b66c5a
|
Move abci imports | 6 years ago |
Liamsi | d2c05bc5b9 |
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit
|
6 years ago |
Liamsi | 96a3502126 | delete everything | 6 years ago |
Zach | 2cc63069c6 |
rename dummy to kvstore (#1223)
* remove accidental binary * docs: s/Dummy&dummy/KVStore&kvstore/g * glide update to abci * update abci import paths * dummy begone, hello kvstore * RequestInitChain needs genesisBytes * glide update |
7 years ago |
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 |
Ethan Buchman | 11761d1769 | initial port of cosmos-sdk basecli proxy | 7 years ago |