feat(w3-account): add account/egress/get capability#149
Merged
Conversation
BravoNatalie
approved these changes
Jan 20, 2026
c6f1d6b to
665b884
Compare
volmedo
added a commit
to storacha/go-libstoracha
that referenced
this pull request
Jan 22, 2026
Ref. storacha/project-tracking#619 Spec: storacha/specs#149 Add a new capability for reporting egress in the forge network. It will be handled by the egress tracking service and is built in resemblance of the upload service's `account/usage/get`. The invocation allows requesting specific spaces for a given period. Both caveats are optional. A successful result contains a total egress number, as well as results by space with daily numbers.
volmedo
added a commit
to storacha/upload-service
that referenced
this pull request
Jan 23, 2026
Ref. storacha/project-tracking#619 Spec: storacha/specs#149 The new `account/egress/get` capability can be used to retrieve numbers about the amount of data egressed from the spaces owned by a given account. It will only be used in the Forge Network for now, where it will be served by the egress tracking service.
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#619
📚 Preview
Add the
account/egress/getcapability specification. The first use of this capability will be in Storacha Forge's customer dashboard, described in https://github.com/storacha/RFC/blob/cce367c20afaf9f8f8be799b0da5061e0bdd4898/rfc/billing-dashboard.md#customer-dashboard.Implemented in storacha/go-libstoracha#77 and storacha/upload-service#638.