v0.94.4
版本发布时间: 2024-09-05 01:30:18
FuelLabs/fuels-ts最新发布版本:v0.94.8(2024-09-27 23:46:29)
Summary
In this release, we:
- We now return a deep clone of the transaction request in the static
from
method - Reduced the cost of submitting blob contract deploys where a blob has already been uploaded
- Made
vite
the default template forcreate-fuels
- Mapped the 'not enough coins' error to a readable error message
- Added support for URLs with
BasicAuth
credentials inProvider
- Fixed TX estimation when an
InputMessage
contains data - Deprecate the method
BaseTransactionRequest.fundWithFakeUtxos
- Upgraded
fuel-core
to v0.35.0 - Deprecated the error code
HASHER_LOCKED
- Fixed revert error message assembling
Features
-
#3097 - Return deep clone on transaction request
from
method, by @maschad - #3092 - Add block header to responses in block-related queries, by @Torres-ssf
- #3047 - Validate blob IDs against chain in chunk deploys, by @danielbate
-
#3048 - Make vite the default
create-fuels
template, by @Dhaiwat10 - #2902 - Map 'not enough coins' error, by @Dhaiwat10
- #3079 - Support basic auth, by @nedsalk
-
#3098 - Parse message response from
getMessageByNonce
, by @Torres-ssf
Fixes
-
#3091 - Faucet link in
create-fuels
navbar, by @Dhaiwat10 -
#3078 - TX estimation when
InputMessage
contains data, by @Torres-ssf - #3103 - Assemble of transaction revert error message, by @Torres-ssf
Chores
-
#3083 - Deprecate
BaseTransactionRequest.fundWithFakeUtxos
, by @Torres-ssf -
#3052 - Upgrade
fuel-core@0.35.0
, by @maschad - #3075 - Removed redundant crypto functionality, by @petertonysmith94