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
..
backends
accounts/abi/bind: support closing a simulated backend
5 years ago
auth.go
accounts, cmd, contracts, les: integrate clef for transaction signing ( #19783 )
5 years ago
backend.go
accounts/abi/bind: support event filtering in abigen
7 years ago
base.go
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
5 years ago
base_test.go
accounts/abi: Fix method overwritten by same name methods. ( #17099 )
5 years ago
bind.go
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
5 years ago
bind_test.go
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
5 years ago
template.go
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
5 years ago
topics.go
accounts/abi: generic unpacking of event logs into map[string]interface{} ( #18440 )
6 years ago
topics_test.go
all: update author list and licenses
5 years ago
util.go
all: import "context" instead of "golang.org/x/net/context"
8 years ago
util_test.go
accounts/abi/bind: support closing a simulated backend
5 years ago