aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/abi.go
Commit message (Expand)AuthorAgeFilesLines
* accounts/abi: added unpacking "anything" in to interface{}Jeffrey Wilcke2016-04-281-0/+2
* accounts/abi: fixed strict go-like unpackingJeffrey Wilcke2016-04-281-5/+26
* accouns/abi: refactored ABI packageJeffrey Wilcke2016-04-201-47/+10
* abi: removed implicit type casting & refactored type parsingJeffrey Wilcke2016-04-051-1/+1
* abi: accept output slices of all supported typesJeffrey Wilcke2016-04-051-1/+71
* abi: accept input slices of all supported typesJeffrey Wilcke2016-04-051-4/+3
* accounts/abi/bind: constructor, auth utils and various backendsPéter Szilágyi2016-03-241-19/+27
* accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABIPéter Szilágyi2016-03-241-22/+2
* Merge pull request #2348 from obscuren/abi-variable-inputPéter Szilágyi2016-03-171-2/+21
|\
| * accounts/abi: Fixed bytes input accept []byte and variable input supportJeffrey Wilcke2016-03-151-2/+21
* | accounts/abi: handle the "constant" modifier for functionsPéter Szilágyi2016-03-161-7/+7
|/
* accounts/abi: support for typed arrayJeffrey Wilcke2016-02-151-12/+39
* accounts/abi: fixed return tuple and string, bytes return type parsingJeffrey Wilcke2016-02-111-30/+120
* account/abi: implements event parsingJeffrey Wilcke2016-02-021-4/+28
* accounts/abi: added output parsing & added call mechanismJeffrey Wilcke2015-11-251-77/+69
* accounts/abi: ABI fixes & added typesJeffrey Wilcke2015-10-301-6/+6
* 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/+155