• gary rong's avatar
    graphql, internal/ethapi: support overriding accounts in eth_call (#19917) · c9cdf144
    gary rong authored
    * 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
    c9cdf144
Name
Last commit
Last update
..
database.go Loading commit data...
dump.go Loading commit data...
iterator.go Loading commit data...
iterator_test.go Loading commit data...
journal.go Loading commit data...
main_test.go Loading commit data...
state_object.go Loading commit data...
state_test.go Loading commit data...
statedb.go Loading commit data...
statedb_test.go Loading commit data...
sync.go Loading commit data...
sync_test.go Loading commit data...