eth-infinitism / account-abstraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with Entrypoint execute and refund gas calculations

lakshyakumar opened this issue · comments

The sample smart contracts should refund the exact or more amount of gas spent by the bundler, but in the execution I can see there are less gas refunded to the bundler, That can cause some miscalculations i deposits and spending by the entrypoint for example the transaction gas and the fee refunded to the bundler is different in the below transaction,
image

did you already have some deposit on the entrypoint? what is the cause of this miscalculation?

exactly. probably your contract had a deposit from a previous transaction.
if you still think there is an issue, please provide an actual transaction on etherscan.