-
The spec says that `multicodec` and `defaultHashAlg` are top-level properties, but all implementations implement them as properties of the resolver.
I'd argue that the implementations are wrong. Th…
-
Hey,
I'm currently trying to create a new IPLD format resolver. It works fine, however a strange thing happen ... Sometime, when the object i'm trying to push is "too" long i got the following when…
-
It seems weird to me that you can do this sort of thing, where there's no guarentee that the passed CID has any relation to the node we're trying to store:
```javascript
const cid = new CID('QmTmx…
-
would be nice to do a `ipldResolver.get` and get back a pullStream that passes back all nodes touched
would also be nice (for analytics) to be able to spy on all nodes being resolved by any request…
-
After installing the go-filecoin dependency using:
FILECOIN_USE_PRECOMPILED_RUST_PROOFS=true go run ./build deps
And then successfully built and installed it using:
go run ./build build
go run .…
-
Hi everyone,
I'm working on [pando](https://github.com/pandonetwork/pando/) - a decentralized `git-remote` based on IPFS, Ethereum and Aragon - and I think I've spotted an error in how this resolve…
-
The AEgir 17.1.1 release changes the linting rules compared to 17.1.0. Failing linting kind of breaks build, hence I propose doing an AEgir 18.0.0 release and manually editing the changelog mentioning…
-
sometimes the values to hash are smaller than a cryptographic hash digest, and merits just actually storing the data itself as the hash value. (Example use case: a multihash of an ed25519 256bit pub k…
-
- [ ] ~~s/interface-ipld-format/ipld-format~~ (is this still an issue?)
- [x] s/go-ipld-node/go-ipld-format
- [ ] create go-ipld-node and go-ipld-resolver underneath go-ipld-format
- [ ] update the…
-
1. Say you have an image of a blue whale from Wikipedia:
\> `ipfs cat /ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/I/m/Anim1754_-_Flickr_-_NOAA_Photo_Library.jpg > whale.jpg` #OK
2. But …