-
Notifications
You must be signed in to change notification settings - Fork 444
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
feat: Storage RPC #1211
feat: Storage RPC #1211
Conversation
🦋 Changeset detectedLatest commit: adb22b5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1211 +/- ##
==========================================
+ Coverage 69.79% 69.91% +0.12%
==========================================
Files 84 84
Lines 7574 7591 +17
Branches 1648 1650 +2
==========================================
+ Hits 5286 5307 +21
+ Misses 2138 2134 -4
Partials 150 150
☔ View full report in Codecov by Sentry. |
Motivation
Add an RPC to query how many mesages of each type a user can store.
Change Summary
Describe the changes being made in 1-2 concise sentences.
Merge Checklist
Choose all relevant options below by adding an
x
now or at any time before submitting for reviewAdditional Context
If this is a relatively large or complex change, provide more details here that will help reviewers
PR-Codex overview
This PR focuses on adding a new RPC method to retrieve current storage limits by FID.
Detailed summary
GetCurrentStorageLimitsByFid
RPC method