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

Gas estimation issues w/ MultiSend [APE-1294] #17

Open
fubuloubu opened this issue Aug 15, 2023 · 0 comments
Open

Gas estimation issues w/ MultiSend [APE-1294] #17

fubuloubu opened this issue Aug 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@fubuloubu
Copy link
Member

fubuloubu commented Aug 15, 2023

@banteg:

still encountering problems when trying to submit a multisend tx. they are mostly coming from gas estimation:

  • prepare_transaction tries to estimate gas from a safe address
  • it fails when the safe has no ether to cover the gas costs, but in reality safe itself never pays for gas
  • it fails because it tries to estimate a call to the multisend contract, while it only supports delegatecall

we need to somehow override the tx handler or find a way to pass additional metadata to skip some checks

Originally posted by @banteg in #11 (comment)

@vany365 vany365 changed the title Gas estimation issues w/ MultiSend Gas estimation issues w/ MultiSend [APE-1294] Aug 15, 2023
@fubuloubu fubuloubu added the bug Something isn't working label Aug 15, 2023
@fubuloubu fubuloubu mentioned this issue Jun 6, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant