You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Writing some notes for myself here but feel free to comment)
I have edited the blockchain package tests which use anything of the async library. I have included test.plan for these tests to explicitly check they are (still) correct (and did not run into failing tests =))
The VM still uses the
async
library in the production code in runBlockchain.ts as well as in the test runner files (see also Developer Documentation on test run information).These occurrences should be replaced by native async code structures, so that the dependency can be removed from the library.
(likely also be able to extend this issue to other libraries, not sure about the usage there as well, but likely it is still used there as well)
Might also be a good occasion to do some further clean-up of the test runner code - if apparent - while working on this.
The text was updated successfully, but these errors were encountered: