good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 22, 2019
  2. Aug 21, 2019
  3. Aug 19, 2019
  4. Aug 15, 2019
  5. Aug 14, 2019
  6. Aug 13, 2019
  7. Aug 12, 2019
  8. Aug 08, 2019
    • 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
Loading