Dr Ian Preston
Dr Ian Preston
I'd like to propose an optional extension to bitswap for requiring authorisation to retrieve a block. We've already implemented this and integrated it in Peergos. The proposal is to add...
Update nabu to add local addresses from mdns discovered peers
* It's not safe adding handlers after connect() - it could be the case when data arrives earlier than handlers added and it would just be discarded * Need to...
This allows us to optionally not persist a block to the blockstore after retrieving it via bitswap. This is useful with S3 blockstores to avoid storing non local blocks. They...
A notable omission from the social list is Peergos. https://peergos.org/posts/decentralized-social-media or more detail is here: https://book.peergos.org/
This fixes an issue with secret links being truncated when a large block cache is present.
This means using CommittedWriterData in net.getMetadata rather than just WriterData The committed version has the sequence which we can use to choose the later root. This is much cleaner and...
Add endpoints and ui for changing the proxy target on localhost (before login). ~And for getting/setting the cache size (in the current place).~ These should work on android as well.
This should work on localhost only, both the desktop apps and android app.