225 Commits (29f757376232658e7ec0c39d61af685210b6d284)

Author SHA1 Message Date
  Jae Kwon 2e1d8ba054 Make Ripemd160 the default 9 years ago
  Jae Kwon c79062ef6a Fix state/State race condition bug. 9 years ago
  Jae Kwon a55cc5c65e nil validation has zero size 9 years ago
  Jae Kwon 41d04cf5b8 consensus reactor code polish, fixed prs BitArray cache invalidation bug 9 years ago
  Jae Kwon 7196e5ad8e string formatting 9 years ago
  Jae Kwon 26c192b047 Fix consensus: 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 829df93577 Re-use ValidatorSet.VerifyValidation() 9 years ago
  Jae Kwon 7752405945 Draft of consensus/reactor refactor. 9 years ago
  Jae Kwon 01b5540ffe consensus/state is 2-step asynchronous 9 years ago
  Jae Kwon 1a652a1cbb Fix usage of SimpleProof for PartSet 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 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 da73e001ad BitArray takes a pointer receiver. More logging 9 years ago
  Jae Kwon b92c0401e6 Made all JSON fields lower_case 9 years ago
  Jae Kwon 37ddf3d09e Merkle root of tx is for signbytes 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon fd0646fc4f Compare blockhashes in stageBlock() 9 years ago
  Jae Kwon cebfae60c7 BlockchainReactor syncs first before ConsensusReactor. 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 6c7d85c64c Basic test for block_pool 9 years ago
  Ethan Buchman 9c4692c071 remove gas price and dont run txs before they come in a block 9 years ago
  Ethan Buchman f384d10a05 block/state: gas price for block and tx 9 years ago
  Matthew Wampler-Doty f03547007a App -> App() 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 b7b88cd763 use WriteTime/ReadTime, and also log how the block header gets hashed 10 years ago
  Jae Kwon 135894ea88 Dot import -> named import 10 years ago
  Jae Kwon 05c642a84c Changed config to confer, TOML format. 10 years ago
  Jae Kwon 7a8a0fefc7 type Ed25519[Signature|PubKey] struct{[]byte} -> []byte 10 years ago
  Jae Kwon 62ff48c02b Documented Block, some renames 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 5d1bdc6b1a Don't send bitarrays, just send height/round/type/index. 10 years ago
  Jae Kwon da8e25343c Added LastBlockParts to state, and also validates. 10 years ago
  Jae Kwon e42771e36f fix tests 10 years ago
  Jae Kwon f5d0794756 RoundAction // FinalizeCommit // LastCommits 10 years ago
  Jae Kwon 9ea504030e pretty print ConsensusState 10 years ago
  Jae Kwon c8f996f345 prettyprint block, unified state hash, test block mutation. 10 years ago
  Jae Kwon 08f86176fc state save/load test. 10 years ago
  Jae Kwon 8e452aa0d2 fixed algorithm 10 years ago
  Jae Kwon 9c1795a04d add mempool to consensus 10 years ago
  Jae Kwon 03d1af711a consensus & account txs are all in Block.Data.Txs 10 years ago
  Jae Kwon 4c961bd565 updated readme, implementing mempool. 10 years ago