Skip to content

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

Description

@hellwolf

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Project: PROTOCOL-EVMv1Superfluid protocol EVM v1 implementation in SolidityTag: IdeaRaw idea, questions, thoughts and brainstorming notes

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions