aboutsummaryrefslogtreecommitdiffstats
path: root/common/hexutil/hexutil.go
Commit message (Collapse)AuthorAgeFilesLines
* common/hexutil: fix EncodeBig, Big.MarshalJSONFelix Lange2017-01-161-6/+1
| | | | | The code was too clever and failed to include zeros on a big.Word boundary.
* common/hexutil: new package for 0x hex encodingFelix Lange2016-11-281-0/+232
The new package is purpose-built to handle the encoding consumed and produced by the RPC API.