quorum/eth/filters
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
..
api.go eth: fix typos (#16414) 2018-04-04 12:25:02 +02:00
api_test.go common: delete StringToAddress, StringToHash (#16436) 2018-04-10 14:12:07 +03:00
bench_test.go all: gofmt -w -s (#15419) 2017-11-08 11:45:52 +01:00
filter.go eth, les, light: filter on logs only, derive receipts on demand 2018-02-22 19:12:43 +02:00
filter_system.go eth, les, light: filter on logs only, derive receipts on demand 2018-02-22 19:12:43 +02:00
filter_system_test.go eth, les, light: filter on logs only, derive receipts on demand 2018-02-22 19:12:43 +02:00
filter_test.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00