91 Commits (332163ede6a0c4fd97c3a6e613243916548d9891)

Author SHA1 Message Date
  Ismail Khoffi b30c34e713 rename Accum -> ProposerPriority: (#2932) 6 years ago
  Ismail Khoffi 3f987adc92 Set accum of freshly added validator -(total voting power) (#2785) 6 years ago
  Ethan Buchman b11788d36d
types: NewValidatorSet doesn't panic on empty valz list (#2938) 6 years ago
  Jae Kwon 42592d9ae0 IncrementAccum upon RPC /validators; Sanity checks and comments (#2808) 6 years ago
  Ismail Khoffi 6643c5dd11 Catch up with amino 0.13.0 (#2690) 6 years ago
  Ismail Khoffi 8888595b94 [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 6 years ago
  Zarko Milosevic 7b88172f41 Implement BFT time (#2203) 6 years ago
  Dev Ojha 2756be5a59 libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 6 years ago
  Ethan Buchman f6705f02c7 fixes post merge 6 years ago
  ValarDragon c798702764 crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 6 years ago
  ValarDragon 99e582d79a crypto: Refactor to move files out of the top level directory 6 years ago
  Anton Kaliaev 17e1df0cbd
test validator set more thoroughly 6 years ago
  Zach Ramsay 44dad6d70b Revert "detele everything" 6 years ago
  Zach Ramsay d02c5d1e30 detele everything 6 years ago
  Ethan Buchman d55243f0e6 fix import paths 6 years ago
  Liamsi d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto) 6 years ago
  Liamsi 96a3502126 delete everything 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
  Ethan Buchman c394eef7b8 types: TestValidatorSetVerifyCommit 6 years ago
  Ethan Buchman f9921ae362 types/validator_set_test: move funcs around 6 years ago
  Ethan Buchman abeeeeb611 types: fix validator_set_test issue with UnmarshalBinary into ptr 6 years ago
  Ethan Buchman 3395f5fb0e types: builds 6 years ago
  Ethan Buchman d2cd079541 types: tests build 7 years ago
  Anton Kaliaev 1339a44402
add safe*Clip funcs 7 years ago
  Anton Kaliaev 69c3a7640b
add safeAdd & safeSub plus quickcheck tests 7 years ago
  Anton Kaliaev e8b0458f16
check for overflow and underflow while choosing proposer 7 years ago
  Zach Ramsay 46ccbcbff6 linting: apply 'gofmt -s -w' throughout 7 years ago
  Ethan Buchman e76ef2a8a1 types: unexpose valset.To/FromBytes 7 years ago
  Anton Kaliaev 616b07ff6b
make AppOptions an interface{} 7 years ago
  Ethan Buchman d1926bcad1 use tmlibs 7 years ago
  Ethan Buchman 5da9b3a803 postmerge 7 years ago
  Ethan Buchman 0017fb7ffe premerge 7 years ago
  Ethan Frey 6d223d5526 Update to latest go-crypto 7 years ago
  Ethan Frey 516e78ea54 Fix types to use updated go-crypto 7 years ago
  Ethan Buchman b1cd677711 types: valSet LastProposer->Proposer and Proposer()->GetProposer() 7 years ago
  Ethan Buchman 0fa34f7f67 fix ProposerSelection by persisting proposer 7 years ago
  Ethan Buchman 55602b9be6 failing ProposerSelection test 7 years ago
  Ethan Buchman 6f8c91b651 use NewValidator; fix setPrivValidatorIndex 8 years ago
  Ethan Buchman 209bcf905e proposer selection tests. closes #53 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
  Ethan Buchman dc7b912881 crypto byte arrays are fixed length 9 years ago
  Jae Kwon bc71e38bad proposer selection fix 9 years ago
  Jae Kwon 9965dd5de6 uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 9 years ago
  Jae Kwon 5bdd73f4a4 New genesis.json 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon ab0ee97c18 ValidatorSet copy benchmark 9 years ago