penumbra
penumbra copied to clipboard
Add option to funding stream to allow sending directly to the DAO
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.
Closed by #1802