Announcement: New Version Releases

We have released new versions for forc, fuel-core, ts-sdk, rust-sdk, @fuels/react, and @fuels/connectors. Below are the key updates, along with links to the full release notes:

Fuel-Core v0.38.0
You can find the complete release notes here.

  • New query limit: Added a limit on the number of concurrent queries to the GraphQL service.

Changes introduced in v0.37.0 include:

  • Support for new predicates: Added at the TxPool level. Anyone involved in transaction broadcasting via P2P must upgrade.
  • Block complexity adjustment: Block complexity now defaults to 80,000.
  • GraphQL directive limit: A new limit on the number of directives, with a default of 10.

For more details, check out the full release notes for fuel-core v0.37.0 here.

Forc v0.65.1

  • Blob deployments: Added support for blob deployments for scripts and predicates. Full release notes here.

TS-SDK v0.94.9
You can find the full release notes here.

  • Upgraded to fuel-core@0.37.0
  • Upgraded to forc@0.65.1
  • Added support for deploying scripts and predicates
  • Fixed storage slot resolution for proxy contracts

Rust-SDK v0.66.7
Full release notes are available here.

  • Pre-upload support: Added support for pre-uploading code for scripts and predicates via blobs (initially released in v0.66.6).

Connectors
Fuels React/Connectors are continuously updated. We highly recommend keeping your projects up to date with the latest versions on npm:

  • @fuels/react v0.31.3
  • @fuels/connectors v0.31.3

Setting up the Fuel Connectors layer correctly is essential for a smooth user experience and a stable environment for connecting wallets and using dApps.
For projects using Next.js, we have prepared an example of how to set up Fuel Connectors in this environment. You can find the repository here.
Key Setup Details:

  • The base layout page needs to init cookieToInitialState. Example here.
  • Provider to setup the React providers for the application: Example here.
  • Ethereum Wagmi Connectors Configuration: Example here.
  • Method for Generating Ethereum Connectors: Example here.

Please review these updates and ensure your projects are up to date