Skip to content

Commit

Permalink
improve doc for OpcodeExecs (ethereum#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop authored Mar 21, 2022
1 parent 09a31cc commit f853248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/vm/logger_trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ var (
STATICCALL: {traceToAddressCode, traceLastNAddressCode(1)},
CREATE: {traceCreatedContractProof}, // sender's wrapped_proof is already recorded in BlockChain.writeBlockResult
CREATE2: {traceCreatedContractProof}, // sender's wrapped_proof is already recorded in BlockChain.writeBlockResult
SLOAD: {}, // only record state_before, instead of state_after
SSTORE: {traceStorageProof}, // record state_after besides state_before
SLOAD: {}, // only record state_before in `CaptureState`, instead of state_after here
SSTORE: {traceStorageProof}, // record state_after besides state_before(in `CaptureState`)
SELFDESTRUCT: {traceContractProof, traceLastNAddressProof(0)},
SELFBALANCE: {traceContractProof},
BALANCE: {traceLastNAddressProof(0)},
Expand Down

0 comments on commit f853248

Please sign in to comment.