Zebra/zebra-network/src/protocol/external
teor dc5198959e
fix(security): Rate-limit and size-limit peer transaction ID messages (#6625)
* Update MAX_TX_INV_IN_MESSAGE for ZIP-239 WTX IDs

* Combine multiple transaction updates into a single gossip & rate-limit gossips

* Rate-limit block gossips

* Fix mempool_transaction_expiration gossip test timings

* Enforce MAX_TX_INV_IN_MESSAGE in the network layer, rather than each service

* Fix documentation for `Message::Tx`

* Split MAX_INV_IN_RECEIVED_MESSAGE and MAX_TX_INV_IN_SENT_MESSAGE

* Fix log message typo

* Move some docs to/from another PR

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-05-15 21:10:28 +00:00
..
addr fix(log): Stop logging peer IP addresses, to protect user privacy (#6662) 2023-05-14 15:06:07 +00:00
codec Halborn 2023 02 20 (#6297) 2023-03-13 18:10:15 +00:00
tests fix(security): Rate-limit and size-limit peer transaction ID messages (#6625) 2023-05-15 21:10:28 +00:00
addr.rs fix(log): Stop logging peer IP addresses, to protect user privacy (#6662) 2023-05-14 15:06:07 +00:00
arbitrary.rs fix(log): Stop logging peer IP addresses, to protect user privacy (#6662) 2023-05-14 15:06:07 +00:00
codec.rs Halborn 2023 02 20 (#6297) 2023-03-13 18:10:15 +00:00
inv.rs fix(security): Rate-limit and size-limit peer transaction ID messages (#6625) 2023-05-15 21:10:28 +00:00
message.rs fix(security): Rate-limit and size-limit peer transaction ID messages (#6625) 2023-05-15 21:10:28 +00:00
tests.rs Parse `MSG_WTX` inventory type (part of ZIP-239) (#2446) 2021-07-07 11:06:11 +10:00
types.rs build(deps): bump bitflags from 1.3.2 to 2.0.1 (#6346) 2023-03-22 02:49:21 +00:00