Skip to content

Releases: FuelLabs/fuels-rs

v0.4.3

28 Feb 17:15
de659db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

27 Feb 19:43
1330ddd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

27 Feb 17:38
17b21cd
Compare
Choose a tag to compare

What's Changed

  • feat: capture error from reverting transactions in the SDK by @vnepveu in #103
  • Send transactions and transfer funds between wallets by @digorithm in #110
  • Removed no-verify from publish crate by @Dyltom in #82
  • Handle return data larger than a word by @digorithm in #112
  • Update Rust badges to fuels-contract by @adlerjohn in #117
  • Bump to v0.4.1. by @adlerjohn in #116

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

18 Feb 22:57
12dbc0a
Compare
Choose a tag to compare

What's Changed

  • refactor: add an argument to enable strict argument checking in abigen macro by @vnepveu in #83
  • build: bump fuel-vm to 0.4 and fuel-tx to 0.5 by @vnepveu in #85
  • Implement transaction signing by @digorithm in #96
  • Create random input coin in tx by @digorithm in #92
  • remove the Url crate from fuels-core by @JoshuaBatty in #100
  • fix: enable having an empty fourth argument for non-user methods by @vnepveu in #95

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

03 Feb 03:41
70deba0
Compare
Choose a tag to compare

What's Changed

  • refactor: check for types in custom name extraction by @vnepveu in #73
  • Fixes ambiguity on two diff structs with same arg name by @digorithm in #78
  • Add --no-verify flag to publish crate action by @digorithm in #79
  • Bump versions to v0.3.1 by @digorithm in #80

Full Changelog: v0.3.0...v0.3.1

v0.3.0

28 Jan 00:34
9798a38
Compare
Choose a tag to compare

What's Changed

  • Temporarily remove no_std support by @digorithm in #60
  • ci: build all by @adlerjohn in #51
  • test: test custom types ABI generation by @vnepveu in #55
  • feat: return receipts in data returned by contract calls by @vnepveu in #48
  • Reorganize fuels-core and fuels-contract by @digorithm in #66

Important note: This release renamed fuels-rs (the crate, not the repo) to fuels-contract. SDK users that are importing the Contract struct have to go from fuels_rs::contract::Contract to fuels_contract::Contract. And when specifying this dep in your Cargo.toml it needs to be renamed from fuels-rs to fuels-contract.

Full Changelog: v0.2.1...v0.3.0

v0.2.1

23 Jan 22:43
41f5f96
Compare
Choose a tag to compare

What's Changed

  • fix: update dependencies and licences in test/examples by @vnepveu in #49
  • Remove use of [[tx-input]] from manifest. by @adlerjohn in #56
  • Remove malleable fields from being set by the SDK. by @adlerjohn in #58
  • Bump versions to v0.2.1 by @digorithm in #57

New Contributors

  • @vnepveu made their first contribution in #49

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Jan 04:48
9ca3767
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

17 Jan 20:02
72488a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

08 Jan 01:36
838ba1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2