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: bridge e2e testing #57

Merged
merged 28 commits into from
Sep 16, 2024
Merged

test: bridge e2e testing #57

merged 28 commits into from
Sep 16, 2024

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    bcd62fd View commit details
    Browse the repository at this point in the history
  2. Run bats in e2e

    vcastellm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3be3e46 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Remove unused make lines

    vcastellm committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2ed2c8a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. tests: wip

    vcastellm committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8b57644 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. test: better

    vcastellm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    702165f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d3075 View commit details
    Browse the repository at this point in the history
  3. Let's see

    vcastellm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5e19625 View commit details
    Browse the repository at this point in the history
  4. test: fix test

    vcastellm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f4a7bfa View commit details
    Browse the repository at this point in the history
  5. test: use cdk image

    vcastellm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    97d357e View commit details
    Browse the repository at this point in the history
  6. test: bats path

    vcastellm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d91c20f View commit details
    Browse the repository at this point in the history
  7. test: fix

    vcastellm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    98a5261 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. test: deposit on 1

    vcastellm committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    09eeb68 View commit details
    Browse the repository at this point in the history
  2. test: wait for claim

    vcastellm committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7ad30b2 View commit details
    Browse the repository at this point in the history
  3. test: timeout

    vcastellm committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7a2a313 View commit details
    Browse the repository at this point in the history
  4. test: timeout

    vcastellm committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    728befb View commit details
    Browse the repository at this point in the history
  5. test: increase timeout

    vcastellm committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5e0c439 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. test: apply feedback

    vcastellm committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1600349 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf549b View commit details
    Browse the repository at this point in the history
  3. ci: lint action

    vcastellm committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3d03ba4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    244eb2d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. test: Send EOA and deploy contract E2E tests using Bats (#69)

    * feat: add helper functions for contract deployment and sending transactions using cast commands
    
    * feat: send EOA transaction test basic
    
    * feat: add CDK_ERIGON_NODE_NAME var
    
    * feat: invoke _common_setup function
    
    * feat: deploy ERC20Mock contract E2E test
    
    * feat: more strict assertions and use run instead of $
    
    * feat: tweaks
    
    * fix: change the way transaction hash is extracted
    
    * fix: change the way transactionHash gets fetched from the output
    
    * fix: cast call helper function and invocation of balanceOf function
    
    * test: use RAW_PRIVATE_KEY env variable for sender private key
    
    * fix: address feedback from @vcastellm
    
    * fix: Linters warning fixes (#74)
    
    * feat: use the latest golangci-lint version and fix config warnings
    
    * fix: linter warnings
    
    * fix: linter warnings (part 2)
    
    * fix: propagate the error from aggregator.Start
    
    * fix: format golangci config file
    
    * fix: suppress gosec overflow issues
    
    * fix: exclude G115 gosec linter rule
    
    * fix: use crypto/rand number generator
    Stefan-Ethernal authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7a1213b View commit details
    Browse the repository at this point in the history
  2. test: apply feedback

    vcastellm committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2edafe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13df74c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e0172c View commit details
    Browse the repository at this point in the history
  5. test: lint

    vcastellm committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5d717fa View commit details
    Browse the repository at this point in the history
  6. ci: increase lint timeout

    vcastellm committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0d71a87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9cbf60 View commit details
    Browse the repository at this point in the history
  8. fix: merge conflict

    vcastellm committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0d0f2bf View commit details
    Browse the repository at this point in the history