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

Reinstate tests which run on blockchain="coinbase_base" #558

Open
barakman opened this issue Apr 19, 2024 · 0 comments
Open

Reinstate tests which run on blockchain="coinbase_base" #558

barakman opened this issue Apr 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@barakman
Copy link
Collaborator

Enhancement Description

There are 4 tests under /fastlane_bot/tests_on_hold which fail when attempting an RPC of calling a contract function.
The failure occurs because there is no bytecode deployed at the destination address.

The failure occurs at:

cfg = Config.new(config=Config.CONFIG_MAINNET, blockchain="coinbase_base")

Which ultimately performs one of the following RPCs:

  • self.BANCOR_ARBITRAGE_CONTRACT.caller.version()
  • self.BANCOR_ARBITRAGE_CONTRACT.caller.rewards()

While there is no bytecode deployed at the address of BANCOR_ARBITRAGE_CONTRACT.

When executed locally, using a proper configuration of the environment variables, these tests complete successfully.
Therefore, this issue most likely stems from the configuration of these variables within the GitHub Actions framework.

@barakman barakman added the enhancement New feature or request label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants