v0.10.0
What's Changed
- refactor: reorganize
Errors
insidefuels-core
by @vnepveu in #198 - Re-export fuels-rs as single crate by @digorithm in #168
- feat: add
maturity
field toTxParameters
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 betweenfuels-rs
andsway
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
inEnum
andEnum
inTuple
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 tofuels
by @mitchmindtree in #242 - Update versions to 0.10.0 by @digorithm in #241
New Contributors
- @mitchmindtree made their first contribution in #219
- @tedbyron made their first contribution in #227
Full Changelog: v0.9.1...v0.10.0