1. 22 Aug, 2019 12 commits
  2. 21 Aug, 2019 4 commits
  3. 19 Aug, 2019 6 commits
  4. 15 Aug, 2019 5 commits
  5. 14 Aug, 2019 1 commit
  6. 13 Aug, 2019 4 commits
  7. 12 Aug, 2019 6 commits
  8. 08 Aug, 2019 2 commits
    • 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
    • Martin Holst Swende's avatar
      Eip 1344 (ChainID opcode) (#19921) · 081642ed
      Martin Holst Swende authored
      * core/vm: implement EIP 1344 (ChainID opcode)
      
      * core/vm: formatting
      081642ed