You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, milestones remain under review indefinitely until action is taken. We need to introduce a configurable lock time or grace period configuration during campaign creation in Valo-Core.
Todo
Update the Campaign struct to include a review_deadline block timestamp.
Implement an automated safety check allowing a contributor to signal an auto-claim if a maintainer goes completely inactive past the deadline.
Update contract initialization paths to accept the new configuration parameters safely.
Description
Currently, milestones remain under review indefinitely until action is taken. We need to introduce a configurable lock time or grace period configuration during campaign creation in Valo-Core.
Todo
Campaignstruct to include areview_deadlineblock timestamp.