9384 Commits (3b6c3890d6819d28ed9ce8b336ee41b7b74ca783)
 

Author SHA1 Message Date
  Jae Kwon 2fd137d9e5 gen_tx for signing transactions 10 years ago
  Jae Kwon 8a18a11431 fix binary/README 10 years ago
  Jae Kwon 7b64774a32 Update README 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
  Jae Kwon b0755c938a Better debug output 10 years ago
  Jae Kwon c6c465402e fix flag parsing -- use flagSet after the command 10 years ago
  Jae Kwon 1d5a6065c5 Fix state_test bug -- include PubKey in TxInput 10 years ago
  Jae Kwon 2405d00ca5 Fixed a PrivValidator filename == nil bug 10 years ago
  Jae Kwon f91665fe07 Refactoring genesis, including PubKey into TxInput 10 years ago
  Jae Kwon 70eb75dca7 Refactor consensus/vote_set_test.go 10 years ago
  Jae Kwon fa7c83166f P2P docs 10 years ago
  Jae Kwon bff93107ef UPNP + hairpin probing 10 years ago
  Jae Kwon 62ff48c02b Documented Block, some renames 10 years ago
  Jae Kwon 403d24a4b2 generated privValidator for testing uses tmp files 10 years ago
  Jae Kwon 383335d93c Added README docs for account/binary and renamed UInt -> Uint etc. 10 years ago
  Jae Kwon 61d1635085 Fixed tests 10 years ago
  Jae Kwon 6cacf6f09b RebondTx and more efficient IncrementAccum() 10 years ago
  Jae Kwon 83d313cbe5 Refactor Tx, Validator, and Account structure 10 years ago
  Jae Kwon 4424a85fbd start writing rpc 10 years ago
  Jae Kwon 8e9c060e6d Begin writing RPC HTTP Server 10 years ago
  Jae Kwon ae8ef77d10 Update README.md 10 years ago
  Jae Kwon 7a6fe956ae Update README.md 10 years ago
  Jae Kwon 7727ec1e5e Delete README.md 10 years ago
  Jae Kwon bcb3ef3abd Update README.md 10 years ago
  Jae Kwon 6cfe56a8b2 Update README.md 10 years ago
  Jae Kwon 8c5e8d3a63 Update README.md 10 years ago
  Jae Kwon 93979300be made cmd/, removed crypto/ 10 years ago
  Jae Kwon 8718bd52a4 made ValidatorSet.Hash deterministic; fix off-by-1 bugs 10 years ago
  Jae Kwon a0cc186c75 Unified deterministic merkle tree computation. Now we have 2 types of 10 years ago
  Jae Kwon c035a383b7 runActionCh <- on a separate goroutine to avoid deadlock. 10 years ago
  Jae Kwon 4aad34bafb set CommitTime upon addVote and +2/3 commits. 10 years ago
  Jae Kwon b97d23e538 debug messages... 10 years ago
  Jae Kwon 5f794d14fb nil bugs 10 years ago
  Jae Kwon 5d1bdc6b1a Don't send bitarrays, just send height/round/type/index. 10 years ago
  Jae Kwon 08d1b50570 Store BlockParts && also Validation on its own. 10 years ago
  Jae Kwon da8e25343c Added LastBlockParts to state, and also validates. 10 years ago
  Jae Kwon b7b923cc6b Validation tests 10 years ago