aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/event.go
Commit message (Collapse)AuthorAgeFilesLines
* accounts/abi: add support for "anonymous" and "indexed" for events (#3464)bas-vk2016-12-221-3/+5
|
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
| | | | As we aren't really using the standarized SHA-3
* account/abi: implements event parsingJeffrey Wilcke2016-02-021-0/+44
Implementation of basic event parsing and its input types. This separates methods and events and fixes an issue with go type parsing and validation.