plugeth/signer/fourbyte
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
..
4byte.go cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450) 2019-04-11 20:01:11 +03:00
4byte.json cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450) 2019-04-11 20:01:11 +03:00
abi_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
abi.go accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 2019-08-02 09:20:46 +02:00
fourbyte_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
fourbyte.go cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450) 2019-04-11 20:01:11 +03:00
validation_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
validation.go signer/fourbytes: fix up error messages (#19877) 2019-07-23 13:06:31 +03:00