Ivan
Ivan
# Description This pr is followup of spec issue. It adds support for sr25519 keys for libp2p. ## Links to any relevant issues - https://github.com/libp2p/specs/issues/409 ## Open Questions ## Change...
During DSN sync testing, I hit some errors with `yamux::connection`: ``` 2022-08-04T15:11:32.940897Z ERROR yamux::connection: cbc12e44: socket error: decode error: i/o error: Broken pipe (os error 32) 2022-08-04T15:11:38.946385Z ERROR yamux::connection: e0eaf8e4:...
In our current setup with `subspace-networking` we might have nodes which doesn't support some specific request/response protocol, like piece retrieval by range. For example, for each farmer we have a...
Fixes #705 This pr adds object mappings roots into block header via adding its header to `RootBlock`. Not sure how we should verify the validity of block header. ### Code...
Right now, if we're evicting pieces during writing new ones, we apply them one by one. This can be optimized them by batching those pieces together in the following manner:...
Probably too much libraries inside Dockerfile, haven't tested.
Hello, as I've seen [here](https://github.com/mstallmo/tensorrt-rs/blob/15475c1fdec1686933ba62213e84676a43656915/tensorrt/src/utils.rs#L10) Error now is `anyhow::Error`. As [description](https://crates.io/crates/anyhow) at crates.io of it suggest: > This library provides anyhow::Error, a trait object based error type for easy idiomatic...
# 🐛 Bug: `aptos-cached-packages` writes to cargo home if you use it in your dependencies tree Right now during build of move packages build directory is created inside of its...
At the moment when farmer starts app crashes. You can go through the path setup, specifying plot size and user can see the mnemonic
I don't have `x86_64-darwin` machine, so didn't test it. I can remove it from platforms, though. Also, reth-0.2.0-beta.1 seems to be changed, as I can't reproduce cached build.