Skip to content

is batchTransferFromDAO redundant? #3

@sirnicolaz

Description

@sirnicolaz

What was the need for a batch operation to transfer shares?

function batchTransferFromDAO(address[] memory recipients)
public
virtual
onlyRole(Roles.RESOLUTION_ROLE)
{
super._batchTransferFromDAO(recipients);
}

We have two ways to achieve this behavior:

  • Trigger multiple transferFroms manually
  • Even better, include multiple transferFrom in the executionData of a resolution.

originally from @vrde

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions