Irakli Gozalishvili

Results 654 comments of Irakli Gozalishvili

I think the real problem here is that perhaps we do not expose low level `store/add` API ? In other words I do think migration needs to work with a...

As a side note, we also have kept punting on another idea that may have greatly simplified all of the above that might be worth revisiting here. Specifically we would...

@olizilla how about we continue discussion we started during the call about DAG-ifying user spaces here as this issue already outlines some ways we could go about it. Here are...

It is worth highlighting that doing list / export as IPLD DAGs is not in conflict from turning space into a DAG itself. We could fully DAG-ify space and when...

I would suggest to try and do an amortized migration from CAR → Blob. Specifically I suggest to do following: 1. Check for the blob as first path 2. If...

Actually now that I'm thinking about it we probably need to move from looking if we have CAR/Blob in S3 to looking if we have it in location claims, don't...

I think we could add utility function along the following lines https://www.typescriptlang.org/play?#code/C4TwDgpgBAShDOBXANsAPAFShAHsCAdgCbxQDeAvlALzkUA0UAGtnoSXTVAKIBOvAe14A+GgCgokqAB9yUAQGsAXFAyMI-IQH4VBCADcNUChKmyy8hTqh7DvdZt4qWJsW7cBLAvl4AzAIYAxtBw-kR8grys+MSkEULkppIE-gC2ECoA5KHhjplirl4+AcFQAOq8HvjxUbgxHDWJUjZpGVCZFVUQNfmuRBCByP680L6IBIHAHgIEUCNhABRg-sAAFkrwwJUEAOYAlCpwSKhoAKpFABwAgvz+IIw5NcJi-YPDo+OT07MA7pX4SxW6ygm22O0YRBW-hU52811uIAOsAQKHQlEYnWqjmeYkCM02ql4IC4aBg0XYpCOqMYWDqFLojBYdNiPEcXFsGmECzeiHgbQWexoogA4oQNCshKSHiiTmpmMJhAcqbLGAsYABtTIaSKZAC6UAAZHRBbImKJqKIyEkoHiCATgP54AouDy+QLrcgIMAQQ78FwHU6AHR6PDu5o-VYeT1QBYAQk2KwggaIMwggqtzWaHl8MYT+ED+n8yEQSe1QnT1szUhGwEQvFmeaTheLEErUioEGQfKaVczjf9joUwbqC0bBaLJcDij2bckJma8+rXrrDd9TYnrdcLwGQxGUDGEymMyg4z+-jAUEw5JZ6OY14a2IWI2OwEOMvQcrNSNFel4Et4pLvpgjLCDSohuLaBKQg6XAYESCwHl8MwAFQxhWzSQd6AiIN6tAgB4nZEKhp5-mAT4QIsmQAPS8hoVH+AARthwCBsAeCZHsM7NPhhHEQQZ5kX8XQLNRtG8FR+CpGArHsYwzGce4zQ1iuciKCoABMxgFHsQA

Also I'm not sure if we capture space names anywhere, but it might be a good idea to do so in the delegation itself

Me and @travis chatted about and looked into a fix which would require non-trivial changes. So we have decided that instead we can do following: 1. Let user know on...

Separately I have also created https://github.com/web3-storage/ucanto/issues/325 which if fixed is going to allow to allow our to gain access to new spaces without having to go additional authorization loops.