plugeth/internal/ethapi
gary rong c9cdf144d5 graphql, internal/ethapi: support overriding accounts in eth_call (#19917)
* graphql, internal/ethapi: extend eth_call

This PR offers the third option parameter for eth_call API.
Caller can specify a batch of contracts for overriding the
original account metadata(nonce, balance, code, state).
It has a few advantages:

* It's friendly for debugging
* It's can make on-chain contract lighter for getting rid of
  state access functions

* core, internal: address comments
2019-08-08 16:44:11 +03:00
..
addrlock.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
api.go graphql, internal/ethapi: support overriding accounts in eth_call (#19917) 2019-08-08 16:44:11 +03:00
backend.go eth, graphql, internal/ethapi, les: polish and improve graphql (#19886) 2019-07-25 09:29:53 +03:00