Component
Other
Priority
P2
Summary
DotnsNameEscrow defines its own MAX_RELEASED_PAGE_SIZE and MAX_REFUND_PAGE_SIZE, both 200. DotnsConstants.MAX_PAGE_SIZE (200) now holds the shared page-size ceiling and backs the PoP controller's paginated reads. Point the escrow constants at DotnsConstants.MAX_PAGE_SIZE so the limit lives in one place rather than being repeated per contract.
Proposal
- Replace
DotnsNameEscrow.MAX_RELEASED_PAGE_SIZE and MAX_REFUND_PAGE_SIZE with DotnsConstants.MAX_PAGE_SIZE.
- Keep the value at
200, so there is no change to the enforced page size.
Acceptance criteria
Component
Other
Priority
P2
Summary
DotnsNameEscrowdefines its ownMAX_RELEASED_PAGE_SIZEandMAX_REFUND_PAGE_SIZE, both200.DotnsConstants.MAX_PAGE_SIZE(200) now holds the shared page-size ceiling and backs the PoP controller's paginated reads. Point the escrow constants atDotnsConstants.MAX_PAGE_SIZEso the limit lives in one place rather than being repeated per contract.Proposal
DotnsNameEscrow.MAX_RELEASED_PAGE_SIZEandMAX_REFUND_PAGE_SIZEwithDotnsConstants.MAX_PAGE_SIZE.200, so there is no change to the enforced page size.Acceptance criteria
DotnsConstants.MAX_PAGE_SIZE.