-
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 | ||
| compiler | ||
| fdlimit | ||
| hexutil | ||
| math | ||
| mclock | ||
| number | ||
| big.go | ||
| bytes.go | ||
| bytes_test.go | ||
| debug.go | ||
| format.go | ||
| main_test.go | ||
| path.go | ||
| size.go | ||
| size_test.go | ||
| test_utils.go | ||
| types.go | ||
| types_template.go | ||
| types_test.go |