aboutsummaryrefslogtreecommitdiffstats
path: root/signer/fourbyte/abi.go
Commit message (Collapse)AuthorAgeFilesLines
* accounts/abi, signer/fourbyte: fix incorrect signature (#19881)gary rong2019-08-021-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 licensesPéter Szilágyi2019-07-221-1/+1
|
* cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450)Péter Szilágyi2019-04-121-0/+164
* cmd/clef, signer: make fourbytes its own package, break dep cycle * signer/fourbyte: pull in a sanitized 4byte database