Martin Holst Swende
906f989762
cmd: implement abidump ( #19958 )
...
* abidump: implement abi dump command
* cmd/abidump: add license
2020-02-27 17:20:36 +03:00
Alexey Akhunov
fe01bccbb8
Apply Turbo-Geth modifications to go-ethereum codebase
2019-11-01 21:52:03 +01:00
Martin Holst Swende
7d3b26018b
signer/fourbyte: update signatures, sort and don't compress ( #19957 )
...
* fourbyte: update signatures, make signatures sorted+not compressed
* fourbyte: disable linter
2019-08-19 12:46:19 +03:00
gary rong
947f5f2b15
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
...
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.
2019-08-02 09:20:46 +02:00
Péter Szilágyi
4f56790efc
signer/fourbytes: fix up error messages ( #19877 )
2019-07-23 13:06:31 +03:00
Péter Szilágyi
1a83114c74
all: update author list and licenses
2019-07-22 12:17:27 +03:00
Guillaume Ballet
2b303e7d62
clef: fix stutter in warning message ( #19736 )
2019-06-19 11:43:04 +02:00
Péter Szilágyi
d5af3a584c
cmd/clef, signer: make fourbyte its own package, break dep cycle ( #19450 )
...
* cmd/clef, signer: make fourbytes its own package, break dep cycle
* signer/fourbyte: pull in a sanitized 4byte database
2019-04-11 20:01:11 +03:00