plugeth/accounts/abi/bind
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
..
backends accounts/abi/bind: support closing a simulated backend 2019-07-31 11:35:57 +03:00
auth.go accounts, cmd, contracts, les: integrate clef for transaction signing (#19783) 2019-07-03 22:54:59 +03:00
backend.go accounts/abi/bind: support event filtering in abigen 2018-01-24 10:54:13 +02:00
base_test.go accounts/abi: Fix method overwritten by same name methods. (#17099) 2019-07-01 16:51:21 +02:00
base.go accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 2019-08-02 09:20:46 +02:00
bind_test.go accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 2019-08-02 09:20:46 +02:00
bind.go accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 2019-08-02 09:20:46 +02:00
template.go accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 2019-08-02 09:20:46 +02:00
topics_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
topics.go accounts/abi: generic unpacking of event logs into map[string]interface{} (#18440) 2019-04-01 15:42:59 +02:00
util_test.go accounts/abi/bind: support closing a simulated backend 2019-07-31 11:35:57 +03:00
util.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00