277 Commits (75cbe4a1c1bfb853b393371e6f525aa2b49d4c70)

Author SHA1 Message Date
  Anton Kaliaev 31f3dd42e7
mark peer as good only once 6 years ago
  Anton Kaliaev 5fab8e404d
replace magic number with blocksToContributeToBecomeGoodPeer const 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 266974cb59
stop peer if it sends invalid vote 6 years ago
  Anton Kaliaev 4242352852
stop peer on decoding error 6 years ago
  Anton Kaliaev 2a24ae90c1
fixes from Jae's review 6 years ago
  Ethan Buchman ee674f919f StopPeerForError in blockchain and consensus 7 years ago
  Ethan Buchman a17105fd46 p2p: peer.Key -> peer.ID 7 years ago
  Ethan Buchman 0acca7fe69 final updates for state 7 years ago
  Ethan Buchman 289d92c97d consensus: remove log stmt. closes #987 7 years ago
  Ethan Buchman cb3ac6987e remove some debugs 7 years ago
  Ethan Buchman 5d04ccbe51 excessive logging. update tmlibs for timer fix 7 years ago
  Ethan Buchman 0ec7909ec3 more logging in p2p and consensus 7 years ago
  Anton Kaliaev 922af7c405
int64 height 7 years ago
  Anton Kaliaev b3492356e6 uint64 height (Refs #911) 7 years ago
  Anton Kaliaev 69b5da766c
service#Start, service#Stop signatures were changed 7 years ago
  Zach Ramsay 563faa98de address comments, pr #643 7 years ago
  Zach Ramsay 8f0237610e linting errors: clean it all up 7 years ago
  Zach Ramsay 331857c9e6 linting: apply errcheck part2 7 years ago
  Zach Ramsay 46ccbcbff6 linting: apply 'gofmt -s -w' throughout 7 years ago
  Ethan Buchman 0448c2b437 consensus: fix LastCommit log 7 years ago
  Anton Kaliaev a1cdc2b68a
set logger for peer's MConnection 7 years ago
  Anton Kaliaev ad03491ee6
remove duplicated key 7 years ago
  Ethan Buchman 4b9dfc8990 consensus: fix for initializing block parts during catchup 7 years ago
  Ethan Buchman 3b81d3fea4 consensus: ensure prs.ProposalBlockParts is initialized. fixes #810 7 years ago
  Ethan Buchman d71aed309f some minor changes 7 years ago
  Anton Kaliaev 61d76a273f
fixes from Bucky's and Emmanuel's reviews 7 years ago
  Anton Kaliaev 1c1c68df8d
fixes from my own review 7 years ago
  Anton Kaliaev f6539737de
new pubsub package 7 years ago
  Ethan Buchman 591dd9e662 dont catchupReplay on wal if we fast synced 7 years ago
  Anton Kaliaev dc0e8de9b0
extract some of the consensus types into ./types 7 years ago
  Ethan Buchman aea8629272 peer interface 7 years ago
  Ethan Buchman 35a4912449 dont panic on getVoteBitArray 7 years ago
  Ethan Buchman c5a657f540 consensus: test proposal heartbeat 7 years ago
  Ethan Buchman c9e11de2a7 consensus: log ProposalHeartbeat msg 7 years ago
  Ethan Buchman b0728260e9 comments 7 years ago
  Ethan Buchman 92ada55e5a make conR.FastSync() thread safe 7 years ago
  Ethan Buchman b8ac67e240 some fixes 7 years ago
  Ethan Buchman ab753abfa0 Proposer->Proposal; sign heartbeats 7 years ago
  Ethan Buchman 530626dab7 broadcast proposer heartbeat msg 7 years ago
  Ethan Buchman e9b7221292 consensus: more comments 7 years ago
  ramil 6f8d385dfa fast sync status 7 years ago
  Ethan Buchman 5f6b996d22 breakup some long lines; add more comments to consensus reactor 7 years ago
  Ethan Buchman 74a3a2b56a fix comments 7 years ago
  Adrian Brink b07d01f102 Add more comments on public functions and extra logging during 'enterPrevote' 7 years ago
  Ethan Buchman 612726d9f6 consensus: better logging 7 years ago
  Ethan Buchman ca8c34f966 add consensus reactor sleep durations to the config 7 years ago
  Anton Kaliaev b4ece65726
standardize key for errors (should be "err") 7 years ago