| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* fourbyte: update signatures, make signatures sorted+not compressed
* fourbyte: disable linter
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
* cmd/clef, signer: make fourbytes its own package, break dep cycle
* signer/fourbyte: pull in a sanitized 4byte database
|