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

feat(testing): Introduce node-api E2E testing #1820

Merged
merged 59 commits into from
Aug 20, 2024
Merged

feat(testing): Introduce node-api E2E testing #1820

merged 59 commits into from
Aug 20, 2024

Commits on Jul 30, 2024

  1. init

    calbera committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a3970bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a8d0b0 View commit details
    Browse the repository at this point in the history
  3. wip

    calbera committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    43092c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    9d9072f View commit details
    Browse the repository at this point in the history
  2. comments nit

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d3ad59a View commit details
    Browse the repository at this point in the history
  3. comments

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e941afa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cb2eaa View commit details
    Browse the repository at this point in the history
  5. wipg

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a68b498 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b4e19e View commit details
    Browse the repository at this point in the history
  7. gen

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    16564d8 View commit details
    Browse the repository at this point in the history
  8. bet

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    38c76de View commit details
    Browse the repository at this point in the history
  9. nilaway

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2a5571b View commit details
    Browse the repository at this point in the history
  10. use e2e build flag

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    af96a1d View commit details
    Browse the repository at this point in the history
  11. cli flags

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3cdb28f View commit details
    Browse the repository at this point in the history
  12. nil logger

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b610b28 View commit details
    Browse the repository at this point in the history
  13. tidy && sync

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    511e696 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    abbaed2 View commit details
    Browse the repository at this point in the history
  15. Remove pruning

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    07a3dc0 View commit details
    Browse the repository at this point in the history
  16. timeout ctx

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d407ef2 View commit details
    Browse the repository at this point in the history
  17. tidy sync

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    da3b96d View commit details
    Browse the repository at this point in the history
  18. timeout bump

    calbera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6fba5f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. placeholders

    calbera committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    41b29da View commit details
    Browse the repository at this point in the history
  2. beacon client

    calbera committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b23037d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    db820e1 View commit details
    Browse the repository at this point in the history
  2. tidy && sync

    calbera committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ee983b3 View commit details
    Browse the repository at this point in the history
  3. lint

    calbera committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1135563 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

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

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    31eeab7 View commit details
    Browse the repository at this point in the history
  2. run api e2e tests

    calbera committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    a739db1 View commit details
    Browse the repository at this point in the history
  3. try abs path

    calbera committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    961acb9 View commit details
    Browse the repository at this point in the history
  4. lint

    calbera committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ad2e25d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2797ec5 View commit details
    Browse the repository at this point in the history
  6. go-eth2-client

    calbera committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    e7e2b14 View commit details
    Browse the repository at this point in the history
  7. lint

    calbera committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    dae352a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. bet

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1a0f07a View commit details
    Browse the repository at this point in the history
  2. client

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bc02d82 View commit details
    Browse the repository at this point in the history
  3. tidy sync

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    81ed3a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5609fa4 View commit details
    Browse the repository at this point in the history
  5. remove placeholders

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3f90efe View commit details
    Browse the repository at this point in the history
  6. nit

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1e4ff59 View commit details
    Browse the repository at this point in the history
  7. revive placeholders

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ea9206d View commit details
    Browse the repository at this point in the history
  8. nit

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    980d052 View commit details
    Browse the repository at this point in the history
  9. format

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    efb3efc View commit details
    Browse the repository at this point in the history
  10. remove unimplemented func

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    118e000 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de78375 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f85d0d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf85dd1 View commit details
    Browse the repository at this point in the history
  14. client

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    fc73a5f View commit details
    Browse the repository at this point in the history
  15. Remove bindings

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    89b9299 View commit details
    Browse the repository at this point in the history
  16. tidy-sync

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4d7ad22 View commit details
    Browse the repository at this point in the history
  17. try test

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cf36833 View commit details
    Browse the repository at this point in the history
  18. fix

    calbera committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    002012e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 14, 2024

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

    calbera committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e569d6c View commit details
    Browse the repository at this point in the history
  3. bet

    calbera committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4bd3be6 View commit details
    Browse the repository at this point in the history
  4. undo

    calbera committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    347d0ef View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    f30cf3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    586a102 View commit details
    Browse the repository at this point in the history