Skip to content

Releases: FuelLabs/fuels-rs

v0.65.1

11 Jul 15:58
269ba9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.65.0...v0.65.1

v0.65.0

09 Jul 21:56
0a64296
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • FuelCallResponse renamed to CallResponse
  • ContractCallHandler removed in favour of CallHandler
  • ScriptCallHandler removed in favour of CallHandler
  • method_hash removed in favour of CallHandler::new_contract_call
  • We've added the field static_gas_price to NodeConfig
  • The static_gas_price for test providers is set to 1 which means that the user will have to have enough base asset to pay for transactions. The user can set the static_gas_price to 0 manually and start a provider with the specific NodeConfig

Full Changelog: v0.64.0...v0.65.0

v0.64.0

15 Jun 04:04
d3ac1d3
Compare
Choose a tag to compare

What's Changed

  • chore: use fuel-core 0.28.0 by @xgreenx in #1420
  • feat!: var output estimation optimization (#1393) by @hal3e in #1418
  • fix!: dry_run tx with non-zero base asset and tip by @hal3e in #1422
  • fix: ensure policies are respected by @MujkicA in #1423
  • fix!: filter already used inputs when adjusting for fee by @MujkicA in #1425
  • fix: include witness data in estimation by @MujkicA in #1426
  • fix: use fallback predicate estimation within transaction builder by @hal3e in #1428
  • fix: estimate predicates during max fee estimation by @MujkicA in #1434
  • chore: bump versions to 0.64.0 by @digorithm in #1433

Full Changelog: v0.63.1...v0.64.0

v0.63.1

11 Jun 08:38
d8b201f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.63.0...v0.63.1

v0.63.0

31 May 16:21
10fcbff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.62.0...v0.63.0

v0.62.0

16 May 21:45
0a95de8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.61.0...v0.62.0

v0.61.0

10 May 04:13
f28f609
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.60.0...v0.61.0

v0.60.0

06 May 18:44
b5f563e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.59.0...v0.60.0

v0.59.0

30 Apr 17:13
895264c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.58.0...v0.59.0

v0.58.0

25 Apr 14:55
6813574
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.57.0...v0.58.0

Breaking changes

This release makes the experimental encoding default and adds the legacy_encoding flag to use the old one.