Skip to content

Commit 353aff3

Browse files
committed
feat: real sr25519 signatures + binary evaluation in Docker
- validator-node: Replace placeholder signatures with real sr25519 signing - validator-node: Listen for binary_ready event instead of new_submission_assigned - validator-node: Implement full binary evaluation flow in isolated Docker container - validator-node: Add BinaryReadyPayload struct for new event type - Cargo.toml: Add tempfile dependency for binary evaluation
1 parent 1b29e3d commit 353aff3

File tree

6 files changed

+856
-27
lines changed

6 files changed

+856
-27
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bins/validator-node/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ uuid = { version = "1.0", features = ["v5"] }
5050
tokio-tungstenite = { version = "0.21", features = ["native-tls"] }
5151
futures-util = "0.3"
5252
url = "2.5"
53+
54+
# Binary evaluation
55+
tempfile = "3.10"

0 commit comments

Comments
 (0)