diff --git a/.changeset/lemon-maps-rest.md b/.changeset/lemon-maps-rest.md index 158b72676..ae7e7aa86 100644 --- a/.changeset/lemon-maps-rest.md +++ b/.changeset/lemon-maps-rest.md @@ -1,6 +1,6 @@ --- -"@fuel-wallet/connections": patch -"fuels-wallet": patch +"@fuels/playwright-utils": minor +"fuels-wallet": minor --- -Sped up gas calculation in SendMachine and TxRequestMachine by merging calculations of default tip and gas limit into a single parallelized promise. +feat: performance improvement from rework on send transaction machine flows diff --git a/.changeset/lovely-kings-explode.md b/.changeset/lovely-kings-explode.md deleted file mode 100644 index 7769c760b..000000000 --- a/.changeset/lovely-kings-explode.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fuel-wallet/connections": patch -"fuels-wallet": patch ---- - -Decrease unnecessarily long delay in tx and send machines while waiting for a possible new user input diff --git a/.changeset/pretty-llamas-perform.md b/.changeset/pretty-llamas-perform.md deleted file mode 100644 index f0ac23c8c..000000000 --- a/.changeset/pretty-llamas-perform.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fuel-wallet/connections": patch -"fuels-wallet": patch ---- - -Sped up account balance calculation by making requests in parallel diff --git a/.changeset/slow-bulldogs-call.md b/.changeset/slow-bulldogs-call.md deleted file mode 100644 index 24f4d0d19..000000000 --- a/.changeset/slow-bulldogs-call.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fuel-wallet/connections": minor -"fuels-wallet": minor ---- - -Centralized provider logic, avoid creating provider for the same network url diff --git a/.changeset/wise-items-float.md b/.changeset/wise-items-float.md deleted file mode 100644 index 511da50f2..000000000 --- a/.changeset/wise-items-float.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fuel-wallet/connections": patch -"fuels-wallet": patch ---- - -Sped up gas calculation in SendMachine and TxRequestMachine by using already present information on account/balance from AccountMachine instead of re-fetching diff --git a/.changeset/young-laws-flash.md b/.changeset/young-laws-flash.md deleted file mode 100644 index 1b534a45c..000000000 --- a/.changeset/young-laws-flash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fuel-wallet/connections": minor -"fuels-wallet": minor ---- - -Improve wallet transaction performance while calculating gas