You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may have crossover issues in the connectors repo, still TBD
For a raw transaction, submitted via the FuelConnector, the following network requests are made:
Estimate gas price
Dry run
Get coins to spend
Submission subscription
Status subscription
Get transaction with receipts
Get latest gas price
Part of this can be mitigated through tx pre bundling (#3495, #3539) and offering less abstract approaches for consumers (#3541), but we should also investigate the source of the problems in our primary flows (call()->waitForResult() etc.) to improve performance for the majority of our consumers.
The text was updated successfully, but these errors were encountered:
Note
This may have crossover issues in the connectors repo, still TBD
For a raw transaction, submitted via the
FuelConnector
, the following network requests are made:Part of this can be mitigated through tx pre bundling (#3495, #3539) and offering less abstract approaches for consumers (#3541), but we should also investigate the source of the problems in our primary flows (
call()
->waitForResult()
etc.) to improve performance for the majority of our consumers.The text was updated successfully, but these errors were encountered: