-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: migrate dependencies from @fuel-ts/* to fuels #792
Conversation
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟡 | Statements | 69.47% | 3632/5228 |
🔴 | Branches | 47.01% | 676/1438 |
🔴 | Functions | 54.18% | 791/1460 |
🟡 | Lines | 70.06% | 3496/4990 |
Test suite run success
337 tests passing in 73 suites.
Report generated by 🧪jest coverage report action from 1472603
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to remove the unnecessary packages from the scripts/deps.sh
6e7ad3e
to
1472603
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated. # Releases ## @fuel-wallet/sdk@0.11.0 ### Minor Changes - [#806](#806) [`e94d273`](e94d273) Thanks [@mpoplavkov](https://github.com/mpoplavkov)! - fix: default connector Fuel Wallet - [#793](#793) [`7e7300f`](7e7300f) Thanks [@eswarasai](https://github.com/eswarasai)! - Implemented `addNetwork()` method on Fuel SDK enabling developers to add network - [#764](#764) [`144d722`](144d722) Thanks [@eswarasai](https://github.com/eswarasai)! - Enabled FuelWallet SDK to be use directly without the need to wait for the injected script - [#759](#759) [`f79897d`](f79897d) Thanks [@tomiiide](https://github.com/tomiiide)! - Handle all errors in the wallet ### Patch Changes - [#686](#686) [`98c8184`](98c8184) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add sdk.addAbi to add custom ABIs for contracts - [#814](#814) [`1cdb147`](1cdb147) Thanks [@luizstacio](https://github.com/luizstacio)! - Fix SDK to enable been used in standalone mode by adding uuid on requests ## @fuel-wallet/types@0.11.0 ### Minor Changes - [#759](#759) [`f79897d`](f79897d) Thanks [@tomiiide](https://github.com/tomiiide)! - Handle all errors in the wallet ### Patch Changes - [#686](#686) [`98c8184`](98c8184) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add support to show called methods/params passed to contract calls inside Transaction Screen ## fuels-wallet@0.11.0 ### Minor Changes - [#801](#801) [`992d5e7`](992d5e7) Thanks [@eswarasai](https://github.com/eswarasai)! - Added support for user to connect multiple accounts, even if current account is connected - [#793](#793) [`7e7300f`](7e7300f) Thanks [@eswarasai](https://github.com/eswarasai)! - Implemented `addNetwork()` method on Fuel SDK enabling developers to add network ### Patch Changes - [#813](#813) [`3910e87`](3910e87) Thanks [@luizstacio](https://github.com/luizstacio)! - Fix validation on Asset Screen to allow empty image url field - [#802](#802) [`3b42a3d`](3b42a3d) Thanks [@eswarasai](https://github.com/eswarasai)! - Fixed the broken copy transaction link in send transaction screen - [#794](#794) [`3122ccd`](3122ccd) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Don't allow connecting hidden accounts - [#792](#792) [`5b6b062`](5b6b062) Thanks [@luizstacio](https://github.com/luizstacio)! - Change dependencies from @fuel-ts/\* to fuels - [#686](#686) [`98c8184`](98c8184) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add support to show called methods/params passed to contract calls inside Transaction Screen - Updated dependencies \[[`98c8184`](98c8184), [`e94d273`](e94d273), [`7e7300f`](7e7300f), [`1cdb147`](1cdb147), [`144d722`](144d722), [`f79897d`](f79897d), [`98c8184`](98c8184)]: - @fuel-wallet/sdk@0.11.0 - @fuel-wallet/types@0.11.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
close: FRO-127