Icon LinkSway
- #1664 Icon Link: Fixed long database initialization after restart of the node by setting limit to the WAL file.
- Removed
NetworkInfo
and all related functions/methods - Renamed
DryRunner
trait and added trait methods - Removed
ScritpTransactionBuilder::new
and CreateTransactionBuilder::new
- Removed
Provider::new
send_transaction_and_await_commit
function now returns a TxStatus
instead of TxId
.
- 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
Account
s add_witnessses
to add_witnesses
- Removed
Clone
for TransactionBuilder
s
It's not a breaking change, just a new cool UX feature. Convert from Address
/Bech32Address
/ContractId
/Bech32ContractId
to Identity
easily.
- Updated dependencies []:
- @fuel-wallet/sdk@0.16.1
- @fuel-wallet/types@0.16.1
- Updated dependencies []:
- @fuel-wallet/types@0.16.1