Łukasz Magiera
Łukasz Magiera
I am using this engine to index modarate-size IPv6 only network(using squid proxy) where some services don't have domain names and instead use raw IPv6 URLs which look like `http://[2001:db8:85a3:8d3:1319:8a2e:370:7348]/`....
I'm on a new internet connection since a few weeks and I'm noticing interesting pattern with the ISP provided router - it can handle 1000s of connections just fine, but...
We currently don't support TLS here, so a reverse proxy needs to be set up, which has the side effect of loosing real ip addresses in `ipfs swarm peers`. We...
It would be really useful to have some mechanism to get very detailed execution gas usage info. This can be done by enabling debug symbols in wasmtime, adding a syscall...
* Lotus -> https://github.com/filecoin-project/lotus/blob/master/chain/vm/vm.go#L787-L796 * FVM -> https://github.com/filecoin-project/ref-fvm/blob/master/fvm/src/blockstore/buffered.rs#L192
Depends on https://github.com/filecoin-project/fvm-wasm-instrument/pull/5 TBD if we want to keep this, it's probably useful for debugging; If we want this, we will need to: * [ ] Put this behind a...
If setup a chain of multisig actors, each calling each other, I can cause a stack overflow, which can crash a client, or cause multiple implementations to compute a different...
Would be great to have, possibly letting us save a lot of memory in some palces
Currently big objects are added to directly ipfs with the header: https://github.com/magik6k/git-remote-ipld/blob/master/cmd/git-remote-ipld/ipld.go#L242 We could add just raw data, and then wrap it with an object with `[blob/tree/*] [size]\0` and a...