go-ethereum/internal
Marius van der Wijden 3eebf34038
common: remove ToHex and ToHexArray (#21610)
ToHex was deprecated a couple years ago. The last remaining use
was in ToHexArray, which itself only had a single call site.

This just moves ToHexArray near its only remaining call site and
implements it using hexutil.Encode. This changes the default behaviour
of ToHexArray and with it the behaviour of eth_getProof. Previously we
encoded an empty slice as 0, now the empty slice is encoded as 0x.
2020-11-04 11:20:39 +01:00
..
build build/ci: handle split up listing (#21293) 2020-07-04 20:10:48 +02:00
cmdtest all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
debug cmd/bootnode,internal/debug: fix some comments (#21623) 2020-09-29 11:31:14 +02:00
ethapi common: remove ToHex and ToHexArray (#21610) 2020-11-04 11:20:39 +01:00
flags cmd/clef: change --rpcport to --http.port and update flags in docs (#21318) 2020-07-14 10:35:32 +02:00
guide all: update license information 2017-04-14 10:29:00 +02:00
jsre all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
testlog internal/testlog: print file+line number of log call in test log (#20528) 2020-01-08 17:11:51 +02:00
utesting p2p/discover: implement v5.1 wire protocol (#21647) 2020-10-14 12:28:17 +02:00
web3ext internal/web3ext: improve some web3 apis (#21639) 2020-10-13 13:24:08 +02:00