Skip to content

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
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