Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 235 Bytes

File metadata and controls

5 lines (4 loc) · 235 Bytes
ox patch

Fixed Bytes.fromNumber and Rlp.fromHex rejecting valid odd-nibble hex output produced by Hex.fromNumber (e.g. 0x7, 0x311); both now even-pad before handing the value to the strict Bytes.fromHex parser.