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. |
||
---|---|---|
.. | ||
bind | ||
abi_test.go | ||
abi.go | ||
argument.go | ||
doc.go | ||
error.go | ||
event_test.go | ||
event.go | ||
method_test.go | ||
method.go | ||
numbers_test.go | ||
numbers.go | ||
pack_test.go | ||
pack.go | ||
reflect_test.go | ||
reflect.go | ||
type_test.go | ||
type.go | ||
unpack_test.go | ||
unpack.go |