penumbra icon indicating copy to clipboard operation
penumbra copied to clipboard

Add option to funding stream to allow sending directly to the DAO

Open plaidfinch opened this issue 2 years ago • 1 comments

plaidfinch avatar Sep 21 '22 18:09 plaidfinch

Since the DAO account is special, and does not have an address, we probably want to do this by changing the FundingStreams from a Vec<FundingStream> to a Vec<FundingStream> plus a dao_contribution. We could do this in advance of implementing the DAO treasury (by burning the contribution), but it seems better to wait until we actually have an account to record funds in.

hdevalence avatar Sep 26 '22 18:09 hdevalence

Closed by #1802

hdevalence avatar Mar 06 '23 00:03 hdevalence