Skip to content
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

Investigate possible optimisations for managed wallets fees #821

Open
ygrishajev opened this issue Feb 10, 2025 · 0 comments
Open

Investigate possible optimisations for managed wallets fees #821

ygrishajev opened this issue Feb 10, 2025 · 0 comments

Comments

@ygrishajev
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant