Location
contracts/*/src/lib.rs
Problem
Any read function that could return a list whose size grows unboundedly over the contract's lifetime (e.g. an event/history log, if one exists or is added by other proposed issues) risks failing due to resource limits once the underlying data grows large enough, unless it supports paginated/cursor-based retrieval from the start.
Acceptance Criteria
Location
contracts/*/src/lib.rs
Problem
Any read function that could return a list whose size grows unboundedly over the contract's lifetime (e.g. an event/history log, if one exists or is added by other proposed issues) risks failing due to resource limits once the underlying data grows large enough, unless it supports paginated/cursor-based retrieval from the start.
Acceptance Criteria