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

Not Supported fuel-core version: 0.40.0. #3364

Closed
ssyijiu opened this issue Oct 29, 2024 · 1 comment
Closed

Not Supported fuel-core version: 0.40.0. #3364

ssyijiu opened this issue Oct 29, 2024 · 1 comment
Assignees

Comments

@ssyijiu
Copy link

ssyijiu commented Oct 29, 2024

fuels-ts SDK Version

fules@0.96.1

Toolchain Versions

Default host: aarch64-apple-darwin
fuelup home: /Users/kuigas/.fuelup

Installed toolchains
--------------------
latest-aarch64-apple-darwin (default)

active toolchain
----------------
latest-aarch64-apple-darwin (default)
  forc : 0.66.2
    - forc-client
      - forc-deploy : 0.66.2
      - forc-run : 0.66.2
    - forc-crypto : 0.66.2
    - forc-debug : 0.66.2
    - forc-doc : 0.66.2
    - forc-fmt : 0.66.2
    - forc-lsp : 0.66.2
    - forc-tx : 0.66.2
    - forc-wallet : 0.11.0
  fuel-core : 0.40.0
  fuel-core-keygen : 0.40.0

fuels versions
--------------
forc : 0.66.9
forc-wallet : 0.66.9

Node.js Version

No response

Browser

No response

Operating System

No response

Describe the Problem

The Fuel Node that you are trying to connect to is using fuel-core version 0.40.0,
which is not supported by the version of the TS SDK that you are using.
Things may not work as expected.
Supported fuel-core version: 0.39.0.

using deprecated parameters for the initialization function; pass a single object instead

✅ Your fuels version is up to date: 0.96.1

┌───────────┬───────────┬────────────────┬─────────────┐
│           │ Supported │ Yours / System │ System Path │
├───────────┼───────────┼────────────────┼─────────────┤
│ Forc      │ 0.65.2    │ 0.66.2         │ forc        │
├───────────┼───────────┼────────────────┼─────────────┤
│ Fuel-Core │ 0.39.0    │ 0.40.0         │ fuel-core   │
└───────────┴───────────┴────────────────┴─────────────┘

Your system's components are newer than the ones supported!

Code Snippet

No response

Contract ABI

No response

Errors

No response

@petertonysmith94
Copy link
Contributor

Hi @ssyijiu,

This is expected behaviour. The log message is just a warning to notify you that currently the SDK is not synced with the latest version of fuel-core. This will be resolved in our next release, which has the following PR in.

@petertonysmith94 petertonysmith94 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 30, 2024
@petertonysmith94 petertonysmith94 self-assigned this Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants