-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Support dry running of transactions in the past #2062
Comments
1 task
xgreenx
added a commit
that referenced
this issue
Aug 8, 2024
Due to race conditions dry run may fail with `InMemory` store. I disabled the usage of the historical view for dry run case until the future. #2062 ### Before requesting review - [x] I have reviewed the code myself
5 tasks
|
Dentosal
added a commit
that referenced
this issue
Feb 10, 2025
Closes #2062 ## Description Support dry running in past blocks. It's behind the `--historical-execution` flag.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requires first #1995 feature to avoid error in the case of theInMemory
storage.Scope draft:
hotfix/dry_run_may_return
)--debug
(allow_historical_dry_run, or smth)The text was updated successfully, but these errors were encountered: