DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
202 stars 132 forks source link

Remove requirement that vesting payment owner matches factory #770

Closed NoahSaso closed 7 months ago

NoahSaso commented 7 months ago

This removes the requirement that vesting payments must be created with the same owner as the payroll factory. This allows for creating vesting payments that are cancellable by someone else, or multiple accounts, while still restricting who is allowed to create new vesting payments on that factory.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e54d447) 96.27% compared to head (802ce6a) 96.26%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #770 +/- ## =============================================== - Coverage 96.27% 96.26% -0.01% =============================================== Files 203 203 Lines 50300 50172 -128 =============================================== - Hits 48428 48300 -128 Misses 1872 1872 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.