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: add backtesting mode w/ silverback test command #174

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fubuloubu
Copy link
Member

What I did

fixes: #

How I did it

How to verify it

Checklist

  • Passes all linting checks (pre-commit and CI jobs)
  • New test cases have been added and are passing
  • Documentation has been updated
  • PR title follows Conventional Commit standard (will be automatically included in the changelog)

new_block_task_kicker = self._create_task_kicker(task_data)

async for block in async_wrap_iter(iter(self.blocks)):
await self._checkpoint(last_block_seen=block.number)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need checkpointing?

@fubuloubu
Copy link
Member Author

running into some issues while testing with this:
ApeWorX/ape#2348 (comment)

@fubuloubu fubuloubu force-pushed the feat/add-backtesting branch from 3cc8392 to 0d36142 Compare November 24, 2024 18:58
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.

1 participant