Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
bind
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
5 years ago
abi.go
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
5 years ago
abi_test.go
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
5 years ago
argument.go
accounts/abi: enable struct golang binding generation ( #18491 )
5 years ago
doc.go
all: fix license headers one more time
9 years ago
error.go
accounts/abi: improve type handling, add event support ( #14743 )
7 years ago
event.go
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
5 years ago
event_test.go
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
5 years ago
method.go
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
5 years ago
method_test.go
all: update author list and licenses
5 years ago
numbers.go
accounts: remove deadcode isSigned ( #16990 )
6 years ago
numbers_test.go
accounts: remove deadcode isSigned ( #16990 )
6 years ago
pack.go
accounts/abi: satisfy most of the linter warnings
7 years ago
pack_test.go
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
5 years ago
reflect.go
accounts/abi: enable struct golang binding generation ( #18491 )
5 years ago
reflect_test.go
accounts/abi: Add tests for reflection ahead of refactor ( #18434 )
6 years ago
type.go
accounts/abi: enable struct golang binding generation ( #18491 )
5 years ago
type_test.go
accounts/abi: Add the original name as json-structtag for tuples.
6 years ago
unpack.go
accounts/abi: generic unpacking of event logs into map[string]interface{} ( #18440 )
6 years ago
unpack_test.go
accounts/abi: enable struct golang binding generation ( #18491 )
5 years ago