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

Closed
danielbate opened this issue Feb 13, 2025 · 1 comment · May be fixed by #3710
Closed

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

danielbate opened this issue Feb 13, 2025 · 1 comment · 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
Copy link
Member Author

Superseded by #3733

@danielbate danielbate closed this as not planned Won't fix, can't repro, duplicate, stale Feb 24, 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