239 Commits (27fcf96556fbd07160aa2a42cea2867448b72633)

Author SHA1 Message Date
  Anton Kaliaev 5a6822c8ac abci: localClient improvements & bugfixes & pubsub Unsubscribe issues (#2748) 6 years ago
  Ismail Khoffi 3ff820bdf4 fix amino overhead computation for Tx (#2792) 6 years ago
  Anton Kaliaev d460df1335 mempool: print postCheck error (#2762) 6 years ago
  Anton Kaliaev b8a9b0bf78 Mempool WAL is still created by default in home directory, leads to permission errors (#2758) 6 years ago
  Ethan Buchman 7246ffc48f
mempool: ErrPreCheck and more log info (#2724) 6 years ago
  Matthew Slipper 92343ef484 Add additional metrics (#2500) 6 years ago
  Ethan Buchman 52e21cebcf
remove some xxx comments and the config.mempool.recheck_empty (#2505) 6 years ago
  Dev Ojha 69c7aa77bc clist: speedup Next by removing defers (#2511) 6 years ago
  Matthew Slipper 587116dae1 metrics: Add additional metrics to p2p and consensus (#2425) 6 years ago
  Ethan Buchman f5824bc837
Update abci and app docs (#2470) 6 years ago
  Dev Ojha 111e627037 mempool: Filter new txs if they have insufficient gas (#2385) 6 years ago
  Anton Kaliaev 8d50bb9dad conesnsu: follow up to removing some consensus params (#2427) 6 years ago
  bradyjoestar 26aa978456 Make mempool cache a proper LRU (#2407) 6 years ago
  Dev Ojha 1ea64fc27f Make mempool aware of MaxGas requirement (#2360) 6 years ago
  Anton Kaliaev 166fd82b70
max-bytes PR follow-up (#2318) 6 years ago
  Anton Kaliaev e873fed815
calculate amino overhead on the fly 6 years ago
  Anton Kaliaev d73c5cbdb1
reap max bytes from the mempool & check transaction size 6 years ago
  Dev Ojha bd531401a0 mempool: Store txs by hash inside of cache (#2234) 6 years ago
  Dev Ojha 8a1a79257e mempool: Keep cache hashmap and linked list in sync (#2188) 6 years ago
  Dev Ojha 2756be5a59 libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 6 years ago
  Jun Kimura e1b9bf7c81 set capacity of txsmap (#2166) 6 years ago
  Anton Kaliaev 96ae535fb8 proto3 timestamp (#2064) 6 years ago
  Ethan Buchman 15b112e669 mempool: chan bool -> chan struct{} 6 years ago
  srmo e36ce6f893 fix race condition on proposal height for published txs (#2021) 6 years ago
  Zach Ramsay 44dad6d70b Revert "detele everything" 6 years ago
  Zach Ramsay d02c5d1e30 detele everything 6 years ago
  Anton Kaliaev 9120fd5d14
unexport DecodeMessage functions 6 years ago
  Ethan Buchman d55243f0e6 fix import paths 6 years ago
  Anton Kaliaev ab04201c3d
fix empty packet size calculation 6 years ago
  Anton Kaliaev aa20c45ae9 log total when adding new txs to the mempool 6 years ago
  Ethan Buchman fa3bd05d44 mempool: log hashes, not whole tx 6 years ago
  Alexander Simmerl a605b66c5a
Move abci imports 6 years ago
  Liamsi d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto) 6 years ago
  Liamsi 96a3502126 delete everything 6 years ago
  Anton Kaliaev 205d8b8062
fixes after @xla review 6 years ago
  Anton Kaliaev e4bb3566a0
move metrics constructors to a separate package 6 years ago
  Anton Kaliaev 84812145cb
friendly apis for constructors 6 years ago
  Anton Kaliaev b10b0da3fd
bundle imports 6 years ago
  Anton Kaliaev 7efb73aa18
mempool size metric 6 years ago
  Anton Kaliaev 4f5492c831
add nopTxCache (Nil Object Pattern) 6 years ago
  Anton Kaliaev 70d973016e
output msg only once during start 6 years ago
  Ethan Buchman 4b2348f697 mempool: fix cache_size==0. closes #1761 6 years ago
  Ethan Buchman a519825bf8 consensus: fixes #1754 6 years ago
  Anton Kaliaev 3fa734ef5a
recheck only if there are txs left in the mempool (#1645) 6 years ago
  Ethan Buchman 98b0c51b5f fix possible mempool deadlock 6 years ago
  Anton Kaliaev 202a43a5af
remove TODO 6 years ago
  Anton Kaliaev c9001d5a11
bound the mempool 6 years ago
  Anton Kaliaev ae572b9038
remove extra call to Exists 6 years ago
  Anton Kaliaev bbe1355957
log only hash, not tx itself 6 years ago
  Anton Kaliaev 7c14fa820d
do not log txs at info level 6 years ago