Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 1 | -3/+3 |
| | |||||
* | accounts/abi: argument type and name were reversed (#17947) | tzapu | 2018-12-13 | 1 | -4/+37 |
| | | | argument type and name were reversed | ||||
* | accounts/abi: allow abi: tags when unpacking structs | Guillaume Ballet | 2018-05-14 | 1 | -1/+80 |
| | | | | | | Go code users can now tag event struct members with `abi:` to specify in what fields the event will be de-serialized. See PR #16648 for details. | ||||
* | accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 ↵ | Martin Holst Swende | 2017-12-23 | 1 | -6/+4 |
| | | | | + lookup by id | ||||
* | acounts/abi: refactor abi, generalize abi pack/unpack to Arguments | Martin Holst Swende | 2017-12-23 | 1 | -0/+75 |
| | |||||
* | accounts/abi: add unpack into array test | Robert Zaremba | 2017-12-21 | 1 | -1/+11 |
| | |||||
* | accounts/abi: adding event unpacker tests | Robert Zaremba | 2017-12-21 | 1 | -0/+154 |
| | |||||
* | accounts/abi: update array length after parsing array (#15618) | Dmitry Shulyak | 2017-12-20 | 1 | -0/+23 |
| | | | Fixes #15617 | ||||
* | accounts/abi: improve type handling, add event support (#14743) | RJ Catalano | 2017-10-17 | 1 | -1/+1 |
| | |||||
* | 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. |