nwaku/waku/node
Ivan FB ed09074cc3
chore: message.nim - set max message size to 150KiB according to spec (#2298)
* message.nim: set max message size to 150KiB according to spec

Using KiB instead of KB because that seems more aligned with
the actual default defined in nim-libp2p (1024 * 1024)

Spec details: https://rfc.vac.dev/spec/64/#message-size

* test_protocol.nim: align test to current WakuMessage limit
* test_waku_client.nim: adapt test to MaxWakuMessageSize change
* make maxMessageSize configurable for wakunode2
* wakunode2 app now accepts max-num-bytes-msg-size with KiB, KB, or B units
* testlib/wakunode.nim: set maxMessageSize: "1024 KiB"
* test_waku_client.nim: remove duplicate check in "Valid Payload Sizes"
* set DefaultMaxWakuMessageSizeStr as the only source of truth
* external_config.nim: rename max-num-bytes-msg-size -> max-msg-size
2024-01-03 13:11:50 +01:00
..
peer_manager ip colocation is parameterizable. If set to 0, it is disabled (#2323) 2024-01-02 14:01:18 +01:00
builder.nim ip colocation is parameterizable. If set to 0, it is disabled (#2323) 2024-01-02 14:01:18 +01:00
config.nim chore: vendor bump for 0.23.0 (#2274) 2023-12-14 07:16:39 +01:00
peer_manager.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
waku_metrics.nim chore: Updating nim-chronicles, nim-chronos, nim-presto, nimcrypto, nim-libp2p, and nim-nat-transversal (#2043) 2023-09-18 18:51:49 +02:00
waku_node.nim chore: message.nim - set max message size to 150KiB according to spec (#2298) 2024-01-03 13:11:50 +01:00
waku_switch.nim fix(p2p): fix possible connectivity issue (#1996) 2023-09-08 13:36:26 +02:00