dkn-compute-node
dkn-compute-node copied to clipboard
Compute Node of Dria Knowledge Network.
see the line: https://github.com/firstbatchxyz/dkn-compute-node/blob/1abbc364e1225eca5f690e961e0e89cfc21856be/p2p/src/behaviour.rs#L157 it should return `eyre::Result` instead, and necessary updates should be made throughout the code to propagate the error or log it
Ever since we did the changes below: - instead of looping all addresses in `info.listen_addrs` we simply use `info.observed_addr` - fixed the `add_explicit_peer` on all peers (which caused memory issues)...
The new minor version shall include: - Resolve #122 - Resolve #121 - Resolve #112
This repository could be (and should be) turned into a workspace with the following crates: 1. `dkn-p2p-client` that handles all P2P connections 2. `dkn-model-client` that handles Workflow execution, and model...
Instead of Admin public key given within the `.env`, we will fetch RPC public keys at runtime.
it may be the case that when most of the network is gathered around a specific region, outliers are not able to join potentially due to low peer scores (via...
When the node terminates, we should see a summary like "this many XXX tasks processed, YYY messages received and ZZZ tasks skipped" or such.
AutoNAT usually decides on the status at the start after a few seconds, most of the time its `Unknown` to `Private` In a random run this happened: 1. As usual,...