Actyx / ipfs-sqlite-block-store

SQLite based ipfs block store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version of alias that checks that missing_blocks is empty

dvc94ch opened this issue · comments

It should be pretty easy to add a version of alias that only succeeds in the case that the dag is complete.

why do you need it? Can you not just check if there are any missing links and then abort if that is not the case?

I guess you'd have to alias it first and then check, but sounds reasonable