Remove the billing service UCAN stream handler and use BlobRegistry
to directly insert deltas into the diff table
#304
Labels
refactor
refactor
This issue aligns with RFC#39 (removal of the UCAN stream) and aims to implement a mid-term solution to improve space usage tracking in the billing sub-system.
Objectives:
Benefits:
Implementation Details:
w3infra
BlobRegistry.register
andBlobRegistry.deregister
to insert the space usage delta into thespace-diff
table whenblob/accept
andblob/remove
are executed, respectively.ucan-stream
is currently configured instacks/billing-stack.js
.The text was updated successfully, but these errors were encountered: