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

Assembling a transaction summary using multicall incorrectly sets contract operations #3706

Open
danielbate opened this issue Feb 13, 2025 · 0 comments · May be fixed by #3710
Open

Assembling a transaction summary using multicall incorrectly sets contract operations #3706

danielbate opened this issue Feb 13, 2025 · 0 comments · May be fixed by #3710
Assignees
Labels
bug Issue is a bug

Comments

@danielbate
Copy link
Member

Follow on from #2530, assembling a transaction summary from a multicall is not building the operations correctly. Whilst it no longer throws, the second operation uses the call from the first operation.

I had proposed a solution using the dereferenced param1 as mentioned here. But I can't work out how to correctly set the base offset. I don't think it's possible and instead we need the work from the on going discussions around repurposing param1.

@danielbate danielbate self-assigned this Feb 14, 2025
@danielbate danielbate linked a pull request Feb 14, 2025 that will close this issue
4 tasks
@danielbate danielbate added the bug Issue is a bug label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant