quorum/common
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
..
bitutil various: remove redundant parentheses (#15793) 2018-01-03 14:14:47 +02:00
compiler common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21 2018-03-08 18:05:56 -08:00
fdlimit all: update license information (#16089) 2018-02-14 13:49:11 +01:00
hexutil build: enable unconvert linter (#15456) 2017-11-10 19:06:45 +02:00
math core/vm, common/math: Add doc about Byte, fix format 2017-06-08 23:16:05 +02:00
mclock
number
big.go core, vm, common: define constantinople fork + shift (#16045) 2018-02-23 12:32:57 +02:00
bytes.go common: improve IsHexAddress and add tests (#15551) 2017-12-04 19:34:15 +01:00
bytes_test.go common: improve IsHexAddress and add tests (#15551) 2017-12-04 19:34:15 +01:00
debug.go
format.go
main_test.go
path.go
size.go core, trie: intermediate mempool between trie and database (#15857) 2018-02-05 17:40:32 +01:00
size_test.go
test_utils.go
types.go common: delete StringToAddress, StringToHash (#16436) 2018-04-10 14:12:07 +03:00
types_template.go
types_test.go common: improve IsHexAddress and add tests (#15551) 2017-12-04 19:34:15 +01:00