v0.94.2
fuel-service-user
released this
28 Aug 19:25
·
223 commits
to master
since this release
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
[email protected]
, by @Torres-ssf - #3012 - Upgrade connectors, by @danielbate
- #3020 - Made
chainConfig
files match testnet configuration, by @Torres-ssf