v0.94.5
版本发布时间: 2024-09-07 06:41:48
FuelLabs/fuels-ts最新发布版本:v0.94.8(2024-09-27 23:46:29)
Summary
In this release, we:
- Reduced number of requests for submitting a transaction
- Fixed squeezed-out transactions not being notified to users
- Fixed an issue where you couldn't call a loader contract via a proxy contract
- Fixed error handling in
Provider
for when a node is offline - Deprecate all receipt coders
- Upgraded
forc
tov0.63.4
- Upgraded
forc
tov0.63.5
Features
Fixes
- #3122 - Loader contract being called via proxy, by @danielbate
-
#3116 - Error handling in
Provider
for when a node is offline, by @arthurgeron