aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/abi.go
Commit message (Expand)AuthorAgeFilesLines
* accounts/abi: tuple support (#18406)gary rong2019-01-101-2/+0
* accounts/abi: Brings out the msg defined at require statement in SC function ...Jeff Prestes2018-12-221-1/+1
* accounts/abi: fix panic in MethodById lookup. Fixes #17797 (#17798)Martin Holst Swende2018-10-011-0/+3
* 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-3/+3
* accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-241-1/+0
* accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 +...Martin Holst Swende2017-12-231-0/+12
* acounts/abi: refactor abi, generalize abi pack/unpack to ArgumentsMartin Holst Swende2017-12-231-24/+15
* accounts/abi: satisfy most of the linter warningsRobert Zaremba2017-12-211-1/+2
* accounts/abi: remove check for len%32==0 when unpacking events (#15670)Bob Glickstein2017-12-211-2/+6
* accounts/abi: improve type handling, add event support (#14743)RJ Catalano2017-10-171-99/+16
* accounts/abi: reorganizing package with small fixes (#14610)RJ Catalano2017-06-271-196/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-54/+42
* accounts/abi: fixed commentsJeffrey Wilcke2017-01-091-3/+2
* accounts/abi: support custom int slice typesThomas Bocek2017-01-091-3/+46
* accounts/abi: add support for function types (#3405)RJ2017-01-051-2/+2
* accounts/abi: add support for "anonymous" and "indexed" for events (#3464)bas-vk2016-12-221-8/+10
* accounts/abi: differentiate between static and dynamic arrays (#3121)RJ2016-11-041-16/+36
* accounts/abi: fix typo in the comment (dummy commit)Péter Szilágyi2016-09-261-1/+1
* accounts/abi: fixed unpacking in to already slice interfacesJeffrey Wilcke2016-05-111-30/+29
* accounts/abi: fixed string and fixed size bytes packingJeffrey Wilcke2016-04-281-4/+4
* 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