Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common/hexutil: fix EncodeBig, Big.MarshalJSON | Felix Lange | 2017-01-16 | 1 | -7/+2 |
| | | | | | 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 Lange | 2017-01-13 | 1 | -2/+2 |
| | |||||
* | common/hexutil: new package for 0x hex encoding | Felix Lange | 2016-11-28 | 1 | -0/+271 |
The new package is purpose-built to handle the encoding consumed and produced by the RPC API. |