• gary rong's avatar
    accounts/abi, signer/fourbyte: fix incorrect signature (#19881) · 947f5f2b
    gary rong authored
    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.
    947f5f2b
Name
Last commit
Last update
..
bind Loading commit data...
abi.go Loading commit data...
abi_test.go Loading commit data...
argument.go Loading commit data...
doc.go Loading commit data...
error.go Loading commit data...
event.go Loading commit data...
event_test.go Loading commit data...
method.go Loading commit data...
method_test.go Loading commit data...
numbers.go Loading commit data...
numbers_test.go Loading commit data...
pack.go Loading commit data...
pack_test.go Loading commit data...
reflect.go Loading commit data...
reflect_test.go Loading commit data...
type.go Loading commit data...
type_test.go Loading commit data...
unpack.go Loading commit data...
unpack_test.go Loading commit data...