aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/method.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-1/+1
* accounts/abi: argument type and name were reversed (#17947)tzapu2018-12-131-3/+3
* accounts/abi: refactor Method#Sig() to use index in range iterator directly (...Roc Yu2018-07-191-3/+1
* acounts/abi: refactor abi, generalize abi pack/unpack to ArgumentsMartin Holst Swende2017-12-231-126/+2
* accounts/abi: satisfy most of the linter warningsRobert Zaremba2017-12-211-27/+23
* accounts/abi: fix event unpack into sliceRobert Zaremba2017-12-211-9/+7
* Merge pull request #15285 from yondonfu/abi-offset-fixed-arraysMartin Holst Swende2017-12-211-1/+12
|\
| * accounts/abi: update array type check in method.go. Add more packing testsYondon Fu2017-12-191-2/+2
| * Merge branch 'master' into abi-offset-fixed-arraysYondon Fu2017-12-191-0/+79
| |\
| * | accounts/abi: include fixed array size in offset for dynamic typeYondon Fu2017-10-121-1/+12
* | | accounts/abi: update array length after parsing array (#15618)Dmitry Shulyak2017-12-201-4/+5
| |/ |/|
* | accounts/abi: improve type handling, add event support (#14743)RJ Catalano2017-10-171-0/+79
|/
* accounts/abi: reorganizing package with small fixes (#14610)RJ Catalano2017-06-271-1/+1
* 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