aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/method.go
Commit message (Expand)AuthorAgeFilesLines
* accounts/abi: Negative numbers not properly converted in ABI encodingThomas Bocek2016-06-061-1/+1
* accounts/abi: fixed string and fixed size bytes packingJeffrey Wilcke2016-04-281-1/+1
* accouns/abi: refactored ABI packageJeffrey Wilcke2016-04-201-0/+39
* accounts/abi: handle the "constant" modifier for functionsPéter Szilágyi2016-03-161-2/+5
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* accounts/abi: added output parsing & added call mechanismJeffrey Wilcke2015-11-251-0/+76