Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuel Client version check is too verbose #1322

Closed
camsjams opened this issue Oct 7, 2023 · 0 comments · Fixed by #1323
Closed

Fuel Client version check is too verbose #1322

camsjams opened this issue Oct 7, 2023 · 0 comments · Fixed by #1323
Assignees
Labels
bug Issue is a bug

Comments

@camsjams
Copy link
Contributor

camsjams commented Oct 7, 2023

What version of fuels-ts are you using?

0.20.5

Steps to Reproduce

  1. connect to a test net with a new version such as 0.20.6
  2. 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

@camsjams camsjams added the bug Issue is a bug label Oct 7, 2023
@camsjams camsjams self-assigned this Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant