xyztek / sos-chain

SOS Chain
1 stars 0 forks source link

Parameterize Funds #18

Closed mcaneris closed 2 years ago

mcaneris commented 2 years ago

Additional initialization configuration for FundV1 base implementation

  1. allowRequests enables a fund to accept requests.

  2. If a fund is onlyWhitelistedRequests, only permitted addresses are allowed to make requests (this can be used to establish funds with NGO partners).

  3. Receiving approvers will enable fund level approver checks.

  4. Receiving checks will enable fund level custom checks.

  5. Revise FundManager contract to DELEGATECALL to relevant FundV1.

mcaneris commented 2 years ago

@kozyilmaz