Łukasz Magiera
Łukasz Magiera
This is so amazing! Great to see this move! I'm guessing this is still WIP, but I did go through the code quickly, looks good, but in future prs it...
How about a model where user has 2 sets of keys: - 'Account Key' - generated from entropy, kept locally (even offline), basically defines the account - 'Name+password' - from...
This repo implements git at the object level (everything that lives in `.git/objects`), so it doesn't take care of refs (branches, tags, etc.) or any other stuff like that. https://github.com/ipfs-shipyard/git-remote-ipld...
I'll have a look at this
I've looked at uses of datastore in the codebase: * Blockstore: `/blocks` * fsrepo fileManager: `/filestore` * pin: `/local/pins` * mfs: `/local/filesroot` * republisher: global keys * offline routing: global...
This will sort-of depend on https://github.com/ipfs/go-ipfs/issues/5884, as ipns supports dns resolution too. 'Real' IPNS records support TTL too, but AFAIK it's currently not used (basically it's set to 0).
> SP needs to be ok with opening a connection from sealing subsystem to public internet You have to enable support for this on each worker explicitly, so it should...
There are some ways to compress the code ~10x, I'm not sure how portable to wasm though
> Do you intend to work on it more? I currently have a rather long list of things to do, but I'd like to get this at least to the...
Turns out that this is maybe not going to be needed (as much) with the much more connect fix in https://github.com/filecoin-project/lotus/pull/9642