aboutsummaryrefslogtreecommitdiffstats
path: root/common/hexutil
Commit message (Collapse)AuthorAgeFilesLines
* common/hexutil: fix EncodeBig, Big.MarshalJSONFelix Lange2017-01-163-13/+4
| | | | | The code was too clever and failed to include zeros on a big.Word boundary.
* common/hexutil: allow empty strings when decoding JSON (#3559)Felix Lange2017-01-132-5/+5
|
* common/hexutil: fix Test{Decode,Unmarshal}Uint64 on 32bit arch (#3363)Felix Lange2016-11-282-2/+2
|
* common/hexutil: new package for 0x hex encodingFelix Lange2016-11-284-0/+947
The new package is purpose-built to handle the encoding consumed and produced by the RPC API.