153 Commits (354a08c25afbd7c3971ffa5ac2dac3d2ef0a8c07)

Author SHA1 Message Date
  Ethan Buchman 7383ead106 updates for new tmsp protobuf 8 years ago
  Jae Kwon ad17090a0f No global config 8 years ago
  Ethan Buchman 850d769273 allow no recheck if empty block 8 years ago
  Ethan Buchman 5296507665 some mempool log statements 8 years ago
  Ethan Buchman 8e5e5c689f lock mempool for commit and update. closes #202 8 years ago
  Ethan Buchman 501c4e4bac fixes from review 8 years ago
  Ethan Buchman 196af01707 maxTxs=-1 for Reap to return empty 8 years ago
  Ethan Buchman f5be3cd8f9 rpc: start/stop cpu profiler 8 years ago
  Jae Kwon daa76dcff0 Fix CheckTx/Update race condition 8 years ago
  Jae Kwon 2c1504f93c Reap takes maxTxs 8 years ago
  Ethan Buchman 94f3d201e1 drop mempool_reap. use block_size=-1 instead 8 years ago
  Ethan Buchman 3891e4d66d config: cswal_light, mempool_broadcast, mempool_reap 8 years ago
  Ethan Buchman c9ec9cf00e config: block size, consensus timeouts, recheck tx 8 years ago
  Jae Kwon d31d3c58ad Recheck txs 9 years ago
  Jae Kwon a7523015f7 Fix fix -- ignore cb if mempool broadcastTx cb is nil 9 years ago
  Jae Kwon 7613557528 Fix bug in mempool broadcastTx for duplicate txs 9 years ago
  Jae Kwon a4f57e164b BroadcastTx results 9 years ago
  Jae Kwon f1b48ff009 Use protobuf enums for CodeType 9 years ago
  Jae Kwon a73a65a45b Use protobuf enums 9 years ago
  Jae Kwon 3f49b509d2 Conform to protobuf TMSP 9 years ago
  Jae Kwon 236c7afe9e Conform to TMSP v0.2 9 years ago
  Jae Kwon 3e3c0083c7 Make order be decided first; Remove TMSP Commit/Rollback 9 years ago
  Jae Kwon d3d7ff4818 Add mempool cache to reduce proxyapp pressure 9 years ago
  Jae Kwon ef43af19ab Tendermint <-> Application refactor 9 years ago
  Jae Kwon e12f9d10e7 Bare consensus refactor 9 years ago
  Jae Kwon ceed000c58 Use ResetFor... callback instead of EventSwitch for mempool new blocks 9 years ago
  Ethan Buchman cccb722ba8 mempool tests 9 years ago
  Ethan Buchman 12566f51af better mempool queueing 9 years ago
  Ethan Buchman bb4ca1407f info->notice, debug->info 9 years ago
  Jae Kwon 2e1d8ba054 Make Ripemd160 the default 9 years ago
  Ethan Buchman d27e0bbad5 event cache and fireable interace 9 years ago
  Ethan Buchman 2e918e8c0b rpc: websocket events testing 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon 5cb57d3eaa Use BlockCache for RPC/mempool and added TxId() 9 years ago
  Jae Kwon 79304b0dd3 Create BlockCache and TxCache for performance. 9 years ago
  Jae Kwon 87e1f76324 tendermint/block -> tendermint/types and tendermint/blockchain 9 years ago
  Ethan Buchman f2d5aba2a9 mempool: add GetState() 9 years ago
  Ethan Buchman 9c4692c071 remove gas price and dont run txs before they come in a block 9 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 fe566739fd rpc/account; fixed mempool tx filter bug; fixed iavl_tree persistence 10 years ago
  Jae Kwon 70eb75dca7 Refactor consensus/vote_set_test.go 10 years ago
  Jae Kwon 61d1635085 Fixed tests 10 years ago
  Jae Kwon 83d313cbe5 Refactor Tx, Validator, and Account structure 10 years ago
  Jae Kwon 8718bd52a4 made ValidatorSet.Hash deterministic; fix off-by-1 bugs 10 years ago
  Jae Kwon f5d0794756 RoundAction // FinalizeCommit // LastCommits 10 years ago
  Jae Kwon ac147e2353 everything but binary, common, and blocks are explicitly imported. 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