issues
search
firstbatchxyz
/
dkn-compute-node
Compute Node of Dria Knowledge Network.
Apache License 2.0
93
stars
34
forks
source link
use observed_addr, rfk cancellations, smol fixes
#104
Closed
erhant
closed
3 months ago
erhant
commented
3 months ago
Now
identify
uses
observed_address
instead of all addresses in a loop, this is in line with AutoNATs guide
Logs AutoNAT status update, resolves #102
Cancellation removed within p2pclient, as it suffices to handle it outside at top-level
Resolves #101
Added
profiling
feature for auto-cancel, is needed for profiling to work nicely
Updated Ollama workflows
Added gossipsub data transform impl based on TTL,
not used yet though
, added its test
Added better service checks, Ollama now runs a test workflow to test if CPU / RAM is enough. Added cancellation to this as well.
Added kademlia and identify versioning, resolves #105
Removed
add_explicit_peer
lines, it is causing major bugs due to network size
identify
usesobserved_address
instead of all addresses in a loop, this is in line with AutoNATs guideprofiling
feature for auto-cancel, is needed for profiling to work nicelyadd_explicit_peer
lines, it is causing major bugs due to network size