aboutsummaryrefslogtreecommitdiffstats
path: root/common/hexutil/json_test.go
Commit message (Expand)AuthorAgeFilesLines
* common/hexutil: wrap errors in json.UnmarshalTypeErrorFelix Lange2017-06-271-32/+32
* common/hexutil: add UnmarshalFixedUnprefixedTextFelix Lange2017-03-231-0/+35
* common/hexutil: implement TextMarshaler, TextUnmarshalerFelix Lange2017-03-021-9/+82
* common/hexutil: reject big integer inputs > 256 bitsFelix Lange2017-03-021-0/+8
* common/hexutil: allow empty strings when decoding JSON (#3559)Felix Lange2017-01-131-3/+3
* common/hexutil: fix Test{Decode,Unmarshal}Uint64 on 32bit arch (#3363)Felix Lange2016-11-281-1/+1
* common/hexutil: new package for 0x hex encodingFelix Lange2016-11-281-0/+258