aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/numbers.go
Commit message (Expand)AuthorAgeFilesLines
* accounts: remove deadcode isSigned (#16990)Wenbiao Zheng2018-06-201-15/+0
* accounts/abi: improve test coverage (#16044)Ricardo Domingos2018-04-041-18/+18
* accounts/abi: improve type handling, add event support (#14743)RJ Catalano2017-10-171-30/+17
* accounts/abi: reorganizing package with small fixes (#14610)RJ Catalano2017-06-271-13/+0
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-1/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-1/+2
* accounts/abi: fix uint64 upper range encoding.Péter Szilágyi2016-06-101-9/+3
* accounts/abi: Negative numbers not properly converted in ABI encodingThomas Bocek2016-06-061-38/+4
* accouns/abi: refactored ABI packageJeffrey Wilcke2016-04-201-2/+2
* abi: accept input slices of all supported typesJeffrey Wilcke2016-04-051-2/+0
* accounts/abi: Fixed bytes input accept []byte and variable input supportJeffrey Wilcke2016-03-151-28/+30
* accounts/abi: added output parsing & added call mechanismJeffrey Wilcke2015-11-251-0/+2
* 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
* Moved ethutil => commonobscuren2015-03-161-5/+5
* Implemented contract ABIobscuren2015-01-271-0/+106