Open ACassimiro opened 11 months ago
Just as an addendum. Subsequent runs of the test worked correctly, which is why I believe that what happened might be related to a non-handled network timeout or a related issue.
@ACassimiro I'm unable to reproduce the timing issue. Can you tell me a bit more about your environment? OS, locale settings. I've seen this kind of thing before when the local number format has a dot or a comma to separate decimals.
I've tested it on a Mac M1 using Sonoma 14.1.2. VSCode is version 1.85. I've tried checking the locale in VSCode and it just says that it is "English (US)".
Regarding the network environment, I don't know how to reproduce it. I was having several issues with my internet service provider during the event, hence why I believe that it might be an unhandled timeout.
I’ve been doing some testing with ERCx’s VSCode extension and I’m noticing what seems to be some usability issues, mainly regarding the handling of possible errors in the communication with the API. One example is a set of tests that I’m running on a simple ERC20 contract, which the IDE claims has been running for almost 14 hours (as seen in the image below).
Code in which the tests were applied to: