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 blob download endpoint (getBlobs) #286

Merged
merged 29 commits into from
May 17, 2023

Commits on Dec 25, 2022

  1. Update types to support EIP-4844 (ethereum#271)

    Co-authored-by: 0xGabi <[email protected]>
    Co-authored-by: Paul Harris <[email protected]>
    3 people authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    5502da1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    85a715d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    e702695 View commit details
    Browse the repository at this point in the history
  2. Introduce Deneb to remove EIP-4844 references

    Consensus-spec references may need to be fixed once deneb is renamed in that project.
    
    related to ethereum/consensus-specs#3207
    rolfyone committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    fd02cd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    ca3dd1b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    09ca1dd View commit details
    Browse the repository at this point in the history
  2. fix lint - couldnt find any evidence of capella transactions, so put …

    …this back to bellatrix transactions like the other similar references.
    rolfyone committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    709ccd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    652b865 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    f300afe View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    b1bbe28 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    30b2d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d8e599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39efcbe View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Merge branch 'master' into download-blob-api

    # Conflicts:
    #	beacon-node-oapi.yaml
    jimmygchen committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    1ec6931 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    fe595c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    27ac4b8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Merge branch 'master' into download-blob-api

    # Conflicts:
    #	CHANGES.md
    #	types/deneb/block.yaml
    #	types/deneb/state.yaml
    #	types/primitive.yaml
    jimmygchen committed May 3, 2023
    Configuration menu
    Copy the full SHA
    7f5e792 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ee3525 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Address review comments.

    1. Remove slot lookup recommendation in getBlobs
    2. Update getBlobs 404 response description & message
    3. Update KZGProof description
    jimmygchen committed May 5, 2023
    Configuration menu
    Copy the full SHA
    4ccaaa6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    4ded8d7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    61b4663 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    27e4451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3dfda2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    354ff9f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'download-blob-api' of github.com:jimmygchen/beacon-APIs…

    … into download-blob-api
    jimmygchen committed May 11, 2023
    Configuration menu
    Copy the full SHA
    eb7bc1f View commit details
    Browse the repository at this point in the history
  5. Update spacing

    jimmygchen committed May 11, 2023
    Configuration menu
    Copy the full SHA
    df43224 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    775e93c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6d1c36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    096aadc View commit details
    Browse the repository at this point in the history