bitcoin/test/fuzz
Vasil Dimov 2fa9de06c2
net: make the list of known message types a compile time constant
Turn the `std::vector` to `std::array` because it is cheaper and
allows us to have the number of the messages as a compile time
constant: `ALL_NET_MESSAGE_TYPES.size()` which can be used in
future code to build other `std::array`s with that size.
2024-02-28 18:03:22 +01:00
..
test_runner.py net: make the list of known message types a compile time constant 2024-02-28 18:03:22 +01:00