• Felix Lange's avatar
    common: delete StringToAddress, StringToHash (#16436) · c7ab3e55
    Felix Lange authored
    * 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
    c7ab3e55
Name
Last commit
Last update
..
bitutil Loading commit data...
compiler Loading commit data...
fdlimit Loading commit data...
hexutil Loading commit data...
math Loading commit data...
mclock Loading commit data...
number Loading commit data...
big.go Loading commit data...
bytes.go Loading commit data...
bytes_test.go Loading commit data...
debug.go Loading commit data...
format.go Loading commit data...
main_test.go Loading commit data...
path.go Loading commit data...
size.go Loading commit data...
size_test.go Loading commit data...
test_utils.go Loading commit data...
types.go Loading commit data...
types_template.go Loading commit data...
types_test.go Loading commit data...