go-ethereum/accounts/abi
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
..
bind accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 2019-08-02 09:20:46 +02:00
abi_test.go accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 2019-08-02 09:20:46 +02:00
abi.go accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 2019-08-02 09:20:46 +02:00
argument.go accounts/abi: enable struct golang binding generation (#18491) 2019-07-03 12:17:43 +02:00
doc.go
error.go
event_test.go accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 2019-08-02 09:20:46 +02:00
event.go accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 2019-08-02 09:20:46 +02:00
method_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
method.go accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 2019-08-02 09:20:46 +02:00
numbers_test.go
numbers.go
pack_test.go accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 2019-08-02 09:20:46 +02:00
pack.go
reflect_test.go
reflect.go accounts/abi: enable struct golang binding generation (#18491) 2019-07-03 12:17:43 +02:00
type_test.go
type.go accounts/abi: enable struct golang binding generation (#18491) 2019-07-03 12:17:43 +02:00
unpack_test.go accounts/abi: enable struct golang binding generation (#18491) 2019-07-03 12:17:43 +02:00
unpack.go accounts/abi: generic unpacking of event logs into map[string]interface{} (#18440) 2019-04-01 15:42:59 +02:00