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

[ETHEREUM-CONTRACTS] Superfluid host: allow batchcall operations to fail #1976

Open
hellwolf opened this issue Jul 2, 2024 · 0 comments
Open
Labels
Project: PROTOCOL-EVMv1 Superfluid protocol EVM v1 implementation in Solidity Tag: Idea Raw idea, questions, thoughts and brainstorming notes

Comments

@hellwolf
Copy link
Contributor

hellwolf commented Jul 2, 2024

Continue from #1895

  • Allow fail
 struct Operation2 {
     // Operation type. Defined in BatchOperation (Definitions.sol)
     uint32 operationType;
     // Operation target
     address target;
     // Allow the operation fail for unspecified reasons
     bool allowFail;
     // Data specific to the operation
     bytes data;
 }
 ```
 - batchCall2
 - forwardBatchCall2
@hellwolf hellwolf added Tag: Idea Raw idea, questions, thoughts and brainstorming notes Project: PROTOCOL-EVMv1 Superfluid protocol EVM v1 implementation in Solidity labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Project: PROTOCOL-EVMv1 Superfluid protocol EVM v1 implementation in Solidity Tag: Idea Raw idea, questions, thoughts and brainstorming notes
Projects
None yet
Development

No branches or pull requests

1 participant