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
connect to a test net with a new version such as 0.20.6
See console.warn: unsupported-fuel-client-version The patch versions of the client and sdk differ. Fuel client version: 0.20.6, Supported version: 0.20.5
Expected Behavior
This is a patch version, we shouldn't make log noise for this level imo.
This looked ok when first passed in Code Review, but in practice, its too noisy
Actual Behavior
Log is made each time code connects to the Node
The text was updated successfully, but these errors were encountered:
What version of fuels-ts are you using?
0.20.5
Steps to Reproduce
console.warn
:unsupported-fuel-client-version The patch versions of the client and sdk differ. Fuel client version: 0.20.6, Supported version: 0.20.5
Expected Behavior
This is a patch version, we shouldn't make log noise for this level imo.
This looked ok when first passed in Code Review, but in practice, its too noisy
Actual Behavior
Log is made each time code connects to the Node
The text was updated successfully, but these errors were encountered: