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
..
abi
accounts/abi, signer/fourbyte: fix incorrect signature ( #19881 )
5 years ago
external
all: update author list and licenses
5 years ago
keystore
accounts/keystore: fix #19707 , avoid keyword as variable name
5 years ago
scwallet
accounts/scwallet: flag to specify path to smartcard daemon ( #19439 )
6 years ago
usbwallet
all: update author list and licenses
5 years ago
accounts.go
accounts,signer: better support for EIP-191 intended validator ( #19523 )
6 years ago
accounts_test.go
all: update author list and licenses
5 years ago
errors.go
accounts: fix comment typo ( #15977 )
7 years ago
hd.go
accounts: switch Ledger derivation path to canonical one
6 years ago
hd_test.go
accounts: refactor API for generalized USB wallets
7 years ago
manager.go
accounts, cmd, internal: disable unlock account on open HTTP ( #17037 )
6 years ago
sort.go
accounts, console: frendly card errors, support pin unblock
6 years ago
url.go
accounts: add unit tests for URL ( #17182 )
6 years ago
url_test.go
all: update author list and licenses
5 years ago