feat(capabilities): add limit property to plan/get successful result - #645
Merged
Conversation
alanshaw
approved these changes
Jan 28, 2026
travis
pushed a commit
to storacha/w3infra
that referenced
this pull request
Jan 30, 2026
Ref. storacha/project-tracking#620 Implements the new `limit` property for `plan/get` successful results, as specified in storacha/specs#150 and defined in storacha/upload-service#645. `limit` is defined as a string to support limits over 9PiB. The result of `planLimit` has been kept as a number because it is used in other parts of the code for arithmetics. Those other call sites will be refactored to use BigInt in a different PR. For now, the result of `planLimit` is converted to string at the API boundary.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref. storacha/project-tracking#620
Add a
limitproperty toplan/getsuccessful result definition, as recently added to the spec (storacha/specs#150).It is expressed in bytes, so it has been added as a string because we expect limits higher than 9PiBs in Forge.