104 Commits (dedf0d2350d561fffcb181c22e861914e7457619)

Author SHA1 Message Date
  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
  Jae Kwon ff5dfc0c15 Add more comments for Valid* 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 f33da8817a rpc: lower_case peer_round_states, use a list, add the node_address 6 years ago
  Jae Kwon 65ebbccb74 Add GoAmino DeepCopy() benchmark for RoundState 6 years ago
  Ethan Buchman f67c5a9e7b forgot wire.go file 6 years ago
  Ethan Buchman a2d77cbe4e add MarshalJSON methods to fix dump_consensus_state 6 years ago
  Ethan Buchman 94c016a04e use MarshalJSONIndent for init files. closes #1506 6 years ago
  Jae Kwon b20e777f53 lower_case json field names 6 years ago
  Anton Kaliaev cca1dd8e3e
removed excessive comment 6 years ago
  Anton Kaliaev 26c38e770e
fix data race 6 years ago
  Jae Kwon 196f8410ba WIP commit; Fix types/results_test 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
  Zarko Milosevic 4670857c15
Add support for ValidBlock mechanism for the simplest case 7 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 a8e625e99d config: unexpose chainID 7 years ago
  Ethan Buchman fe4b53a463 EvidencePool 7 years ago
  Ethan Buchman 6e9433c7a8 post rebase fix 7 years ago
  Ethan Frey a29c781295 Add default timestamp to all instances of *types.Vote 7 years ago
  Anton Kaliaev 922af7c405
int64 height 7 years ago
  Anton Kaliaev b3492356e6 uint64 height (Refs #911) 7 years ago
  Ethan Buchman 4b9dfc8990 consensus: fix for initializing block parts during catchup 7 years ago
  Ethan Buchman 47f5e37205 copy RoundState for event 7 years ago
  Anton Kaliaev 6d18e2f447
do not send whole round state via eventHub 7 years ago
  Anton Kaliaev dc0e8de9b0
extract some of the consensus types into ./types 7 years ago
  Jae Kwon 1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 9 years ago
  Jae Kwon 3be3647dc8 tendermint/binary -> tendermint/wire 9 years ago
  Jae Kwon 1e7cc32597 tendermint/account -> acm 9 years ago
  Ethan Buchman dc7b912881 crypto byte arrays are fixed length 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 9e1794eaea Fixed tests 9 years ago
  Jae Kwon 9b96e2e171 ProposalPOLRound... 9 years ago
  Jae Kwon 01b5540ffe consensus/state is 2-step asynchronous 9 years ago
  Ethan Buchman 41502e05c1 chain_id written as string not hex in WriteSignBytes 9 years ago
  Ethan Buchman 2045aee9cd pass chainID through sign interfaces 9 years ago
  Ethan Buchman 8a2d9525f0 network > chain_id, put in genesis.json 9 years ago
  Jae Kwon 489bf767cb importing tendermint/config/tendermint_test applies the test config 9 years ago
  Jae Kwon 75ef479547 Config is passed into each module. Remove tendermint/confer 9 years ago
  Jae Kwon 85c8850ac2 Config names have no dots, are under_scored. 9 years ago
  Jae Kwon b92c0401e6 Made all JSON fields lower_case 9 years ago
  Jae Kwon 5366d808ba Proposal WriteSignBytes is JSON 9 years ago
  Jae Kwon 2ba6f86f2e Add Network to SignBytes, to prevent network clashes 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago