Alex Potsides
Alex Potsides
Needs the changes in https://github.com/paullouisageneau/libjuice/pull/292 before this can be merged.
Thank you for your patience and all the feedback! > I can help if necessary Yes please! I can take a stab at this but it seems like you have...
Looks good to me 👍
@paullouisageneau are there any further changes you'd like to see here or is this ready to go in?
Thanks for opening this pull request. Could you please update the description to state why this is necessary?
This PR changes the method signatures compatible with the as-yet unreleased [email protected] similar to https://github.com/ChainSafe/js-libp2p-noise/pull/440 The corresponding changes to take advantage of this PR are in https://github.com/libp2p/js-libp2p/pull/2662 and that PR...
@wemeetagain where is the repo for this module? Everything seems to point to https://github.com/ChainSafe/as-sha256 which was archived a couple of years ago..
Answering my own question: https://github.com/ChainSafe/ssz/pull/401
I think the API has some rough edges here. Of note: - [fileSize](https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFSStats.html#fileSize)/[localFileSize](https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFSStats.html#localFileSize) doesn't apply to directories - [dagSize](https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFSStats.html#dagSize)/[localDagSize](https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFSStats.html#localDagSize) this is impossible to calculate for directories unless all blocks are...
I guess you could have a [Routing](https://github.com/ipfs/helia/blob/main/packages/interface/src/routing.ts#L53) implementation that just does IPNS-over-HTTP things and configure that instead of `delegatedHTTPRouting`? Basically just the `put`/`get` methods from [DelegatedHTTPRouter](https://github.com/ipfs/helia/blob/main/packages/routers/src/delegated-http-routing.ts#L19). Alternatively you could create...