aboutsummaryrefslogtreecommitdiffstats
path: root/common/hexutil/json.go
Commit message (Expand)AuthorAgeFilesLines
* build: enable unconvert linter (#15456)ferhat elmas2017-11-111-1/+1
* common: fix megacheck warningsEgon Elbre2017-08-071-5/+4
* common/hexutil: wrap errors in json.UnmarshalTypeErrorFelix Lange2017-06-271-11/+36
* common/hexutil: add UnmarshalFixedUnprefixedTextFelix Lange2017-03-231-5/+27
* common/hexutil: ensure negative big.Int is encoded sensiblyFelix Lange2017-03-021-15/+3
* common/hexutil: implement TextMarshaler, TextUnmarshalerFelix Lange2017-03-021-54/+69
* common/hexutil: reject big integer inputs > 256 bitsFelix Lange2017-03-021-3/+9
* common/hexutil: fix EncodeBig, Big.MarshalJSONFelix Lange2017-01-161-7/+2
* common/hexutil: allow empty strings when decoding JSON (#3559)Felix Lange2017-01-131-2/+2
* common/hexutil: new package for 0x hex encodingFelix Lange2016-11-281-0/+271