aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/event_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license informationFelix Lange2016-04-151-0/+16
|
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-2/+2
| | | | As we aren't really using the standarized SHA-3
* account/abi: implements event parsingJeffrey Wilcke2016-02-021-0/+40
Implementation of basic event parsing and its input types. This separates methods and events and fixes an issue with go type parsing and validation.