30 Commits (f5b884910622a4d13c907657dd130c2b1bb940f2)

Author SHA1 Message Date
  Liamsi d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto) 6 years ago
  Liamsi 96a3502126 delete everything 6 years ago
  Jae Kwon 34974e3932 Make types use Amino; Refactor PrivValidator* to FilePV/SocketPV 7 years ago
  Eugene Chung a61130aebb
Remove unnecessary bytes.Compare() call 7 years ago
  Ethan Buchman 200787ede2 types: update for new go-wire. WriteSignBytes -> SignBytes 7 years ago
  Ethan Buchman cd0fd06b0d update for sdk2 libs. need to fix kv test 7 years ago
  Zach Ramsay 1721543e5c linting: apply misspell 7 years ago
  Ethan Buchman d1a00c684e types: comments 7 years ago
  Ethan Buchman 75b97a5a65 PrivValidatorFS is like old PrivValidator, for now 7 years ago
  Ethan Buchman 944ebccfe9 more PrivValidator interface 7 years ago
  Ethan Buchman fd1b0b997a PrivValidator interface 7 years ago
  Ethan Buchman 6a30a902c9 [types] more []byte->data.Bytes and some %X->%v 8 years ago
  Ethan Buchman 6d83c60c40 [types] dont hash validator.Accum 8 years ago
  Ethan Buchman bdb34f9f4e types: []byte -> data.Bytes 8 years ago
  Ethan Buchman d1926bcad1 use tmlibs 8 years ago
  Ethan Buchman 5da9b3a803 postmerge 8 years ago
  Ethan Buchman 0017fb7ffe premerge 8 years ago
  Ethan Buchman d68cdce2d5 consensus: check HasAll when TwoThirdsMajority 8 years ago
  Ethan Buchman 6f8c91b651 use NewValidator; fix setPrivValidatorIndex 8 years ago
  Ethan Buchman 655b6300f5 val set changes 8 years ago
  Ethan Buchman d7f6c0775a remove LastCommitHeight 8 years ago
  Ethan Buchman 4360c360a4 move handshake to state, use Handshaker, more tests 8 years ago
  Jae Kwon 9247b0fbd2 Fix HeightVoteSet bug where first catchup vote doesn't get added 9 years ago
  Jae Kwon 08d7980d80 Conform to go-wire new TypeByte behavior 9 years ago
  Jae Kwon ab1e8a35c6 Shorten consensus log events 9 years ago
  Jae Kwon d69b5c5ab6 Conform to go-wire 1.0 9 years ago
  Jae Kwon e12f9d10e7 Bare consensus refactor 9 years ago
  Jae Kwon c4ed55d801 Refactor to move common libraries out of project 9 years ago
  Jae Kwon 1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 9 years ago
  Jae Kwon 3be3647dc8 tendermint/binary -> tendermint/wire 9 years ago
  Ethan Buchman 8e50bf15de panic wrapper functions 9 years ago
  Jae Kwon 1e7cc32597 tendermint/account -> acm 9 years ago
  Jae Kwon 2e1d8ba054 Make Ripemd160 the default 9 years ago
  Jae Kwon 41845d5b85 fix dump_consensus_state error'ing when height=0 9 years ago
  Ethan Buchman a7ecdd10de Merge from panic branch 10 years ago
  Jae Kwon 9965dd5de6 uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
  Jae Kwon b92c0401e6 Made all JSON fields lower_case 10 years ago
  Jae Kwon 13b6508ecd Package import path change 10 years ago
  Ethan Buchman 60f166e823 tendermint2 10 years ago
  Jae Kwon 87e1f76324 tendermint/block -> tendermint/types and tendermint/blockchain 10 years ago
  Jae Kwon 0a6c28c2da block module -> import as blk 10 years ago
  Jae Kwon 135894ea88 Dot import -> named import 10 years ago
  Jae Kwon 5bace5cce8 Unreader to unread bytes 10 years ago
  Jae Kwon 70eb75dca7 Refactor consensus/vote_set_test.go 10 years ago
  Jae Kwon 61d1635085 Fixed tests 10 years ago
  Jae Kwon 83d313cbe5 Refactor Tx, Validator, and Account structure 10 years ago
  Jae Kwon 8718bd52a4 made ValidatorSet.Hash deterministic; fix off-by-1 bugs 10 years ago
  Jae Kwon 9ea504030e pretty print ConsensusState 10 years ago
  Jae Kwon f4b42cdfab remove TimeoutTx 10 years ago
  Jae Kwon 7652c5d0de fix tests 10 years ago