v0.80.0
fuel-service-user
released this
16 Apr 08:41
·
618 commits
to master
since this release
Breaking
- Features
- #2040 - Deprecate multiple encoding version support for configurable constants, by @danielbate
- #1832 - Support
v1
encoding in program types, by @danielbate
- Fixes
- #2034 - Fee estimation for multicall, by @Torres-ssf
- Chores
- #1895 - Enhance TX error handling and message formatting, by @Torres-ssf
- Docs
- #1962 - Fix wrong info at variable outputs page, by @Torres-ssf
Features
- #2008 - Add
isReadOnly
helper for functions, by @Dhaiwat10 - #2018 - Accept
Uint8Array
s as inputs forVec
s, add docs for bytecode inputs, by @Dhaiwat10 - #2011 - Hide unnecessary logs and add loading spinners for
create-fuels
, by @Dhaiwat10 - #2051 - Properly load env vars in
create-fuels
template, and add docs for fuels CLI, by @Dhaiwat10
Fixes
- #2019 - Remove unused dependency
fuels
from thecreate-fuels
package, by @Dhaiwat10 - #2014 - User resolvable errors no longer cause the cli to exit, by @maschad
Chores
- #1967 - Handling
EADDRNOTAVAIL
errors on top ofECONNREFUSED
, by @arboleya - #2002 - Remove redundant error codes, by @petertonysmith94
- #2025 - Removed
predicateDataBytes
from thePredicate
class, by @petertonysmith94 - #2000 - Helper functions for common JsonAbi features, by @petertonysmith94
Docs
- #1965 - Add 'creating a fuel dapp' section, by @Dhaiwat10
- #1949 - Upgrade testnet documentation, by @petertonysmith94