235 Commits (b1bc3e4f894c840d7b311af28fc9e1c58bbc8769)

Author SHA1 Message Date
  Zach Ramsay d56b44f3a5 all: no more anonymous imports 7 years ago
  Ethan Buchman 8c6bd44929 log stack trace on consensus failure 7 years ago
  Ethan Buchman 3a03fe5a15 updated to match adr 005 7 years ago
  Ethan Buchman 2b6db268cf genesis json tests and mv ConsensusParams to types 7 years ago
  Ethan Buchman 1f3e4d2d9a move PartSetSize out of the config, into ConsensusParams 7 years ago
  Ethan Buchman 29bfcb0a31 minor comments/changes 7 years ago
  Ethan Buchman aea8629272 peer interface 7 years ago
  ramil 6f8d385dfa fast sync status 7 years ago
  Adrian Brink 05c0dfac12 First crack it providing fast-sync endpoint 7 years ago
  Ethan Buchman 0d1fa8e884 fixes from review 7 years ago
  Ethan Buchman 77a3d03385 blockchain: explain isCaughtUp logic 7 years ago
  Ethan Buchman 3c0128a680 undo some megacheck suggestions 7 years ago
  Anton Kaliaev b4ece65726
standardize key for errors (should be "err") 7 years ago
  zramsay cf31f8d06f core: apply megacheck vet tool (unused, gosimple, staticcheck) 7 years ago
  Anton Kaliaev c9cd8de9c6
set logger 7 years ago
  Anton Kaliaev 3e1343dc6b
has as a base16 string 7 years ago
  Anton Kaliaev f803544195
new logging 7 years ago
  Ethan Buchman 75b6c5215f fewer structs. remove viper from consensus 7 years ago
  Ethan Buchman 29c0e6e4f4 remove viper from blockchain and state 7 years ago
  Ethan Buchman fcf78a5da7 cleanup go-config/viper and some unnamed imports 7 years ago
  Rigel Rozanski cefb2bede0 adding viper 7 years ago
  Ethan Buchman 56c60fba23 go-p2p -> tendermint/p2p 7 years ago
  Ethan Buchman d1926bcad1 use tmlibs 7 years ago
  Ethan Buchman cb279bf662 state: ABCIResponses, s.Save() in ApplyBlock 7 years ago
  Ethan Buchman 00847cdc6b blockpool: fix removePeer bug 7 years ago
  Anton Kaliaev c3f1b08b6a
tx indexing (Refs #237) 8 years ago
  Ethan Buchman 4fd1471f11 remove BaseService.OnStart 7 years ago
  Anton Kalyaev eef9124d1b fix typo 8 years ago
  Anton Kaliaev 2c724d5eee
remove warning messages in favor of "Send failed" 7 years ago
  Anton Kaliaev 6dbe9febce
log warning if peer send failed (Refs #174) 8 years ago
  Ethan Buchman f9df4294f3 move some interfaces to types/services.go 7 years ago
  Ethan Buchman 99b068b313 BlockMeta uses BlockID 7 years ago
  Ethan Buchman c9698e4848 fixes from review 8 years ago
  Ethan Buchman b2376058a1 blockchain: thread safe store.Height() 8 years ago
  Ethan Buchman 8390e88e27 fix flowrate dep and test 8 years ago
  Ethan Buchman 2425711734 blockchain: use ApplyBlock 8 years ago
  Jae Kwon 6f88d04ac4 call db.SetSync when necessary 8 years ago
  Ethan Buchman 5046d5b181 more handshake replay cleanup 8 years ago
  Ethan Buchman 655b6300f5 val set changes 8 years ago
  Jae Kwon d83fc02597 MakePartSet takes partSize from config. fix replay test 8 years ago
  Jae Kwon 1173a85c85 Use BlockID everywhere 8 years ago
  Jae Kwon bf1bceec87 Use go-flowcontrol 8 years ago
  Jae Kwon 480f44f16c QuitService->BaseService 8 years ago
  Ethan Buchman 7d493774c7 log: move some Info to Debug 8 years ago
  Ethan Buchman 71baad59df replay: ensure cs.height and wal.height match 8 years ago
  Ethan Buchman 35d4cca8bb type safe events 8 years ago
  Ethan Buchman bf7ba17932 test/p2p: name client conts so we dont need to rm them because circle 8 years ago
  Ethan Buchman 7bec333017 fix fast sync 8 years ago
  Ethan Buchman 3a7ee13ece proxy: typed app conns 8 years ago
  Jae Kwon b25cfb0e0b Unify blockpool mtxs 8 years ago