mirror of
https://github.com/nspcc-dev/neofs-contract.git
synced 2026-03-01 04:28:59 +00:00
Use iterators for reputation contract #129
Labels
No labels
I1
I2
I3
I4
S1
S2
S3
S4
U1
U2
U3
U4
alphabet
audit
balance
blocked
bug
config
container
discussion
documentation
enhancement
feature
go
good first issue
help wanted
neofs
neofsid
netmap
nns
nns
performance
proxy
question
reputation
security
task
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-contract#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnnaShaleva on GitHub (Jan 27, 2023).
Methods Get and GetByID restrict the maximum number of
DataAuditResultwith 2047 items (per epoch per node).It may be critical for
GetandGetByIDreturning 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,
ListByEpochis 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.
@roman-khimov commented on GitHub (Jul 11, 2025):
Deprioritizing this for now, reputation needs more attention in general.