mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-11 05:00:05 +00:00
c7ab3e5544
* 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 |
||
---|---|---|
.. | ||
abigen | ||
bootnode | ||
ethkey | ||
evm | ||
faucet | ||
geth | ||
internal/browser | ||
p2psim | ||
puppeth | ||
rlpdump | ||
swarm | ||
utils | ||
wnode |