aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/type.go
Commit message (Expand)AuthorAgeFilesLines
* accounts/abi: improve type handling, add event support (#14743)RJ Catalano2017-10-171-107/+103
* accounts/abi: reorganizing package with small fixes (#14610)RJ Catalano2017-06-271-5/+3
* accounts/abi: fix comment spelling errorPéter Szilágyi2017-01-131-1/+1
* accounts/abi: fixed broken types slice testcasesThomas Bocek2017-01-091-2/+7
* accounts/abi: fixed commentsJeffrey Wilcke2017-01-091-2/+3
* accounts/abi: support custom int slice typesThomas Bocek2017-01-091-1/+5
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-1/+1
* accounts/abi: add support for function types (#3405)RJ2017-01-051-1/+8
* accounts/abi: clean up PR and add type parsing testsPéter Szilágyi2016-12-191-5/+4
* accounts/abi: prepare ABI to handle fixed point typesVoR02202016-12-191-5/+6
* accounts/abi: differentiate between static and dynamic arrays (#3121)RJ2016-11-041-2/+7
* accounts/abi: fixed string and fixed size bytes packingJeffrey Wilcke2016-04-281-1/+8
* accouns/abi: refactored ABI packageJeffrey Wilcke2016-04-201-124/+54
* abi: removed implicit type casting & refactored type parsingJeffrey Wilcke2016-04-051-41/+57
* abi: accept output slices of all supported typesJeffrey Wilcke2016-04-051-3/+2
* abi: accept input slices of all supported typesJeffrey Wilcke2016-04-051-63/+56
* accounts/abi: Fixed bytes input accept []byte and variable input supportJeffrey Wilcke2016-03-151-1/+14
* accounts/abi: fixed return tuple and string, bytes return type parsingJeffrey Wilcke2016-02-111-0/+10
* account/abi: implements event parsingJeffrey Wilcke2016-02-021-1/+1
* accounts/abi: added output parsing & added call mechanismJeffrey Wilcke2015-11-251-3/+9
* accounts/abi: ABI fixes & added typesJeffrey Wilcke2015-10-301-2/+12
* 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
* Moved ethutil => commonobscuren2015-03-161-5/+5
* Implemented contract ABIobscuren2015-01-271-0/+190