Files
linea-besu/util
Danno Ferrin 3ca363c813 [PAN-2946] Add strict short hex strings for retesteth (#1812)
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>
2019-08-01 09:39:37 -06:00
..