erigon-pulse/turbo/adapter
lmittmann 6985036070
turbo/adapter/ethapi: Add CallArgs.Input attribute (#8242)
This PR adds the ability to pass `input` instead of `data` in
`eth_call`.

Go-ethereum has support for the `input`-attribute (instead of the
`data`) in `eth_call` for some time. The recent go-ethereum release
v1.13.0 changed the ethclient to do a `eth_call` with the `input`
attribute rather than "data". This makes the latest go-ethereum
ethclient incompatible with erigon.

Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
2023-09-20 09:31:00 +07:00
..
ethapi turbo/adapter/ethapi: Add CallArgs.Input attribute (#8242) 2023-09-20 09:31:00 +07:00
block_propagator.go Fix hive tests and reorganise the fix for body download problem (#6515) 2023-01-06 12:43:46 +00:00