aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/abi_test.go
Commit message (Expand)AuthorAgeFilesLines
* accounts/abi: tuple support (#18406)gary rong2019-01-101-17/+40
* accounts/abi: fix panic in MethodById lookup. Fixes #17797 (#17798)Martin Holst Swende2018-10-011-1/+10
* accounts/abi: Add one-parameter event test case from enriquefynn/unpack_one_a...Javier Peletier2018-03-051-1/+5
|\
| * accounts/abi: address review concernsMartin Holst Swende2018-02-211-1/+1
| * accounts/abi: Deduplicate code in unpackerMartin Holst Swende2018-02-211-1/+1
| * accounts/abi: add another unpack interfaceMartin Holst Swende2018-02-211-1/+5
* | accounts/abi: use unpackTuple to unpack event argumentsFynn2018-02-161-1/+14
|/
* accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 +...Martin Holst Swende2017-12-231-6/+59
* acounts/abi: refactor abi, generalize abi pack/unpack to ArgumentsMartin Holst Swende2017-12-231-4/+6
* Merge pull request #15285 from yondonfu/abi-offset-fixed-arraysMartin Holst Swende2017-12-211-0/+182
|\
| * accounts/abi: update array type check in method.go. Add more packing testsYondon Fu2017-12-191-4/+136
| * Merge branch 'master' into abi-offset-fixed-arraysYondon Fu2017-12-191-20/+1
| |\
| * | accounts/abi: include fixed array size in offset for dynamic typeYondon Fu2017-10-121-0/+50
* | | accounts/abi: remove check for len%32==0 when unpacking events (#15670)Bob Glickstein2017-12-211-0/+41
| |/ |/|
* | accounts/abi: improve type handling, add event support (#14743)RJ Catalano2017-10-171-20/+1
|/
* accounts/abi: reorganizing package with small fixes (#14610)RJ Catalano2017-06-271-802/+0
* 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