Skip to content

Commit

Permalink
Merge branch 'boba-develop' into fix-basefee-for-pre-bedrock
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen authored Oct 17, 2023
2 parents 1bb9668 + 9946e98 commit 31b343f
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 153 deletions.
48 changes: 24 additions & 24 deletions core/types/gen_genesis.go

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

6 changes: 0 additions & 6 deletions core/types/gen_receipt_json.go

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

7 changes: 3 additions & 4 deletions core/types/receipt.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ type Receipt struct {

// Implementation fields: These fields are added by geth when processing a transaction.
// They are stored in the chain database.
TxHash libcommon.Hash `json:"transactionHash" gencodec:"required" codec:"-"`
ContractAddress libcommon.Address `json:"contractAddress" codec:"-"`
GasUsed uint64 `json:"gasUsed" gencodec:"required" codec:"-"`
EffectiveGasPrice *big.Int `json:"effectiveGasPrice"`
TxHash libcommon.Hash `json:"transactionHash" gencodec:"required" codec:"-"`
ContractAddress libcommon.Address `json:"contractAddress" codec:"-"`
GasUsed uint64 `json:"gasUsed" gencodec:"required" codec:"-"`

// DepositNonce was introduced in Regolith to store the actual nonce used by deposit transactions
// The state transition process ensures this is only set for Regolith deposit transactions.
Expand Down
Loading

0 comments on commit 31b343f

Please sign in to comment.