63 Commits (27c1563bf0e60e620f3714bf97b94ae17f5c40ef)

Author SHA1 Message Date
  Ethan Buchman da95f4aa6d
mempool: enforce maxMsgSize limit in CheckTx (#3168) 6 years ago
  Anton Kaliaev 2d525bf2b8 mempool: add txs from Update to cache 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
  Dev Ojha 69c7aa77bc clist: speedup Next by removing defers (#2511) 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
  Dev Ojha 1ea64fc27f Make mempool aware of MaxGas requirement (#2360) 6 years ago
  Anton Kaliaev d73c5cbdb1
reap max bytes from the mempool & check transaction size 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
  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
  Ethan Buchman d55243f0e6 fix import paths 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 84812145cb
friendly apis for constructors 6 years ago
  Anton Kaliaev 7efb73aa18
mempool size metric 6 years ago
  Zach 2cc63069c6 rename dummy to kvstore (#1223) 6 years ago
  Ethan Buchman cd0fd06b0d update for sdk2 libs. need to fix kv test 7 years ago
  Ethan Buchman f06cc6630b mempool: cfg.CacheSize and expose InitWAL 7 years ago
  Ethan Buchman d2db202a2d mempool: assert -> require in test 7 years ago
  Ethan Buchman 9af8da7aad update for new abci int types 7 years ago
  Anton Kaliaev 922af7c405
int64 height 7 years ago
  Anton Kaliaev b3492356e6 uint64 height (Refs #911) 7 years ago
  Anton Kaliaev 1e19860585
fixes from my own review 7 years ago
  Anton Kaliaev f65e357d2b
adapt Tendermint to new abci.Client interface 7 years ago
  Anton Kaliaev 69b5da766c
service#Start, service#Stop signatures were changed 7 years ago
  Emmanuel Odeke 3595b5931a
mempool: implement Mempool.CloseWAL 7 years ago
  Zach Ramsay 68e7983c70 linting errors: afew more 7 years ago
  Zach Ramsay 331857c9e6 linting: apply errcheck part2 7 years ago
  Ethan Buchman 88138c38cf mempool: reactor test 7 years ago
  Ethan Buchman c5a657f540 consensus: test proposal heartbeat 7 years ago
  Ethan Buchman 3444bee47f fixes from review; use mempool.TxsAvailable() directly 7 years ago
  Ethan Buchman 678a9a2e42 TxsAvailable tests 7 years ago
  Anton Kaliaev 91dc87e7c4
update for a new ABCI API 7 years ago
  Anton Kaliaev f803544195
new logging 7 years ago
  Ethan Buchman 46151720f8 fix tests 7 years ago
  Ethan Buchman 4982cb4d1f fix tests for state and mempool 7 years ago
  Ethan Buchman 94b6dd65ee AppendTx -> DeliverTx 8 years ago
  Ethan Buchman c147b41013 TMSP -> ABCI 8 years ago
  Ethan Buchman a07063f119 add test for mempool deadlock 8 years ago
  Jae Kwon ad17090a0f No global config 8 years ago
  Ethan Buchman 501c4e4bac fixes from review 8 years ago