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

Fix: #138. Set temporary coinbase signer during backtesting if none found #215

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

danielhyk1
Copy link

@danielhyk1 danielhyk1 commented Oct 14, 2024

📝 Summary

Fixed #138. Creates and sets a private key as an environment variable if no valid COINBASE_SECRET_KEY is found during parsing. This is only within backtest and does not affect the live builder.

✅ I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@danielhyk1 danielhyk1 marked this pull request as ready for review October 14, 2024 07:52
Copy link

Benchmark results for bebc08f

Report: https://flashbots-rbuilder-ci-stats.s3.us-east-2.amazonaws.com/benchmark/bebc08f-112fb17/report/index.html

Date (UTC) 2024-10-31T15:23:39+00:00
Commit bebc08fbfc6c726a39c376b649310b684ae4feac
Base SHA 112fb17450f8e1b267fb0d38bad011830d92d1b9

Significant changes

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

backtest-build-block relies on coinbase_secret_key which is not set in backtest-config
1 participant