aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/unpack_test.go
Commit message (Expand)AuthorAgeFilesLines
* accounts/abi: Extra slice tests (#18424)Guillaume Ballet2019-01-101-0/+15
* accounts/abi: tuple support (#18406)gary rong2019-01-101-3/+116
* accounts/abi: change unpacking of abi fields w/ underscores (#16513)Matt K2018-12-291-0/+47
* fix string array unpack bug in accounts/abi (#18364)weimumu2018-12-281-0/+61
* accounts/abi: add support for unpacking returned bytesN arrays (#15242)bas-vk2018-12-221-0/+49
* fix slice unpack bug in accounts/abi (#18321)weimumu2018-12-171-0/+5
* accounts/abi: fix unpacking of negative int256 (#17583)Diep Pham2018-09-041-0/+5
* accounts/abi: improve test coverage (#16044)Ricardo Domingos2018-04-041-0/+17
* accounts/abi: Abi binding support for nested arrays, fixes #15648, including ...protolambda2018-03-051-0/+45
* accounts/abi: harden unpacking against malicious inputMartin Holst Swende2018-02-211-0/+70
* accounts/abi: add another unpack interfaceMartin Holst Swende2018-02-211-1/+1
* all: update license information (#16089)Felix Lange2018-02-141-1/+1
* accounts/abi: handle named ouputs prefixed with underscores (#15766)Péter Szilágyi2017-12-301-0/+45
* accounts/abi: add unpack into array testRobert Zaremba2017-12-211-0/+5
* accounts/abi: add Method Unpack testsRobert Zaremba2017-12-211-36/+59
* accounts/abi: update array length after parsing array (#15618)Dmitry Shulyak2017-12-201-19/+45
* all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-131-2/+2
* all: gofmt -w -s (#15419)ferhat elmas2017-11-081-1/+1
* accounts/abi: improve type handling, add event support (#14743)RJ Catalano2017-10-171-368/+273
* accounts/abi: reorganizing package with small fixes (#14610)RJ Catalano2017-06-271-0/+681