-
Motivations:
* Free HAMT. We can update the pinset without having to load/store the *entire* pinset. See #4673.
* *One* pinset. This should simplify GC.
* Allows use to deprecate (but not remove)…
-
> The current version is MurmurHash3, which yields a 32-bit or 128-bit hash value. **When using 128-bits, the x86 and x64 versions do not produce the same values**, as the algorithms are optimized for…
-
https://hackage.haskell.org/package/dependent-map-0.2.4.0/docs/Data-Dependent-Map.html provides a "heterogeneous" map type, allowing keys to determine the type of the values.
3noch updated
5 years ago
-
#### Summary
Given a root CID, I would like to traverse that node's DAG quickly (making requests for children in parallel), and stop traversal of links on a per node basis using logic I provide.
#…
-
Noticed while discovering https://github.com/ipfs/go-unixfsnode/issues/54
The contract on `node.Length()` is
https://github.com/ipld/go-ipld-prime/blob/65bfa53512f2328d19273e471ce4fd6d964055a2/dat…
-
Trying to import `web3.storage` from skypack like so:
```html
import { Web3Storage } from 'https://cdn.skypack.dev/web3.storage'
```
fails with:
```
Uncaught TypeError: null has no prope…
-
When I set LOTUS_ENABLE_CHAINSTORE_FALLBACK=1 and then start lotus daemon:
```
$ lotus daemon --halt-after-import --import-snapshot complete_chain_with_finality_stateroots_latest.car
…
-
**Describe what you want implemented**
In VM2 contract size grew in comparison with VM1. Gather more data for proper comparison and try to explain what is causing the growth.
**Describe "Why" thi…
-
Thank you for this extremely useful code, and the backing implementation as well.
I have a use case where I know in advance of a batch of updates that I want, and I want to defer the serialization …
-
How to connect to a store that connects to an IPFS node, for instance `localhost:5001`, could you please give an example?