Icon HelpCircleForumIcon Link

⌘K

Icon HelpCircleForumIcon Link

Icon LinkBeta-5 Release Notes and Changelogs

Icon LinkSway

Icon Linkv0.49.3

Icon LinkWhat's Changed

Icon LinkFuel Core

Icon Linkv0.22.1

Icon LinkVersion v0.22.1

Icon LinkFixed

  • #1664 Icon Link: Fixed long database initialization after restart of the node by setting limit to the WAL file.

Icon LinkWhat's Changed

Icon LinkRust SDK

Icon Linkv0.55.0

Icon LinkWhat's Changed

Icon LinkNew Contributors

Icon LinkBreaking changes

Icon LinkRemoved NetworkInfo

  • Removed NetworkInfo and all related functions/methods
  • Renamed DryRunner trait and added trait methods
  • Removed ScritpTransactionBuilder::new and CreateTransactionBuilder::new
  • Removed Provider::new

Icon LinkUse submit_and_await_commit API

send_transaction_and_await_commit function now returns a TxStatus instead of TxId.

Icon LinkSigning and the Signer trait

  • Removed sign_message and sign_transaction from the Signer trait
  • Added sign and address methods to the Signer trait
  • Signer trait moved do fuels::core::traits:::Signer
  • Message, PublicKey, SecretKey and Signature moved to fuels::crypto::
  • Replaced Transaction's check_without_signatures with check
  • Renamed Accounts add_witnessses to add_witnesses
  • Removed Clone for TransactionBuilders

Icon LinkConversion from Address/ContractId types to Identity

It's not a breaking change, just a new cool UX feature. Convert from Address/Bech32Address/ContractId/Bech32ContractId to Identity easily.

Icon LinkTS SDK

Icon Linkv0.79.0

Icon LinkRELEASE - v0.79.0

Icon LinkBreaking


Icon LinkFeatures

Icon LinkFuel Wallet

Icon Linkv0.16.1

Icon Link@fuel-wallet/connections@0.16.1

Icon LinkPatch Changes

  • Updated dependencies []:
    • @fuel-wallet/sdk@0.16.1
    • @fuel-wallet/types@0.16.1

Icon Link@fuel-wallet/react@0.16.1

Icon Link@fuel-wallet/sdk@0.16.1

Icon LinkPatch Changes

  • Updated dependencies []:
    • @fuel-wallet/types@0.16.1

Icon Link@fuel-wallet/playwright-utils@0.16.1

Icon Link@fuel-wallet/types@0.16.1

Icon LinkFuel Explorer

Icon Linkv0.2.0

Icon LinkWhat's Changed

Icon LinkNew Contributors