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
Fees related to managed wallets transactions are taking up quite some funds. We'd like to investigate possible options to optimise those.
The main file where transactions are happening is BatchSigningClientService.
One possible optimisation might be putting all the batched messages into a single transaction. The downside of it is that if one tx fails other will too. So some ways to mitigate/retry these might be needed.
The text was updated successfully, but these errors were encountered:
Fees related to managed wallets transactions are taking up quite some funds. We'd like to investigate possible options to optimise those.
The main file where transactions are happening is BatchSigningClientService.
One possible optimisation might be putting all the batched messages into a single transaction. The downside of it is that if one tx fails other will too. So some ways to mitigate/retry these might be needed.
The text was updated successfully, but these errors were encountered: