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: github action run for integration api tests #101

Closed
wants to merge 47 commits into from

Commits on Nov 23, 2023

  1. fix: add validation to check bridge init log producer (#98)

    # What ❔
    
    - validate bridge init log to be produced by bridge contract
    
    ## Why ❔
    
    - if token is bridged outside of bridge it can't rely on provided token
    l1 address
    Romsters authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    c1acec5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. feat: add sepolia production config (#100)

    # What ❔
    
    1. Remove new prover notification since it's not needed anymore.
    2. Add Sepolia Testnet production configuration.
    
    ## Why ❔
    
    We need a Sepolia block explorer production environment to eventually
    use it as a main Testnet environment.
    
    ## Checklist
    
    <!-- Check your PR fulfills the following items. -->
    <!-- For draft PRs check the boxes as you complete them. -->
    
    - [X] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [X] Tests for the changes have been added / updated.
    vasyl-ivanchuk authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c508169 View commit details
    Browse the repository at this point in the history
  2. feat: integration tests setup (#45)

    Romsters authored and pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    25409ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f084f74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7597dd2 View commit details
    Browse the repository at this point in the history
  5. test: fix path to env

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    77ae3b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7acb14f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    deb5cfd View commit details
    Browse the repository at this point in the history
  8. test: refactoring

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    91530d0 View commit details
    Browse the repository at this point in the history
  9. test: restructure test solution

    abilevych authored and pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9507242 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2571b1f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7eac0f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b03a41f View commit details
    Browse the repository at this point in the history
  13. chore: run lint

    abilevych authored and pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e021490 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f1ea0b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c24b457 View commit details
    Browse the repository at this point in the history
  16. chore: hooks / aligning tests suites

    abilevych authored and pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ed67665 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4b9ddf2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a5bc114 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3e3e688 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    af6ded4 View commit details
    Browse the repository at this point in the history
  21. chore: add global hooks

    abilevych authored and pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e794eba View commit details
    Browse the repository at this point in the history
  22. chore: fix after lint

    abilevych authored and pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5506bb1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2de8c15 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e844b70 View commit details
    Browse the repository at this point in the history
  25. test: test with a cache

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4cd971f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a28cdb2 View commit details
    Browse the repository at this point in the history
  27. test: test with a cache

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d65d62a View commit details
    Browse the repository at this point in the history
  28. test: refactoring

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8490df6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    955d5db View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8c7d51a View commit details
    Browse the repository at this point in the history
  31. test: covering Contract API and Logs API endpoints

    Removed obsolete Wallet import
    amelnytskyi authored and pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c30d685 View commit details
    Browse the repository at this point in the history
  32. test: covering Contract API and Logs API endpoints

    Fixed text suites/cases naming, adjusted beforeAll preconditions, added more checks to Logs TC
    amelnytskyi authored and pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    be216cc View commit details
    Browse the repository at this point in the history
  33. chore: update the package-lock.json

    abilevych authored and pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ec47946 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    29b878f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5412470 View commit details
    Browse the repository at this point in the history
  36. test: refactoring

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    557ee6d View commit details
    Browse the repository at this point in the history
  37. test: refactoring

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6cc5a1a View commit details
    Browse the repository at this point in the history
  38. test: refactoring

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5fae07e View commit details
    Browse the repository at this point in the history
  39. test: refactoring

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5fd31c0 View commit details
    Browse the repository at this point in the history
  40. test: refactoring

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    74e0056 View commit details
    Browse the repository at this point in the history
  41. test: refactoring

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8550b3f View commit details
    Browse the repository at this point in the history
  42. test: refactoring

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    db6b5de View commit details
    Browse the repository at this point in the history
  43. test: refactoring

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6e05591 View commit details
    Browse the repository at this point in the history
  44. test: refactoring

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4e63de0 View commit details
    Browse the repository at this point in the history
  45. test: refactoring

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dfff941 View commit details
    Browse the repository at this point in the history
  46. test: test node 18

    pcheremu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    34fb969 View commit details
    Browse the repository at this point in the history