[ETHEREUM-CONTRACTS] New Superfluid BatchCall Operation: ERC-2771 "forwardCall" #478
Labels
Project: PROTOCOL-EVMv1
Superfluid protocol EVM v1 implementation in Solidity
Resolution: Duplicate
This issue or pull request already exists
Tag: Idea
Raw idea, questions, thoughts and brainstorming notes
Milestone
As a developer, since many contract supports EIP-2771 style of context that eodes
msg.sender
(one that's popularized by OZ GSN), it would be very helpful if Superfluid batch call supports it.Spec
Let's call it
callWith2771Context
, operationType 301, where the real msg.sender is packed as EIP2771 context and externall call the target with it.Notes for developer
The text was updated successfully, but these errors were encountered: