Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update license information | Felix Lange | 2016-04-15 | 1 | -0/+16 |
| | |||||
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -2/+2 |
| | | | | As we aren't really using the standarized SHA-3 | ||||
* | account/abi: implements event parsing | Jeffrey Wilcke | 2016-02-02 | 1 | -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. |