Skip to content

Commit 111eab3

Browse files
committed
cutting out many parts, moving from gossip to reqres, todo heartbeat
1 parent 9dc58dd commit 111eab3

27 files changed

+89
-1495
lines changed

.env.example

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ DKN_WALLET_SECRET_KEY=
66
# example: phi3:3.8b,gpt-4o-mini
77
DKN_MODELS=
88

9-
109
## DRIA (optional) ##
1110
# P2P address, you don't need to change this unless this port is already in use.
1211
DKN_P2P_LISTEN_ADDR=/ip4/0.0.0.0/tcp/4001
13-
# Comma-separated static relay nodes
14-
DKN_RELAY_NODES=
15-
# Comma-separated static bootstrap nodes
16-
DKN_BOOTSTRAP_NODES=
1712
# Batch size for task worker, you do not need to edit this.
1813
DKN_BATCH_SIZE=
1914

Cargo.lock

Lines changed: 4 additions & 213 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default-members = ["compute"]
77

88
[workspace.package]
99
edition = "2021"
10-
version = "0.3.9"
10+
version = "0.4.0"
1111
license = "Apache-2.0"
1212
readme = "README.md"
1313

compute/src/gossipsub/mod.rs

Lines changed: 0 additions & 4 deletions
This file was deleted.

compute/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
pub mod config;
2-
pub mod gossipsub;
32
pub mod node;
43
pub mod payloads;
54
pub mod reqres;

0 commit comments

Comments
 (0)