Author | SHA1 | Message | Date |
---|---|---|---|
Thomas Corbière | 2644a529f0 |
Fix lint errors (#1390)
* use increment and decrement operators. * remove unnecessary else branches. * fix package comment with leading space. * fix receiver names. * fix error strings. * remove omittable code. * remove redundant return statement. * Revert changes (code is generated.) * use cfg as receiver name for all config-related types. * use lsi as the receiver name for the LastSignedInfo type. |
7 years ago |
Emmanuel T Odeke |
8723c91db9
|
types: Hash invoked for nil Data and Header should not panic
Fixes https://github.com/tendermint/tendermint/issues/1298 Fixes https://github.com/tendermint/tendermint/issues/1299 Found while writing tests in https://github.com/tendermint/tendermint/pull/1300 |
7 years ago |
Ethan Buchman | 6a4fd46479 | fixes from rebase | 7 years ago |
Ethan Buchman | 3d00c477fc | separate block vs state based validation | 7 years ago |
Ethan Frey | d151e36ea8 | Add ConsensusHash to header | 7 years ago |
Anton Kaliaev |
72da553ed9
|
add missing Timestamp to Vote
Fixes #974 |
7 years ago |
Ethan Frey | a6f719a402 | Add tests for block validation | 7 years ago |