quorum/cmd/evm
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
..
internal/compiler cmd/evm, core/asm: add EVM assembler (#3686) 2017-03-01 01:11:24 +01:00
compiler.go cmd/evm, core/asm: add EVM assembler (#3686) 2017-03-01 01:11:24 +01:00
disasm.go cmd: fix megacheck warnings (#14912) 2017-08-07 14:34:21 +03:00
json_logger.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
main.go cmd/evm, core/vm, internal/ethapi: don't disable call gas metering 2018-03-05 14:01:13 +02:00
runner.go common: delete StringToAddress, StringToHash (#16436) 2018-04-10 14:12:07 +03:00
staterunner.go cmd/evm: print stateroot in evm utility (#15341) 2017-10-20 13:22:06 +03:00