Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common/hexutil: allow empty strings when decoding JSON (#3559) | Felix Lange | 2017-01-13 | 1 | -3/+3 |
| | |||||
* | common/hexutil: fix Test{Decode,Unmarshal}Uint64 on 32bit arch (#3363) | Felix Lange | 2016-11-28 | 1 | -1/+1 |
| | |||||
* | common/hexutil: new package for 0x hex encoding | Felix Lange | 2016-11-28 | 1 | -0/+258 |
The new package is purpose-built to handle the encoding consumed and produced by the RPC API. |