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
Following TrueFiEng/Waffle#382 , for to serve test fixtures with mock provider (derived from BaseProvider) it needs to reset the state of the provider. As for now it cannot get it reliably cleaned up other way than accessing internal state/cache fields.
I created a simple PR (#1382 ) that adds _cleanCache to methods of the base provider.
This discussion was converted from issue #1383 on August 24, 2021 20:35.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Following TrueFiEng/Waffle#382 , for to serve test fixtures with mock provider (derived from BaseProvider) it needs to reset the state of the provider. As for now it cannot get it reliably cleaned up other way than accessing internal state/cache fields.
I created a simple PR (#1382 ) that adds
_cleanCache
to methods of the base provider.Beta Was this translation helpful? Give feedback.
All reactions