plugeth/ethclient/gethclient
Martin Holst Swende 8b99ad4602
internal/ethapi: fix codehash lookup in eth_getProof (#28357)
This change fixes #28355, where eth_getProof failed to return the correct codehash under certain conditions. This PR changes the logic to unconditionally look up the codehash, and also adds some more tests.
2023-10-17 09:25:16 +02:00
..
gethclient_test.go internal/ethapi: fix codehash lookup in eth_getProof (#28357) 2023-10-17 09:25:16 +02:00
gethclient.go ethclient: use 'input', not 'data' as field for transaction input (#28078) 2023-09-08 18:33:36 +02:00