Jordan Hrycaj 5ecbcb5886
Using unsigned types for message type and requst IDs (#722)
* Using unsigned types for message type and requst IDs

why:
  Negative values are neither defined for RLP nor in the protocol specs
  which refer to the RLPs (see yellow paper app B clause (199).

* Fix `int` argument (must be `uint`) in fuzzing tests

why:
  Not part of all tests so it slipped through.
2024-08-30 17:27:09 +00:00
..
2024-08-09 07:20:35 +02:00
2024-05-30 14:46:57 +02:00
2024-08-09 07:20:35 +02:00
2024-08-09 07:20:35 +02:00
2022-09-02 16:57:52 +02:00
2024-02-14 15:59:13 +07:00
2024-05-26 09:57:59 +02:00