mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 23:47:57 -05:00
The retesteth program wants byte trimmed UInt256, but our current impl does nybble trimmed data (which is what the JSON-RPC spec calls for). Add an API so we can do both. Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>