Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Amend maximum term for migrated verified deals #485

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FIPS/fip-0045.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ That migration must:
taking the value `DealWeight == 0 && VerifiedDealWeight == 0`
- Add the pending allocation mapping to market state, and claim ID field to deal states (all `0`)
- For each pending (not yet activated) deal with `Verified = true`, create an Allocation
- The maximum term for such allocations is 540 days, in order to support any possible sector duration
- The maximum term for such allocations is set to the `TermMinimum` + 90 days.
- The expiration for such allocations is set to `MaximumVerifiedAllocationExpiration` after the migration epoch,
which may be before the deal's start date.

Expand Down