feat: receive calculated block for server

feat:  somewhat consensus structure
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-05-29 03:54:54 +03:00
parent e7d10c46f8
commit 92b748ab6a
7 changed files with 206 additions and 24 deletions

View file

@ -13,3 +13,4 @@ serde_json = "1.0.117"
sha3 = "0.10.8"
tokio = { version = "1.37.0", features = ["full"] }
tokio-tungstenite = "0.21.0"
uuid = { version = "1.8.0", features = ["v4"] }