Skip to content

Releases: FuelLabs/fuels-rs

v0.11.0

07 May 23:44
c7ffcd1
Compare
Choose a tag to compare

What's Changed

  • feat: decode LOGD data in CallResponse by @vnepveu in #238
  • make fuel-core optional in fuels-signers by @Voxelot in #251
  • add new load_sway_contract_with_salt method by @Salka1988 in #240
  • Use signing/recovery from fuel_crypto in fuels_signers by @Br1ght0ne in #165
  • Update the Fuel Rust SDK book to match latest development by @digorithm in #258
  • Specify minimum supported Rust version in fuels-rs manifest by @mitchmindtree in #243
  • Update type handling and add support for forc 0.12.x by @digorithm in #261
  • test: add tests for LOGD decoding in harness by @vnepveu in #263
  • Bump versions to 0.11.0 by @digorithm in #267

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

29 Apr 22:33
916922f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

29 Apr 20:45
b2bb5ce
Compare
Choose a tag to compare

What's Changed

  • refactor: reorganize Errors inside fuels-core by @vnepveu in #198
  • Re-export fuels-rs as single crate by @digorithm in #168
  • feat: add maturity field to TxParameters struct by @vnepveu in #199
  • Add basic support for tuple inputs/outputs by @digorithm in #205
  • Use remote stdlib and update tests by @adlerjohn in #209
  • Compute calldata offset on B256 argument by @digorithm in #203
  • Add fuels-types minimal crate for declaring serializable ABI types. Resolves the cycle between fuels-rs and sway repos. by @mitchmindtree in #219
  • Move to 2021 Rust #137 by @tedbyron in #227
  • Refactor: make a fuels-test-helpers crate by @tedbyron in #228
  • feat: support Tuple in Enum and Enum in Tuple by @vnepveu in #213
  • Build Sway projects at every CI run by @digorithm in #234
  • refactor: implement helper methods on Property types by @vnepveu in #229
  • fix: enforce accepting only one output parameter by @vnepveu in #235
  • Update fuel-core to 0.6 by @digorithm in #245
  • Rename fuels-rs crate to fuels by @mitchmindtree in #242
  • Update versions to 0.10.0 by @digorithm in #241

New Contributors

Full Changelog: v0.9.1...v0.10.0

v0.9.1

01 Apr 20:49
cafbfff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

31 Mar 22:38
7a54353
Compare
Choose a tag to compare

What's Changed

  • Turn on UTXO validation in tests by @digorithm in #193
  • feat: differentiate calling and simulating a contract call by @vnepveu in #189
  • Accept Sway-native types directly and without wrappers by @digorithm in #194
  • Bump versions to 0.9.0 by @digorithm in #195

Full Changelog: v0.8.1...v0.9.0

v0.8.1

29 Mar 15:57
e835574
Compare
Choose a tag to compare

What's Changed

  • docs: use an MD book by @vnepveu in #185
  • feat: Support forwarding amounts of size up to u64 in contract calls by @luizstacio in #175
  • Remove extra (incorrect) witness. by @adlerjohn in #187
  • Allow assets to be forwarded to contracts on calls by @Voxelot in #191
  • Bump versions to 0.8.1 by @digorithm in #192

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

27 Mar 14:49
f2fec51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

26 Mar 18:59
43be430
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

21 Mar 19:07
f54af21
Compare
Choose a tag to compare

What's Changed

  • fix: do not output to stdout when --show-output is not enabled by @vnepveu in #157
  • fix: remove workaround for unique tx ids by @vnepveu in #154
  • Support tx parameter overrides by @digorithm in #158
  • feat: sign transactions before submitting them to the client by @vnepveu in #160
  • Handle ReturnData for other types by @digorithm in #161
  • Bump versions to 0.7.0 by @digorithm in #166

Full Changelog: v0.6.0...v0.7.0

v0.6.0

13 Mar 00:17
6ed4e06
Compare
Choose a tag to compare

What's Changed

  • feat: add a connect method to connect to existing nodes by @vnepveu in #129
  • docs: fix docs for new contract instantiation by @vnepveu in #142
  • Add support for multi-contract contract calls by @digorithm in #143
  • style: fix clippy warnings by @vnepveu in #145
  • Update to fuel-core 0.4 by @digorithm in #147
  • fix: support the new Sway array type format by @vnepveu in #144
  • Rename color to asset ID. by @adlerjohn in #149
  • Changes to support forc 0.6 by @digorithm in #150
  • Bump to v0.6.0 by @adlerjohn in #151

Full Changelog: v0.5.2...v0.6.0