5 Commits (f1a8f47d4dc7e258775eb90a209de72d2cb39d81)

Author SHA1 Message Date
  Sam Kleinman f1a8f47d4d
types: minor cleanup of un or minimally used types (#8154) 2 years ago
  Sam Kleinman 912751cf93
math: remove panics in safe math ops (#7962) 2 years ago
  M. J. Fromberger 366ab1947a
Replace uses of libs/json with encoding/json. (#7534) 2 years ago
  Sam Kleinman ae5f98881b
p2p: make NodeID and NetAddress public (#6583) 3 years ago
  Sam Kleinman a855f96946
p2p: renames for reactors and routing layer internal moves (#6547) 3 years ago
  Erik Grinaker 8e7d431f6f p2p: rename ID to NodeID 4 years ago
  Marko dedf0d2350
proto: folder structure adhere to buf (#5025) 4 years ago
  Erik Grinaker db8f1b3df3
migrate all JSON to new JSON encoder (#4975) 4 years ago
  Marko a88537bb88
ints: stricter numbers (#4939) 4 years ago
  Anton Kaliaev 3e1516b624
linters: enable stylecheck (#4153) 5 years ago
  Phil Salant bc572217c0 Fix linter errors thrown by `lll` (#3970) 5 years ago
  Thane Thomson 70592cc4d8 libs/common: remove deprecated PanicXXX functions (#3595) 5 years ago
  Ismail Khoffi 8888595b94 [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 6 years ago
  Dev Ojha 2756be5a59 libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 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
  Ethan Buchman e9804d76cf fixes from review 6 years ago
  Ethan Buchman a41f0d3891 rpc: /consensus_state for simplified output 6 years ago
  Ethan Buchman 658060150c rpc: add voting power totals to vote bitarrays 6 years ago
  Ethan Buchman a2d77cbe4e add MarshalJSON methods to fix dump_consensus_state 6 years ago
  Anton Kaliaev b0d8f552c5
return err if peer has sent a vote that does not match our round 6 years ago
  Ethan Buchman ca3655a409 types: p2pID -> P2PID 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
  Anton Kaliaev 922af7c405
int64 height 7 years ago
  Anton Kaliaev b3492356e6 uint64 height (Refs #911) 7 years ago
  Anton Kaliaev dc0e8de9b0
extract some of the consensus types into ./types 7 years ago
  Zach Ramsay d56b44f3a5 all: no more anonymous imports 7 years ago
  Anton Kaliaev f803544195
new logging 7 years ago
  Ethan Buchman d1926bcad1 use tmlibs 7 years ago
  Jae Kwon c1729addce Fix BFT issue where VoteSetMaj23Message wasn't being sent where prs.Round == blockStore.Round() 8 years ago
  Jae Kwon b73a6905a1 Initial pass at bft_fix_2 completion 8 years ago
  Jae Kwon 655d829314 Fix proposal sign bytes. Start tracking blockID in POL 8 years ago
  Jae Kwon 3c5a2f55c2 Add validator index and address to Vote. 8 years ago
  Ethan Buchman 0098387fbf consensus: hvs.StringIndented needed a lock. addresses #284 8 years ago
  Ethan Buchman 33d9877599 consensus: hvs.Reset(height, valSet) 8 years ago
  Jae Kwon ad17090a0f No global config 8 years ago
  Jae Kwon 9247b0fbd2 Fix HeightVoteSet bug where first catchup vote doesn't get added 9 years ago
  Jae Kwon ea378c5565 Improve logging 9 years ago
  Jae Kwon c4ed55d801 Refactor to move common libraries out of project 9 years ago
  Ethan Buchman 2b8157ce2a addVote takes index 9 years ago
  Ethan Buchman 555ecb095d precommit nil if locked and no POL 9 years ago
  Jae Kwon 1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 9 years ago
  Ethan Buchman 8e50bf15de panic wrapper functions 9 years ago
  Ethan Buchman bb4ca1407f info->notice, debug->info 9 years ago
  Jae Kwon f325675b83 Do not wipe cs.Votes upon SwitchToConsensus 9 years ago
  Jae Kwon 1a1b9aaaab fix HeightVoteSet SetRound(0) bug which wipes out Prevotes; More logging for consensus/state addVote() 9 years ago