709 Commits (50ae892d5e38d643523a9c4ff46ef27c374f17e8)

Author SHA1 Message Date
  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
  Ethan Buchman 1cb76625d3 consensus: rename test funcs 7 years ago
  Ethan Buchman a17105fd46 p2p: peer.Key -> peer.ID 7 years ago
  Ethan Buchman ff99ca7cdf bump wal test timeout 7 years ago
  Ethan Buchman 6112578d07 ValidateBlock is a method on blockExec 7 years ago
  Ethan Buchman ae68fcb78a move fireEvents to ApplyBlock 7 years ago
  Ethan Buchman 1d6f00859d fixes from review 7 years ago
  Ethan Buchman 537b0dfa1a use NopEventBus 7 years ago
  Ethan Buchman 0acca7fe69 final updates for state 7 years ago
  Ethan Buchman f55135578c state: move methods to funcs 7 years ago
  Ethan Buchman a8e625e99d config: unexpose chainID 7 years ago
  Zach Ramsay 9da5cd0180 rebase fix 7 years ago
  Zach Ramsay 70ba608850 config: write all default options to config file 7 years ago
  Anton Kaliaev 75182f7205
change directory for each call, not only for each test 7 years ago
  Ethan Buchman 7d81a3f4a5 address some comments from review 7 years ago
  Ethan Buchman 6a4fd46479 fixes from rebase 7 years ago
  Ethan Buchman 1d021c2790 update consensus/test_data/many_blocks.cswal 7 years ago
  Ethan Buchman 869d873d5c state.ApplyBlock takes evpool and calls MarkEvidenceAsCommitted 7 years ago
  Ethan Buchman 7a18fa887d evidence linked with consensus/node. compiles 7 years ago