aboutsummaryrefslogtreecommitdiffstats
path: root/signer/fourbyte
Commit message (Collapse)AuthorAgeFilesLines
* signer/fourbyte: update signatures, sort and don't compress (#19957)Martin Holst Swende2019-08-193-32/+293692
| | | | | | * fourbyte: update signatures, make signatures sorted+not compressed * fourbyte: disable linter
* 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.
* signer/fourbytes: fix up error messages (#19877)Péter Szilágyi2019-07-231-4/+4
|
* all: update author list and licensesPéter Szilágyi2019-07-225-26/+26
|
* clef: fix stutter in warning message (#19736)Guillaume Ballet2019-06-191-1/+1
|
* cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450)Péter Szilágyi2019-04-128-0/+1098
* cmd/clef, signer: make fourbytes its own package, break dep cycle * signer/fourbyte: pull in a sanitized 4byte database