zlace0x
zlace0x
This is similar to OZ's `Context.sol`, but they don't implement _getRelayedCallSender by default since not all contracts would require meta tx. One can override the default with their desired metatx...
I'm looking for cases where `msg.sender == address(this)` might return true and return an unexpected sender. If a contract calls itself with `address(this).call` without appending sender, _msgSender() will return an...
Could you sharing instructions to run this on M1 mac?
Thanks, re-downloaded a fresh copy and building under rosetta works.
Fixed by copying the original identity folder into cwd `cp -r ../gpt-engineer/identity/ identity/`