2 Commits (ae5f98881bc89a16a74e581e2f6b838cf3d77b62)

Author SHA1 Message Date
  Sam Kleinman ae5f98881b
p2p: make NodeID and NetAddress public (#6583) 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
  Marko 719e028e00
libs: internalize some packages (#6366) 3 years ago
  Sam Kleinman f366ae3c87
mempool: benchmark improvements (#6418) 3 years ago
  Sam Kleinman 8eccaf9535
mempool: remove vestigal mempool wal (#6396) 3 years ago
  Marko 8c539f7c2b
logs: cleanup (#6198) 3 years ago
  Callum Waters 90fe178b52
mempool: don't return an error on checktx with the same tx (#6199) 3 years ago
  Anton Kaliaev d76add65a6
libs/log: format []byte as hexidecimal string (uppercased) (#5960) 3 years ago
  Erik Grinaker 8e7d431f6f p2p: rename ID to NodeID 4 years ago
  Anton Kaliaev 6a056e050c
mempool: introduce KeepInvalidTxsInCache config option (#5813) 4 years ago
  Anton Kaliaev e13b4386ff
abci: modify Client interface and socket client (#5673) 4 years ago
  Marko 741a515f5b
tx: reduce function to one parameter (#5493) 4 years ago
  Marko e1644d00c5
mempool: length prefix txs when getting them from mempool (#5483) 4 years ago
  Anton Kaliaev ffe2742a6c
mempool: batch txs per peer in broadcastTxRoutine (#5321) 4 years ago
  Anton Kaliaev 8a1404b70e
mempool: return an error when WAL fails (#5292) 4 years ago
  Marko 2ac5a559b4
libs: wrap mutexes for build flag with godeadlock (#5126) 4 years ago
  Pau 137025ca73
mempool: add RemoveTxByKey function (#5066) 4 years ago
  Anton Kaliaev 659c4be60f
mempool: make it clear overwriting of pre/postCheck filters is intent… (#5054) 4 years ago
  Anton Kaliaev 257a374b78
rpc: add /check_tx endpoint (#5017) 4 years ago
  Marko 0da7d87351
proto: move mempool to proto (#4940) 4 years ago
  Marko 9149ee7d8b
lint: various fixes 4 years ago
  Anton Kaliaev 52784f67d0
mempool: allow ReapX and CheckTx functions to run in parallel 4 years ago
  Marko 7b52f51700
libs/common: Refactor libs/common 5 (#4240) 5 years ago
  Marko 3e2751d274
lint: Enable Golint (#4212) 5 years ago
  Erik Grinaker 745846bd96 mempool: moved TxInfo parameter into Mempool.CheckTx() (#4083) 5 years ago
  Erik Grinaker ea3dc6d742 Include peer ID when logging rejected txns (#4057) 5 years ago
  Phil Salant 05075ea5b7 linters: modify code to pass maligned and interfacer (#3959) 5 years ago
  Jon 2edd89b450 mempool: fix memory loading error on 32-bit machines (#3969) 5 years ago
  Jun Kimura e179787d40 mempool: make `max_tx_bytes` configurable instead of `max_msg_bytes` (#3877) 5 years ago
  Marko 98cb8c9783 add staticcheck linting (#3828) 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
  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
  Anton Kaliaev 5fa540bdc9
mempool: add a safety check, write tests for mempoolIDs (#3487) 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
  rickyyangz 0b3a87a323 mempool: correct args order in the log msg (#3221) 5 years ago
  Ethan Buchman da95f4aa6d
mempool: enforce maxMsgSize limit in CheckTx (#3168) 5 years ago
  Anton Kaliaev c510f823e7 mempool: move tx to back, not front (#3036) 6 years ago
  Anton Kaliaev a06912b579 mempool: move tx to back, not front (#3036) 6 years ago
  Anton Kaliaev ae275d791e mempool: notifyTxsAvailable if there're txs left, but recheck=false (#2991) 6 years ago
  Dev Ojha bc2a9b20c0 mempool: add a comment and missing changelog entry (#2996) 6 years ago
  Dev Ojha d5d0d2bd77 Make mempool fail txs with negative gas wanted (#2994) 6 years ago
  Dev Ojha 1610a05cbd Remove counter from every mempoolTx (#2891) 6 years ago
  Anton Kaliaev 2d525bf2b8 mempool: add txs from Update to cache 6 years ago