Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into client-support
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed May 18, 2023
2 parents 573de2d + 9e232c1 commit a675b82
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 37 deletions.
1 change: 1 addition & 0 deletions core/rawdb/accessors_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ type storedReceiptRLP struct {
CumulativeGasUsed uint64
L1GasUsed uint64 // Arbitrum specific
Logs []*types.Log
ContractAddress *common.Address `rlp:"optional"` // set on new versions if an Arbitrum tx type
}

// ReceiptLogs is a barebone version of ReceiptForStorage which only keeps
Expand Down
81 changes: 44 additions & 37 deletions eth/tracers/native/gen_callframe_json.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a675b82

Please sign in to comment.