quorum/cmd
Felix Lange c7ab3e5544 common: delete StringToAddress, StringToHash (#16436)
* common: delete StringToAddress, StringToHash

These functions are confusing because they don't parse hex, but use the
bytes of the string. This change removes them, replacing all uses of
StringToAddress(s) by BytesToAddress([]byte(s)).

* eth/filters: remove incorrect use of common.BytesToAddress
2018-04-10 14:12:07 +03:00
..
abigen cmd/abigen: parse contract name as abi identifier 2017-02-06 18:16:56 +01:00
bootnode p2p, p2p/discover: misc connectivity improvements (#16069) 2018-02-12 14:36:09 +02:00
ethkey all: update license information (#16089) 2018-02-14 13:49:11 +01:00
evm common: delete StringToAddress, StringToHash (#16436) 2018-04-10 14:12:07 +03:00
faucet cmd/faucet: update state in background, skip when busy 2018-03-02 12:02:23 +02:00
geth cmd/geth: update template for 'geth bug' command (#16350) 2018-04-06 12:42:11 +02:00
internal/browser cmd/geth: added 'geth bug' command (#3684) 2017-02-20 15:26:21 +02:00
p2psim all: update license information (#16089) 2018-02-14 13:49:11 +01:00
puppeth cmd/puppeth: fix node deploys for updated dockerfile user 2018-04-10 13:13:05 +03:00
rlpdump cmd/rlpdump: allow hex input to have leading '0x' 2017-10-27 09:40:52 +01:00
swarm cmd/swarm: fix some typos in manifest cmd (#16227) 2018-03-02 10:59:26 +01:00
utils whisper: switch all remaining components from v5 to v6 2018-03-26 16:36:14 +02:00
wnode whisper: final refactoring (#16259) 2018-03-06 23:37:43 +01:00