Use iterators for reputation contract #315
Labels
enhancement
Improving existing functionality
I3
Minimal impact
reputation
Reputation contract related issue
S3
Minimally significant
U3
Regular
Milestone
Methods Get and GetByID restrict the maximum number of
DataAuditResult
with 2047 items (per epoch per node).It may be critical for
Get
andGetByID
returning an array of audit results for a certain epoch made by a single IR node in case of a large amount of audit results, so we need to return iterator from these methods.IIUC,
ListByEpoch
is not affected and may be kept as is because it returns IRNodesCount results at max (hardly ever we have the number of IR nodes more than 2047).Ref. #304.
The text was updated successfully, but these errors were encountered: