zerodevapp / kernel

https://docs.zerodev.app/
MIT License
172 stars 61 forks source link

delegate call execution doesn't return data #103

Closed marcelomorgado closed 4 months ago

marcelomorgado commented 4 months ago

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 commented 4 months ago

good catch, adding fix for this on v3.1

leekt commented 4 months ago

it will be merged on #111