Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rpc] limit ids #2694

Merged
merged 1 commit into from
Sep 26, 2024
Merged

[rpc] limit ids #2694

merged 1 commit into from
Sep 26, 2024

Conversation

vegetabledogdog
Copy link
Contributor

Summary

Summary about this PR

  • Closes #issue

Copy link

vercel bot commented Sep 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 3:44pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Sep 25, 2024 3:44pm

.into_iter()
.map(|v| (v, IndexerStateID::default()))
.collect(),
ObjectStateFilter::ObjectId(object_ids) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are also scenarios where queryUTXOs, queryInscriptions, repairIndexer, getStates, and listStates API all have batch query ObjectIDs, which can be considered for fixup in the next PR

@baichuan3 baichuan3 merged commit 0e453b6 into rooch-network:main Sep 26, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants