| Commit message (Expand) | Author | Age | Files | Lines |
* | accounts/abi: improve type handling, add event support (#14743) | RJ Catalano | 2017-10-17 | 1 | -30/+17 |
* | accounts/abi: reorganizing package with small fixes (#14610) | RJ Catalano | 2017-06-27 | 1 | -13/+0 |
* | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 1 | -1/+1 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 1 | -1/+2 |
* | accounts/abi: fix uint64 upper range encoding. | Péter Szilágyi | 2016-06-10 | 1 | -9/+3 |
* | accounts/abi: Negative numbers not properly converted in ABI encoding | Thomas Bocek | 2016-06-06 | 1 | -38/+4 |
* | accouns/abi: refactored ABI package | Jeffrey Wilcke | 2016-04-20 | 1 | -2/+2 |
* | abi: accept input slices of all supported types | Jeffrey Wilcke | 2016-04-05 | 1 | -2/+0 |
* | accounts/abi: Fixed bytes input accept []byte and variable input support | Jeffrey Wilcke | 2016-03-15 | 1 | -28/+30 |
* | accounts/abi: added output parsing & added call mechanism | Jeffrey Wilcke | 2015-11-25 | 1 | -0/+2 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -5/+5 |
* | Implemented contract ABI | obscuren | 2015-01-27 | 1 | -0/+106 |