v0.94.2
版本发布时间: 2024-08-29 03:25:02
FuelLabs/fuels-ts最新发布版本:v0.94.8(2024-09-27 23:46:29)
Summary
In this release, we:
- Fixed a potential race condition where the fuel connector may disconnect upon re-render
- Introduced an
init
method for synchronous instantiation of a fuel-connectors object - Upgraded
fuel-core
to v0.34.0
Fixes
- #2930 - Avoid potential race-condition in fuel connectors init, by @maschad
- #3040 - Consistent typegen outputs, by @petertonysmith94
- #3041 - Added missing dependencies for templates, by @petertonysmith94
- #3044 - UI integration tests, by @petertonysmith94
Chores
-
#2999 - Upgrade
fuel-core@0.34.0
, by @Torres-ssf - #3012 - Upgrade connectors, by @danielbate
-
#3020 - Made
chainConfig
files match testnet configuration, by @Torres-ssf