-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent duplicate space diff entries by using the BlobAccept cap…
…ability instead of BlobAllocate - Duplicate usage events occurred because the blob/allocate receipt was added to the UCAN stream multiple times. - The blob/allocate receipt was embedded within the blob/add receipt. - The UCAN invocation router extracted receipts from agent messages, adding blob/allocate to the stream initially and again when processing blob/add. - Resolution: Changed the capability used to track space usage deltas from BlobAllocate to BlobAccept to avoid duplicate events.
- Loading branch information
1 parent
c09f3ba
commit 6387690
Showing
2 changed files
with
41 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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