3 Commits (363ea56680c4f1c255db2f076b45442473dae6b4)

Author SHA1 Message Date
  Marko 363ea56680
abci: remove counter app (#6684) 3 years ago
  Marko f8dbbae55e
mempool: move errors to be public (#6613) 3 years ago
  Sam Kleinman a855f96946
p2p: renames for reactors and routing layer internal moves (#6547) 3 years ago
  Aleksandr Bezobchuk 7ec123c968
improvement: update TxInfo (#6529) 3 years ago
  Aleksandr Bezobchuk 1e4bc04cd6
mempool: v1 implementation (#6466) 3 years ago
  Sam Kleinman 8eccaf9535
mempool: remove vestigal mempool wal (#6396) 3 years ago
  Callum Waters 6f6083dae3
linter: fix nolintlint warnings (#6257) 3 years ago
  Callum Waters 90fe178b52
mempool: don't return an error on checktx with the same tx (#6199) 3 years ago
  Anton Kaliaev 6a056e050c
mempool: introduce KeepInvalidTxsInCache config option (#5813) 3 years ago
  Anton Kaliaev e13b4386ff
abci: modify Client interface and socket client (#5673) 4 years ago
  Marko e1644d00c5
mempool: length prefix txs when getting them from mempool (#5483) 4 years ago
  Marko 82e4693cc5
abci: remove setOption (#5447) 4 years ago
  Anton Kaliaev ffe2742a6c
mempool: batch txs per peer in broadcastTxRoutine (#5321) 4 years ago
  Marko b8d08b9ef4
lint: add errchecks (#5316) 4 years ago
  Pau 137025ca73
mempool: add RemoveTxByKey function (#5066) 4 years ago
  Marko 0da7d87351
proto: move mempool to proto (#4940) 4 years ago
  Marko 9bd0f9e634
lint: golint issue fixes (#4258) 5 years ago
  Marko 27b00cf8d1
libs/common: refactor libs common 3 (#4232) 5 years ago
  Marko afc4d7a61f
libs/common: refactor libs/common 2 (#4231) 5 years ago
  Marko 3e2751d274
lint: Enable Golint (#4212) 5 years ago
  Anton Kaliaev 3e1516b624
linters: enable stylecheck (#4153) 5 years ago
  Erik Grinaker 745846bd96 mempool: moved TxInfo parameter into Mempool.CheckTx() (#4083) 5 years ago
  Phil Salant bc572217c0 Fix linter errors thrown by `lll` (#3970) 5 years ago
  Phil Salant 04d13d9945 fix linter errors thrown by `unconvert`, `goconst`, and `nakedret` (#3960) 5 years ago
  Jun Kimura e179787d40 mempool: make `max_tx_bytes` configurable instead of `max_msg_bytes` (#3877) 5 years ago
  Marko f9cce282da gocritic (2/2) (#3864) 5 years ago
  Jun Kimura 5398420103 mempool: make max_msg_bytes configurable (#3826) 5 years ago
  Thane Thomson 62f97a69e9 abci: Refactor CheckTx to notify of recheck (#3744) 5 years ago
  Thane Thomson 9d5ba576ee abci: Refactor ABCI CheckTx and DeliverTx signatures (#3735) 5 years ago
  Anton Kaliaev 048ac8d94b remove invalid transactions from the mempool (#3701) 5 years ago
  Anton Kaliaev 27909e5d2a
mempool: remove only valid (Code==0) txs on Update (#3625) 5 years ago
  Anton Kaliaev 5051a1f7bc
mempool: move interface into mempool package (#3524) 5 years ago
  Ethan Buchman 422d04c8ba Bucky/mempool txsmap (#3512) 5 years ago
  Dev Ojha 6de7effb05 mempool no gossip back (#2778) 5 years ago
  Anton Kaliaev 41f91318e9 bound mempool memory usage (#3248) 5 years ago
  Anton Kaliaev 8283ca7ddb
3291 follow-up (#3323) 5 years ago
  Alessio Treglia 59cc6d36c9 improve ResetTestRootWithChainID() concurrency safety (#3291) 5 years ago
  Ismail Khoffi b089587b42 make gosec linter pass (#3294) 5 years ago
  Ethan Buchman da95f4aa6d
mempool: enforce maxMsgSize limit in CheckTx (#3168) 5 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