728 Commits (17a5c6fa1ae41f141ac3923e35ee716bebebe174)

Author SHA1 Message Date
  Thomas Corbière ab00bf7c8b standardize PRNG access (#1411) 6 years ago
  Vladislav Dmitriyev 7c22e47629 Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
  Anton Kaliaev cca1dd8e3e
removed excessive comment 6 years ago
  Anton Kaliaev 26c38e770e
fix data race 6 years ago
  Ethan Buchman 1a1e4e767b check max msg size in DecodeMessage 6 years ago
  Ethan Buchman c68d406195 fix tests 6 years ago
  Ethan Buchman 02c0835e9b fixes post merge 6 years ago
  Jae Kwon d24e4cb821 Fix race testing 6 years ago
  Jae Kwon fb64314d1c Review from Anton 6 years ago
  Jae Kwon e4492afbad Merge 6 years ago
  Ethan Buchman 799beebd36 fix consensus tests 6 years ago
  Jae Kwon 45ec5fd170 WIP consensus 6 years ago
  Anton Kaliaev a506cf47ad
protect Record* peerStateStats functions by mutex 6 years ago
  Anton Kaliaev 37ce6b195a
ValidatorSet#GetByAddress: return -1 if no validator was found 6 years ago
  Ethan Buchman 5f548c7679 consensus: close pubsub channels. fixes #1372 6 years ago
  Jae Kwon 196f8410ba WIP commit; Fix types/results_test 6 years ago
  Thomas Corbière 2644a529f0 Fix lint errors (#1390) 6 years ago
  Anton Kaliaev 1c82281b77
make app_options -> app_state backwards compatible 6 years ago
  Anton Kaliaev 2c445059f2
mark peer as good every blocksToContributeToBecomeGoodPeer blocks 6 years ago
  Anton Kaliaev ab59f64f57
test we record votes and block parts 6 years ago
  Anton Kaliaev 42e3457884
fix tracking of votes and blockparts to not allow old information 6 years ago
  Anton Kaliaev 31f3dd42e7
mark peer as good only once 6 years ago
  Anton Kaliaev 5fab8e404d
replace magic number with blocksToContributeToBecomeGoodPeer const 6 years ago
  Ethan Buchman ab7dea4f20 consensus: return from errors sooner in addVote 6 years ago
  Ethan Buchman b297efb532 consensus: return from go-routine in test 6 years ago
  Anton Kaliaev 86ddf17db0
add a todo 6 years ago
  Anton Kaliaev a655500047
fix copy-pasted comment [ci skip] 6 years ago
  Anton Kaliaev 714f885dac
mark peer as good if it contributed enough votes or block parts 6 years ago
  Anton Kaliaev b0d8f552c5
return err if peer has sent a vote that does not match our round 6 years ago
  Anton Kaliaev 63cb69cb96
comment out ErrAddingVote because it breaks byzantine_test 6 years ago
  Anton Kaliaev 266974cb59
stop peer if it sends invalid vote 6 years ago
  Anton Kaliaev 4242352852
stop peer on decoding error 6 years ago
  Ethan Frey fff0c6cd8e Add app_state from genesis file in InitChain message 6 years ago
  Ethan Buchman 5378bfc5c7 types.SignBytes -> o.SignBytes 6 years ago
  Ethan Buchman ca3655a409 types: p2pID -> P2PID 6 years ago
  Zarko Milosevic d4e93a6de3
Separate ValidBlock rule from unlocking rule 7 years ago
  Zarko Milosevic 4670857c15
Add support for ValidBlock mechanism for the simplest case 7 years ago
  Zach 2cc63069c6 rename dummy to kvstore (#1223) 6 years ago
  Zach Ramsay 3cd604562c RequestInitChain needs genesisBytes 6 years ago
  Anton Kaliaev 2a24ae90c1
fixes from Jae's review 6 years ago
  Ethan Buchman d34286c421 minor fixes - tests pass 7 years ago
  Ethan Buchman e7747f7d66 it compiles 7 years ago
  Ethan Buchman cd0fd06b0d update for sdk2 libs. need to fix kv test 7 years ago
  Ethan Buchman ab13806276 consensus: print go routines in failed test 7 years ago
  Ethan Buchman 3ae26bd6e6 consensus: fix SetLogger in tests 7 years ago
  Ethan Buchman 87087b8acd consensus: minor cosmetic 7 years ago
  Ethan Buchman ee674f919f StopPeerForError in blockchain and consensus 7 years ago
  Ethan Buchman 6f3d9b4be3 fix race 7 years ago
  Ethan Buchman f06cc6630b mempool: cfg.CacheSize and expose InitWAL 7 years ago
  Ethan Buchman 8171628ee5 make tests run faster 7 years ago