225 Commits (29f757376232658e7ec0c39d61af685210b6d284)

Author SHA1 Message Date
  Anton Kaliaev d7035abe73 change ABCI header to match Tendermint exactly 6 years ago
  Anton Kaliaev bec9d5cba9 add proposer address to block's Header 6 years ago
  Jae Kwon e719a93d1d Addressed review for #1815 except those marked as 'TODO make issue' 6 years ago
  Ethan Buchman 6046b99197 consensus: include evidence in proposed block parts. fixes #2050 6 years ago
  ValarDragon 99e582d79a crypto: Refactor to move files out of the top level directory 6 years ago
  Anton Kaliaev 270659f03f
make Block Header and Data non-pointers 6 years ago
  Anton Kaliaev 95980d944b
[types] add tests for Block and Commit 6 years ago
  Zach Ramsay 44dad6d70b Revert "detele everything" 6 years ago
  Zach Ramsay d02c5d1e30 detele everything 6 years ago
  Ethan Buchman ec710395b7 RIPEMD160 -> SHA256 6 years ago
  Ethan Buchman d55243f0e6 fix import paths 6 years ago
  Anton Kaliaev 9563927bbd
print only tx's hash and size when logging blocks 6 years ago
  Jae Kwon bf0ff212b9 Refactor "lite" to handle delayed validator set changes. 6 years ago
  Jae Kwon a5b7ea93c4 Delay validator set changes by 1 block. 6 years ago
  Liamsi d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto) 6 years ago
  Liamsi 96a3502126 delete everything 6 years ago
  Anton Kaliaev 489d9b9184
more metrics 6 years ago
  Ethan Buchman 162811476a update some comments 6 years ago
  Jae Kwon b42d5a2211 blockID -> block_id for JSON 6 years ago
  Ethan Buchman bb1b249e8a types: lock block on MakePartSet 6 years ago
  Jae Kwon 02531ca5a3 Fix race testing (cont;) Bump version to 0.19.0 6 years ago
  Jae Kwon d24e4cb821 Fix race testing 6 years ago
  Jae Kwon 45ec5fd170 WIP consensus 6 years ago
  Jae Kwon 1b9323f105 Fix blockchain tests 6 years ago
  Ethan Buchman 39ff4d22e9 minor cleanup 6 years ago
  Jae Kwon 89cdde7f1e Fix state tests 6 years ago
  Thomas Corbière 2644a529f0 Fix lint errors (#1390) 6 years ago
  Jae Kwon 34974e3932 Make types use Amino; Refactor PrivValidator* to FilePV/SocketPV 6 years ago
  Alex Hernandez 575a46d9d4 fix typo on block header (#1387) 6 years ago
  Emmanuel T Odeke 8723c91db9
types: Hash invoked for nil Data and Header should not panic 6 years ago
  Ethan Buchman c394eef7b8 types: TestValidatorSetVerifyCommit 6 years ago
  Ethan Buchman 3395f5fb0e types: builds 6 years ago
  Ethan Buchman 200787ede2 types: update for new go-wire. WriteSignBytes -> SignBytes 7 years ago
  Ethan Buchman 7a5060dc52 replace data.Bytes with cmn.HexBytes 6 years ago
  Ethan Buchman 4e3488c677 update types 6 years ago
  Ethan Buchman 3271634e7a types: evidence cleanup 7 years ago
  Ethan Buchman 10c43c9edc introduce evidence store 7 years ago
  Ethan Buchman 7d086e9524 check if we already have evidence 7 years ago
  Ethan Buchman 77e45756f2 types: Evidences for merkle hashing; Evidence.String() 7 years ago
  Ethan Buchman 7928659f70 track evidence, include in block 7 years ago
  Ethan Buchman 028ee58580 call it LastResultsHash 7 years ago
  Ethan Buchman 73fb1c3a17 consolidate saveResults/SaveABCIResponses 7 years ago
  Ethan Frey 58c5df729b Add ResultHash to header 7 years ago
  Ethan Buchman 3d00c477fc separate block vs state based validation 7 years ago
  Anton Kaliaev 843e1ed400
Updates -> ValidatoSetUpdates 7 years ago
  Ethan Frey 960b25408f Store LastConsensusHash in State as well 7 years ago
  Ethan Frey d151e36ea8 Add ConsensusHash to header 7 years ago
  Ethan Frey dedf03bb81 Add TotalTx to block header, issue #952 7 years ago
  Ethan Frey 8576ad58bd Cleanup canonical json 7 years ago
  Ethan Frey 7deda53b7c Add Timestamp to Proposal for issue #929 7 years ago