-
Notifications
You must be signed in to change notification settings - Fork 51
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
TypeError
when calling client.terminate()
after Finalized block runtime ready...
#1192
Comments
TypeError
when calling client.terminate()
after Finalized block runtime readyTypeError
when calling client.terminate()
after Finalized block runtime ready...
Yeah this is totally unrelated, but I'd be curious to know why the warp syncing gets stuck. I've recently refactored the warp sync state machine (#1060) and it's likely that some bugs got introduced. If you could open an issue with logs when it gets stuck 🙏 About the error itself: it's again a mistake in the JavaScript code. In the absolute it wouldn't be a bad idea to add some tests. Unfortunately I would really prefer to not connect to a live network (by principle, the tests should succeed even if you're offline) and setting up things so that the tests can be run locally is kind of complicated. Since this JavaScript code is pretty small and stable (since #529), I've instead been counting on the fact that it should become bug-free after a while. However, I also haven't spent the time properly testing things like the |
…ock runtime ready...` smol-dot#1192
[email protected]
throwsTypeError
whenclient.terminate()
is invoked after a chain emitsFinalized block runtime ready...
This may be unrelated, but the very same code that produces the above error, sometimes, get stuck and keeps emitting
GrandPa warp sync...
How to repro?
Stackblitz
The text was updated successfully, but these errors were encountered: