Skip to content

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

@hellwolf

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

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