Skip to content

v0.55.0

Compare
Choose a tag to compare
@digorithm digorithm released this 29 Jan 20:36
· 63 commits to master since this release
7caf8af

What's Changed

New Contributors

Full Changelog: v0.54.0...v0.55.0

Breaking changes

Removed NetworkInfo

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

Use submit_and_await_commit API

send_transaction_and_await_commit function now returns a TxStatus instead of TxId.

Signing 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

Conversion 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.