Skip to content

Conversation

@haiyanghe
Copy link
Contributor

Extra fields in Transaction and Transaction Receipts for Dencun upgrade

'l1_fee',
'l1_gas_used',
'l1_gas_price',
'l1_fee_scalar'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing , here.

self.l1_fee_scalar = None

self.blob_gas_price = None
self.blob_gas_used = None
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't these 2 new fields be in EthBlock instead of EthReceipt? See here https://eips.ethereum.org/EIPS/eip-4844#header-extension

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe for EthBlock, it would be those 2 fields.

  • "blobGasUsed"
  • "excessBlobGas"
    But, modification of block.py is indeed missing.

@medvedev1088 medvedev1088 changed the base branch from develop to dencun_upgrade March 29, 2024 03:55
@medvedev1088 medvedev1088 merged commit f08f93d into blockchain-etl:dencun_upgrade Mar 29, 2024
@medvedev1088
Copy link
Member

#484

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.

3 participants