aboutsummaryrefslogtreecommitdiffstats
path: root/common/types_test.go
Commit message (Expand)AuthorAgeFilesLines
* common: add database/sql support for Hash and Address (#15541)Vincent Serpoul2018-07-241-1/+179
* cmd/clef, signer: initial poc of the standalone signer (#16154)Martin Holst Swende2018-04-161-0/+44
* common: improve IsHexAddress and add tests (#15551)Steven Roose2017-12-051-0/+24
* common: tests for EIP55-compliant Address.Hex()Jim McDonald2017-07-161-0/+31
* common/hexutil: wrap errors in json.UnmarshalTypeErrorFelix Lange2017-06-271-6/+4
* common/hexutil: implement TextMarshaler, TextUnmarshalerFelix Lange2017-03-021-6/+7
* common: use package hexutil for fixed size type encodingFelix Lange2016-11-281-11/+21
* common: Add tests for Address#UnmarshalJSONPaulo L F Casaretto2016-04-261-2/+36
* common: added Hash unmarshal json length validationJeffrey Wilcke2016-04-011-0/+22
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* Fixed VM & Tests w/ conversionobscuren2015-03-171-0/+15