aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/abi_test.go
Commit message (Expand)AuthorAgeFilesLines
* accounts/abi: added testcase to unpack []uint32tbocek2017-01-091-0/+24
* all: gofmt -w -sFelix Lange2017-01-061-14/+14
* accounts/abi: add support for function types (#3405)RJ2017-01-051-0/+13
* accounts/abi: add support for "anonymous" and "indexed" for events (#3464)bas-vk2016-12-221-9/+44
* accounts/abi: differentiate between static and dynamic arrays (#3121)RJ2016-11-041-4/+21
* accounts/abi: fix abi test for go vet...Péter Szilágyi2016-05-121-2/+2
* accounts/abi: fixed unpacking in to already slice interfacesJeffrey Wilcke2016-05-111-0/+31
* accounts/abi: fixed string and fixed size bytes packingJeffrey Wilcke2016-04-281-74/+120
* accounts/abi: added unpacking "anything" in to interface{}Jeffrey Wilcke2016-04-281-0/+9
* accounts/abi: fixed strict go-like unpackingJeffrey Wilcke2016-04-281-22/+132
* accouns/abi: refactored ABI packageJeffrey Wilcke2016-04-201-141/+177
* abi: removed implicit type casting & refactored type parsingJeffrey Wilcke2016-04-051-11/+22
* abi: accept output slices of all supported typesJeffrey Wilcke2016-04-051-1/+70
* abi: accept input slices of all supported typesJeffrey Wilcke2016-04-051-72/+47
* accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABIPéter Szilágyi2016-03-241-19/+19
* accounts/abi: Fixed bytes input accept []byte and variable input supportJeffrey Wilcke2016-03-151-0/+128
* 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