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

test(node-api) : Beacon headers and genesis API #2002

Draft
wants to merge 34 commits into
base: e2e-node-api
Choose a base branch
from

Commits on Sep 11, 2024

  1. tests for genesis

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a23d23e View commit details
    Browse the repository at this point in the history
  2. block header json tags

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bdfb06a View commit details
    Browse the repository at this point in the history
  3. headers test

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f700276 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. does not belong to header

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7a5a95a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f49c6f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    f1f30d2 View commit details
    Browse the repository at this point in the history
  2. Revert "does not belong to header"

    This reverts commit 7a5a95a.
    nidhi-singh02 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2d88a90 View commit details
    Browse the repository at this point in the history
  3. marshal JSON for header for data type as per beaconAPI

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6de3ce7 View commit details
    Browse the repository at this point in the history
  4. linter

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b9b4e3f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge branch 'e2e-node-api' into beacon-endpoints

    Signed-off-by: Nidhi Singh <trippin@berachain.com>
    nidhi-singh02 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    33918ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    237effb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d703b64 View commit details
    Browse the repository at this point in the history
  4. headerResponse use generics

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d002de1 View commit details
    Browse the repository at this point in the history
  5. header error fix

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3eda29b View commit details
    Browse the repository at this point in the history
  6. no input pass in headers- handle default case

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0345d5c View commit details
    Browse the repository at this point in the history
  7. optimized way of getting lastest slot

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d0cd381 View commit details
    Browse the repository at this point in the history
  8. generateee

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5bdcdc4 View commit details
    Browse the repository at this point in the history
  9. linting

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    19ffaec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f5c98b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    5dcefb9 View commit details
    Browse the repository at this point in the history
  2. using state for getting slot - do not change kvstore

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6ee4886 View commit details
    Browse the repository at this point in the history
  3. generate

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0ab10a2 View commit details
    Browse the repository at this point in the history
  4. header response JSON - same pattern

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7266db7 View commit details
    Browse the repository at this point in the history
  5. add more tests for beaconheader by ID

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ae3b6b9 View commit details
    Browse the repository at this point in the history
  6. tests correct assert

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9942f76 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix error for root - use correct root

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    101d10b View commit details
    Browse the repository at this point in the history
  2. implemented fork version at genesis

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    957620d View commit details
    Browse the repository at this point in the history
  3. mock for fork interface

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    72f7f35 View commit details
    Browse the repository at this point in the history
  4. omg linter why you do that?

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7369817 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. return correct root and query no key passed handle

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bca471f View commit details
    Browse the repository at this point in the history
  2. query headers by parent block root

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c562a53 View commit details
    Browse the repository at this point in the history
  3. split func

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    28d38c2 View commit details
    Browse the repository at this point in the history
  4. linterr

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    322a794 View commit details
    Browse the repository at this point in the history
  5. generatee

    Signed-off-by: nidhi-singh02 <trippin@berachain.com>
    nidhi-singh02 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7436bd6 View commit details
    Browse the repository at this point in the history