PDPVerifier still limits removals to 2000 per proving period
Open
Beginner friendly
- Dominant language
- Solidity
- Stars
- 20
- Forks
- 17
- Avg merge
- 2h 31m
- Merged PRs (30d)
- 4
Description
Now that we can support unbounded removal queue with user triggered queue flushing we should probably remove this global limit: https://github.com/FilOzone/pdp/blob/main/src/PDPVerifier.sol#L1001
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in src/PDPVerifier.sol around line 1001 and trace how the 2000-removal limit relates to the user-triggered queue flushing mentioned in the issue. Remove the global per-proving-period cap so the removal queue can be unbounded, then verify that the surrounding queue-flushing behavior still works without that limit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- solidity
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100