mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
6985036070
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> |
||
---|---|---|
.. | ||
ethapi | ||
block_propagator.go |