effectai / effect-network

Smart contracts and documentation for Effect Network
MIT License
46 stars 9 forks source link

force: Implement campaign setOwner action #106

Open jeisses opened 1 year ago

jeisses commented 1 year ago

Feature

It should be possible to change to owner of a campaign

Description

This action should only be callable by the current campaign owner.

A use case is to delegate your campaign to the task proxy temporarily. This is an important feature for allowing anyone to post batches.

Steps