Skip to content
Unverified Commit e07671e3 authored by Bradley Olson's avatar Bradley Olson Committed by GitHub
Browse files

Added new checks to add_assignment (#2332)

We now check for every requirement of `add_assignment` described in [RFC
5](https://github.com/polkadot-fellows/RFCs/blob/gav-corejam/text/0005-coretime-interface.md).
These are:

- Not more than 100 assignments in a schedule
- Assignment parts add up to 57600 (neither overscheduled nor
underscheduled)
- Starting blocks must be greater than or equal to current block + 10
when schedules are added
- Assignments within an added set must be unique
- Assignments within an added set must be sorted
parent cfc860a5
Pipeline #414345 failed with stages
in 5 minutes and 27 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment