Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accounts/abi, signer/fourbyte: fix incorrect signature (#19881) | gary rong | 2019-08-02 | 1 | -1/+1 |
| | | | | | The abi package already supports function overload by adding a suffix to the overloaded function name, but it uses the function name with suffix to calculate signature(both for the event and method). This PR fixes it by adding a new field named RawName, which can be used to calcuate all signatures but use Name to distinguish different overloaded function. | ||||
* | all: update author list and licenses | Péter Szilágyi | 2019-07-22 | 1 | -1/+1 |
| | |||||
* | cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450) | Péter Szilágyi | 2019-04-12 | 1 | -0/+164 |
* cmd/clef, signer: make fourbytes its own package, break dep cycle * signer/fourbyte: pull in a sanitized 4byte database |