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

Capture complete EIP-4844 blob tx with side car blobs on EL #188

Closed
wants to merge 8 commits into from

Commits on Mar 26, 2024

  1. support bsp export for eip-4844 blob tx

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fc489cc View commit details
    Browse the repository at this point in the history
  2. make blob tx and sidecar fields optional

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    dd5f9f5 View commit details
    Browse the repository at this point in the history
  3. export blob tx only if type matches

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    74cd615 View commit details
    Browse the repository at this point in the history
  4. move optional below nil rlp exports

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    478347e View commit details
    Browse the repository at this point in the history
  5. add null values to non type 3 exports

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c59afb1 View commit details
    Browse the repository at this point in the history
  6. add empty struct to non type 3 fields

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1004f9b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. provide empty sidecar value for export

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    102abbd View commit details
    Browse the repository at this point in the history
  2. export and check for blobs

    Signed-off-by: Pranay Valson <[email protected]>
    noslav committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    26e28f5 View commit details
    Browse the repository at this point in the history