-
Notifications
You must be signed in to change notification settings - Fork 988
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
change "manual close" to use VIRTUAL_TIME
#1760
Comments
A couple of notes:
|
Here's an example config file that I've been using to test
|
See also commit d04230d1384901759d88b5878f0465334fe16dc9 for another source of continual cranking and 100% CPU use when in virtual time induced by |
I believe that this issue could now be closed through PR #2696 . |
manual close mode is used when testing, and can be used to replay transactions or debug issues;
there are a too many "gotcha's" that come with the way manual close works right now (for example, if the caller attempts to close too fast, some failures occur, or certain timeouts trigger).
Best option seems to be:
VIRTUAL_TIME
manualclose
, probably in the same unit than theclose time
used in the ledger header).The text was updated successfully, but these errors were encountered: