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

MultiSendCallOnly can be further optimized to save gas #372

Open
skeletor-spaceman opened this issue Dec 23, 2021 · 0 comments
Open

MultiSendCallOnly can be further optimized to save gas #372

skeletor-spaceman opened this issue Dec 23, 2021 · 0 comments

Comments

@skeletor-spaceman
Copy link

Context / issue

there is no need to pack the value if we are sending all value-less packed txs

Proposed solution

add a way to know which optimizations are being used in the transactions bytes. and unpacked correctly at SC level.

Additional context

this can also be done with OperationType and to parameters

farreldarian pushed a commit to farreldarian/safe-contracts that referenced this issue Jan 14, 2024
* Allow to pass EthAdapter from outside

* Use EthAdapter as parameter

* Add auth-kit

* Extract refreshToken to outside

* Rename to packs and upgrade monerium sdk

* Add socket listener connection

* Add subscriptions to sockets

* Upgrade monerium sdk to support node 16

* Add test
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