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 Dencun fields to postgres_tables.py #488

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

medvedev1088
Copy link
Member

@medvedev1088 medvedev1088 commented Apr 11, 2024

This pull request encompasses updates and enhancements to the data conversion logic and schema definitions within the Ethereum ETL project. Key updates include improvements to the SimpleItemConverter class for conditional field conversion, expansion of the item exporter creator to include a new converter, and updates to the PostgreSQL schema definitions to accommodate new fields.

Key Changes:

  • Data Conversion Logic Updated: Enhanced the SimpleItemConverter to support conditional conversion of fields based on a set of predefined converters.
  • Exporter Updates: Modified the item exporter creator to include a new SimpleItemConverter, improving the handling of specific fields like blob_versioned_hashes.
  • Schema Expansion: Updated PostgreSQL schema definitions for blocks and transactions to include new fields such as blob_gas_used, excess_blob_gas, and more.

@medvedev1088 medvedev1088 merged commit 836f30e into develop Apr 11, 2024
@medvedev1088 medvedev1088 deleted the add_dencun_fields_to_postgres_tables branch April 11, 2024 12:41
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.

2 participants