Skip to content

Releases: FuelLabs/fuels-rs

v0.15.0

07 Jun 18:58
e830786
Compare
Choose a tag to compare

What's Changed

  • Improve setup instructions. by @adlerjohn in #336
  • Add ,ignore to rust blocks. by @adlerjohn in #339
  • Add link to harness test in docs. by @adlerjohn in #340
  • Create examples/ directory and include examples in docs by @Br1ght0ne in #202
  • feat: log receipts when contract call panics or reverts by @vnepveu in #324
  • Disable feature unification in CI builds by @Voxelot in #335
  • docs: document get_spendable_coins functions by @vnepveu in #349
  • feat: setup multiple assets by @vnepveu in #347
  • docs(examples): add instantiate_client example by @Br1ght0ne in #291
  • feat: add context to InvalidData error by @hal3e in #357
  • Add support for custom types in arrays and tuples by @digorithm in #356
  • fix(examples): add Config from fuel-core to prelude by @Br1ght0ne in #363
  • add script_runner method in fuels-test-helpers by @Salka1988 in #325
  • Add support for Sway-native types wrapped in custom types by @digorithm in #366
  • v0.15.0 release by @digorithm in #367

New Contributors

Full Changelog: v0.14.1...v0.15.0

v0.14.1

27 May 00:28
6d6fe60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

26 May 22:55
9bc541b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

16 May 19:24
3e0b571
Compare
Choose a tag to compare

Breaking changes

  • Setting up contract deployment changed a lot in #268

What's Changed

  • Update getting started/setup doc by @JoshuaBatty in #273
  • update test due to breaking error format change in fuel-core by @Voxelot in #274
  • feat: support Enum type as function argument by @vnepveu in #275
  • test: test support for nested custom types in function arguments by @vnepveu in #276
  • ci: use implicit sway-std-lib dependency in tests projects by @vnepveu in #280
  • Contract deployment QoL by @MujkicA in #268
  • feat: support unit type variants in Enum by @vnepveu in #283
  • Fix fuels core dependency by @digorithm in #284

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

10 May 03:21
a1f529a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

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