| Commit message (Expand) | Author | Age | Files | Lines |
* | accounts/abi: reorganizing package with small fixes (#14610) | RJ Catalano | 2017-06-27 | 1 | -802/+0 |
* | accounts/abi: added testcase to unpack []uint32 | tbocek | 2017-01-09 | 1 | -0/+24 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -14/+14 |
* | accounts/abi: add support for function types (#3405) | RJ | 2017-01-05 | 1 | -0/+13 |
* | accounts/abi: add support for "anonymous" and "indexed" for events (#3464) | bas-vk | 2016-12-22 | 1 | -9/+44 |
* | accounts/abi: differentiate between static and dynamic arrays (#3121) | RJ | 2016-11-04 | 1 | -4/+21 |
* | accounts/abi: fix abi test for go vet... | Péter Szilágyi | 2016-05-12 | 1 | -2/+2 |
* | accounts/abi: fixed unpacking in to already slice interfaces | Jeffrey Wilcke | 2016-05-11 | 1 | -0/+31 |
* | accounts/abi: fixed string and fixed size bytes packing | Jeffrey Wilcke | 2016-04-28 | 1 | -74/+120 |
* | accounts/abi: added unpacking "anything" in to interface{} | Jeffrey Wilcke | 2016-04-28 | 1 | -0/+9 |
* | accounts/abi: fixed strict go-like unpacking | Jeffrey Wilcke | 2016-04-28 | 1 | -22/+132 |
* | accouns/abi: refactored ABI package | Jeffrey Wilcke | 2016-04-20 | 1 | -141/+177 |
* | abi: removed implicit type casting & refactored type parsing | Jeffrey Wilcke | 2016-04-05 | 1 | -11/+22 |
* | abi: accept output slices of all supported types | Jeffrey Wilcke | 2016-04-05 | 1 | -1/+70 |
* | abi: accept input slices of all supported types | Jeffrey Wilcke | 2016-04-05 | 1 | -72/+47 |
* | accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI | Péter Szilágyi | 2016-03-24 | 1 | -19/+19 |
* | accounts/abi: Fixed bytes input accept []byte and variable input support | Jeffrey Wilcke | 2016-03-15 | 1 | -0/+128 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -5/+5 |
* | accounts/abi: support for typed array | Jeffrey Wilcke | 2016-02-15 | 1 | -31/+75 |
* | accounts/abi: fixed return tuple and string, bytes return type parsing | Jeffrey Wilcke | 2016-02-11 | 1 | -0/+233 |
* | account/abi: implements event parsing | Jeffrey Wilcke | 2016-02-02 | 1 | -24/+58 |
* | accounts/abi: added output parsing & added call mechanism | Jeffrey Wilcke | 2015-11-25 | 1 | -8/+39 |
* | accounts/abi: ABI fixes & added types | Jeffrey Wilcke | 2015-10-30 | 1 | -13/+62 |
* | 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 |
* | Implemented contract ABI | obscuren | 2015-01-27 | 1 | -0/+330 |