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
Replace all arrow functions in Mocha tests with function declarations to ensure proper access to Mocha's this context, enabling features like this.skip() and this.timeout(). This fix addresses failing tests caused by the lack of this binding in arrow functions.
Introduce BigInt parser for handling Mirror Node data response to accurately process large integer values. This resolves issues where the default JSON parser cannot handle numbers exceeding JavaScript's maximum safe integer limit making some tests to fail.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: