aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/abi_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-5/+5
* accounts/abi: support for typed arrayJeffrey Wilcke2016-02-151-31/+75
* accounts/abi: fixed return tuple and string, bytes return type parsingJeffrey Wilcke2016-02-111-0/+233
* account/abi: implements event parsingJeffrey Wilcke2016-02-021-24/+58
* accounts/abi: added output parsing & added call mechanismJeffrey Wilcke2015-11-251-8/+39
* accounts/abi: ABI fixes & added typesJeffrey Wilcke2015-10-301-13/+62
* 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
* Implemented contract ABIobscuren2015-01-271-0/+330