307 Commits (v0.34.1-rc1)

Author SHA1 Message Date
  Anton Kaliaev dc101f2eff mempool: disable MaxBatchBytes (#5800) 3 years ago
  Anton Kaliaev dc90cf60d5 mempool: introduce KeepInvalidTxsInCache config option (#5813) 3 years ago
  Tess Rinearson 0d9606e1b4 reactors: omit incoming message bytes from reactor logs (#5743) 4 years ago
  Marko 09982ae407
backport block size fixes (#5492) 4 years ago
  Anton Kaliaev e0f686ccac
mempool: fix nil pointer dereference (#5412) 4 years ago
  Anton Kaliaev ffe2742a6c
mempool: batch txs per peer in broadcastTxRoutine (#5321) 4 years ago
  ninjaahhh 0e311abf19
mempool/reactor: fix reactor broadcast test (#5362) 4 years ago
  Marko b8d08b9ef4
lint: add errchecks (#5316) 4 years ago
  Anton Kaliaev 8a1404b70e
mempool: return an error when WAL fails (#5292) 4 years ago
  Marko 40bd416d59
test: protobuf vectors for reactors (#5221) 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
  Marko 92a361b1e3
mempool: use oneof (#5063) 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
  Anton Kaliaev 187120a04d
types: remove unnecessary sort call (#4876) 4 years ago
  Marko 9149ee7d8b
lint: various fixes 4 years ago
  Anton Kaliaev e20105e658
mempool: do not launch broadcastTxRoutine if Broadcast is off 4 years ago
  Anton Kaliaev b7b721c484
change use of errors.Wrap to fmt.Errorf with %w verb 4 years ago
  Anton Kaliaev 52784f67d0
mempool: allow ReapX and CheckTx functions to run in parallel 4 years ago
  Marko b7c2d7a977
lint: enable nolintlinter, disable on tests 4 years ago
  Callum 15a9f1760d move mempool mock directory 4 years ago
  Anton Kaliaev 8f463cf35c
p2p: set RecvMessageCapacity to maxMsgSize in all reactors 4 years ago
  Tess Rinearson ff87bd912f mempool: reserve IDs in InitPeer instead of AddPeer 4 years ago
  Tess Rinearson ccf53a2276
all: name reactors when they are initialized (#4608) 4 years ago
  Marko 9bd0f9e634
lint: golint issue fixes (#4258) 5 years ago
  Marko 7b52f51700
libs/common: Refactor libs/common 5 (#4240) 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
  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
  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
  Marko 41bf54a906 gocritic (1/2) (#3836) 5 years ago
  Marko 98cb8c9783 add staticcheck linting (#3828) 5 years ago
  Marko 362729c2bb
Renamed wire.go to codec.go (#3827) 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