We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following transaction should be a single TransferClog: 0xd812...
Instead, we see duplicate transfers:
The transaction above produces a lot of transfers, including the following four :
0x4D35...
... the extra receives are causing duplicate transfer logs.
Stopgap: filter our PimlicoERC20Paymaster transfer. Better: gas accounting as part of Clog spec.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The following transaction should be a single TransferClog: 0xd812...
Instead, we see duplicate transfers:
Investigation
The transaction above produces a lot of transfers, including the following four :
0x4D35...
sends $0.04 USDC to the PimlicoERC20Paymaster to pay gas limit0x4D35...
sends 210 DEGEN to Uniswap0x4D35...
receives $1.60 USDC from Uniswap0x4D35...
receives $0.02 USDC gas refund rom PimlicoERC20Paymaster... the extra receives are causing duplicate transfer logs.
Proposed solution
Stopgap: filter our PimlicoERC20Paymaster transfer.
Better: gas accounting as part of Clog spec.
The text was updated successfully, but these errors were encountered: