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

delegate call execution doesn't return data #103

Closed
marcelomorgado opened this issue Apr 25, 2024 · 4 comments · Fixed by #111
Closed

delegate call execution doesn't return data #103

marcelomorgado opened this issue Apr 25, 2024 · 4 comments · Fixed by #111

Comments

@marcelomorgado
Copy link

The returnData is always empty when excuting a delegate call (Refs: https://github.com/zerodevapp/kernel/blob/dev/src/utils/ExecLib.sol#L54). Is there a reason for that?

@leekt
Copy link
Collaborator

leekt commented May 2, 2024

good catch, adding fix for this on v3.1

@leekt
Copy link
Collaborator

leekt commented May 2, 2024

it will be merged on #111

@leekt leekt closed this as completed in #111 May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@leekt @marcelomorgado and others