Alexandra Stoica

Results 4 comments of Alexandra Stoica

Adding some notes from the investigation: When we pin a cid, we get back a pin request containing among others a `pin[Object]` which contains pins and their status. The pin...

Since we’re caching the storage used by a user id, should we: 1. initialise it to `0` when an account is created 2. update `current_bytes_used` whenever an upload or pin...

Last two points are in https://github.com/web3-storage/web3.storage/pull/2147

@alanshaw thanks for the review, some context: > The server should be verifying this. Is this not the case already? Yes it is. > The user should not reach this...