feat: Node Families: contract queries#6731
feat: Node Families: contract queries#6731jstuczyn wants to merge 10 commits intofeat/nf-families-contractfrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
NYM-1201
Summary
Exposes the read-only query surface for the node-families contract so the Nym API, wallet, and other consumers can read family state without modifying it. Backs every unbounded list (i.e. all families, members, etc.) with a paginated query (exclusive
start_aftercursor +limitclamped per query)Storage layer was already in place on the parent branch (#6717) - this PR is queries-only.
instantiate/executeremain stubs and are out of scope.This change is