aboutsummaryrefslogtreecommitdiffstats
path: root/common/hexutil/hexutil.go
Commit message (Expand)AuthorAgeFilesLines
* common: all golint warnings removed (#16852)kiel barry2018-06-141-0/+1
* build: enable unconvert linter (#15456)ferhat elmas2017-11-111-3/+1
* common/hexutil: wrap errors in json.UnmarshalTypeErrorFelix Lange2017-06-271-10/+15
* common/hexutil: ensure negative big.Int is encoded sensiblyFelix Lange2017-03-021-1/+1
* common/hexutil: don't leak encoding/hex errors in DecodeFelix Lange2017-03-021-1/+5
* common/hexutil: reject big integer inputs > 256 bitsFelix Lange2017-03-021-0/+5
* common/hexutil: fix EncodeBig, Big.MarshalJSONFelix Lange2017-01-161-6/+1
* common/hexutil: new package for 0x hex encodingFelix Lange2016-11-281-0/+232