Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EIP-4844 (Dencun) columns #484

Merged
merged 9 commits into from
Apr 3, 2024
Merged

Add EIP-4844 (Dencun) columns #484

merged 9 commits into from
Apr 3, 2024

Conversation

medvedev1088
Copy link
Member

@medvedev1088 medvedev1088 commented Mar 29, 2024

Add EIP-4844 (Dencun) fields:

  • Added New Fields:

    • blocks.csv:
      • blob_gas_used (bigint): The total amount of blob gas consumed by transactions in the block.
      • excess_blob_gas (bigint): A running total of blob gas consumed in excess of the target, prior to the block. This is used to set blob gas pricing.
    • transactions.csv:
      • max_fee_per_blob_gas (bigint): The maximum fee a user is willing to pay per blob gas.
      • blob_versioned_hashes (string): A list of hashed outputs from kzg_to_versioned_hash.
    • receipts.csv:
      • blob_gas_price (bigint): The price of blob gas in a transaction.
      • blob_gas_used (bigint): The amount of blob gas used in a transaction.
  • Added Tests: Implemented tests to ensure the correctness and integrity of the new fields.

  • Updated Documentation: Revised the documentation to reflect the new fields and their descriptions.

@medvedev1088 medvedev1088 changed the title Add EIP-1559 columns Add EIP-4844 (Dencun) columns Mar 29, 2024
@medvedev1088
Copy link
Member Author

medvedev1088 commented Mar 29, 2024

@medvedev1088 medvedev1088 merged commit 1066ec9 into develop Apr 3, 2024
@medvedev1088 medvedev1088 deleted the dencun_upgrade branch April 3, 2024 04:20
prodesert22 added a commit to prodesert22/ortegeETL that referenced this pull request Apr 15, 2024
pulled the pr #484 from blockchain-etl/ethereum-etl#484
Authors: medvedev1088
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.

None yet

2 participants