Bret Palsson
f8bcf4eba5
Merge go-ethereum v1.10.8
...
Add debug build to make and docker
2021-09-25 07:30:37 -07:00
sjb933
9b402e6e02
Merge Upstream Changes
2021-08-17 16:11:50 +00:00
Martin Holst Swende
33c56ebc67
cmd: implement abidump ( #19958 )
...
* abidump: implement abi dump command
* cmd/abidump: add license
2020-01-21 15:51:36 +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