Skip to content

v0.10.0

Compare
Choose a tag to compare
@digorithm digorithm released this 29 Apr 20:45
· 721 commits to master since this release
b2bb5ce

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