108 Commits (37ddf3d09efa41b59a9929466235c5bcfc3cf384)

Author SHA1 Message Date
  Jae Kwon 5b1c1eb0e0 ProposalMessage wrapper, warn on unknown messages 9 years ago
  Jae Kwon 6d6f061f19 Support nil pointers for Binary. 9 years ago
  Jae Kwon 7356556938 Some renames and small fixes. 9 years ago
  Ethan Buchman 474bf31400 events: integrate event switch into services via Eventable interface 9 years ago
  Jae Kwon f271ab7256 various changes. removed debora temporarily 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon 79304b0dd3 Create BlockCache and TxCache for performance. 9 years ago
  Jae Kwon fd0646fc4f Compare blockhashes in stageBlock() 9 years ago
  Jae Kwon 7171823fc6 Fix blockpool bugs and clean up log messages. 9 years ago
  Jae Kwon bd6d9d646d start peer before AddPeer() on reactors. 9 years ago
  Jae Kwon a2b8318aac allow BlockchainReactor to reset ConsensusReactor state 9 years ago
  Jae Kwon 788f9bfb93 started/stopped -> running; contiguous vs fast forward ConsensusState 9 years ago
  Jae Kwon cebfae60c7 BlockchainReactor syncs first before ConsensusReactor. 9 years ago
  Jae Kwon 08a83aa9fb Reactors can be stopped or started at any time. 9 years ago
  Jae Kwon 0237d284cc Channel bytes are spelled fully, "XXXChannel" 9 years ago
  Jae Kwon 87e1f76324 tendermint/block -> tendermint/types and tendermint/blockchain 9 years ago
  Jae Kwon 06a440d9b2 use switch x := y.(type) form 9 years ago
  Matthew Wampler-Doty 150959b182 Introducing make economy and docker 9 years ago
  Matthew Wampler-Doty f03547007a App -> App() 9 years ago
  Ethan Buchman 33f8943543 consensus: broadcast evidence tx on ErrVoteConflictingSignature 9 years ago
  Jae Kwon 687815f6ed Less log lines to STDOUT 10 years ago
  Jae Kwon 6c48642ff9 don't cache the block/header hashes. fixes a cache invalidation bug 10 years ago
  Jae Kwon 249ae38068 test bondTx 10 years ago
  Jae Kwon 165907fbb9 Ensure correct peer vote bitarray capacity 10 years ago
  Jae Kwon d1a36d2ac2 Validation validation bug fix --> keep track of LastBondedValidators 10 years ago
  Jae Kwon 0a6c28c2da block module -> import as blk 10 years ago
  Jae Kwon 135894ea88 Dot import -> named import 10 years ago
  Jae Kwon bf5738f9f8 Send NewRoundStepMessage/CommitMessage on AddPeer() 10 years ago
  Jae Kwon 7afb75049f API to list accounts 10 years ago
  Jae Kwon fe566739fd rpc/account; fixed mempool tx filter bug; fixed iavl_tree persistence 10 years ago
  Jae Kwon 4a81b06b6e Send SeenValidation to peer & use for proposals when we don't have LastCommits due to reboot 10 years ago
  Jae Kwon 51c70dd8ac Write log also to a file. 10 years ago
  Jae Kwon 05c642a84c Changed config to confer, TOML format. 10 years ago
  Jae Kwon 325b88b083 time encoding in binary/reflect 10 years ago
  Jae Kwon 7a8a0fefc7 type Ed25519[Signature|PubKey] struct{[]byte} -> []byte 10 years ago
  Jae Kwon d20251849e Save blocks on catch-up too. 10 years ago
  Jae Kwon 0dac36aa5d Do not panic when double-signing, return error. 10 years ago
  Jae Kwon 0f399c42d4 Actually sends catch-up parts; BitArray is goroutine-safe 10 years ago
  Jae Kwon 71c59cb36b improve debug output for action & step 10 years ago
  Jae Kwon 40fec4f319 Stop peer routines upon connection failure 10 years ago
  Jae Kwon 16c80fd65f fix race condition for SetHasAllValidationCommits; "binary" log 10 years ago
  Jae Kwon 69903e5bc2 HasAllValidationCommits -> attempt no more 10 years ago
  Jae Kwon 2ca882a9b6 Log which commits are being sent for catchup 10 years ago
  Jae Kwon 3215cbf0d5 use tendermint/log15 10 years ago
  Jae Kwon 07b5b7a8f2 various log fixes 10 years ago
  Jae Kwon 0bfb389b35 change logger to log15 10 years ago
  Jae Kwon 591d84947b Handle errors in DecodeMessage, added logging 10 years ago
  Jae Kwon 5bace5cce8 Unreader to unread bytes 10 years ago
  Jae Kwon 946fa21dc7 fix race conditions 10 years ago