Skip to content

Conversation

domiwei
Copy link
Owner

@domiwei domiwei commented Jul 1, 2023

Record changes to balance/code/nonce/storage using a kind of tracer as caller requests a simulation for series of transactions.

Sample output:

{
  "blockNumber": <latest block number>,
  "traceResult": [
      {
           "stateDiff": {
                "balance": {
                      "from": "0x123",
                      "to": "0x456",
                 }
               "nonce": {
                      "from": "0x987",
                      "to": "0x990",
                 }
               "code": {
                    "from": "",
                    "to": "407d73d8a49eeb85d32cf465507dd71d507100c1407d73d8a49eeb85d32cf465507dd71d507100c1",
               }
               "storage": {
                     "0x34247832969": {
                           "from": ... ,
                           "to": ... ,
                     }
                    "0x89073982342": {
                           "from": ... ,
                           "to": ... ,
                     }
               }
           }
      }
      {
           "stateDiff": {
                "balance": {
                      "from": "0x55632",
                      "to": "0x456",
                 }
               "nonce": {
                      "from": "0x897",
                      "to": "0x898",
                 }
               "code": "=",
               "storage": {}
           }
      }
  ]
}

@domiwei domiwei changed the title rpc: trace_call_many rpc: trace_callMany Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant