Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common/hexutil: fix EncodeBig, Big.MarshalJSON | Felix Lange | 2017-01-16 | 1 | -0/+1 |
| | | | | | The code was too clever and failed to include zeros on a big.Word boundary. | ||||
* | 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/+186 |
The new package is purpose-built to handle the encoding consumed and produced by the RPC API. |