plugeth/core/vm/runtime
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
..
doc.go core/vm/runtime: added simple execution runtime 2015-11-18 16:50:20 +01:00
env.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
fuzz.go all: update license information 2017-04-14 10:29:00 +02:00
runtime_example_test.go core/vm/runtime: added simple execution runtime 2015-11-18 16:50:20 +01:00
runtime_test.go core/state: access trie through Database interface, track errors (#14589) 2017-06-27 15:57:06 +02:00
runtime.go common: delete StringToAddress, StringToHash (#16436) 2018-04-10 14:12:07 +03:00