Open
Conversation
These are now generated deterministically at runtime via `node generate-configs` and no longer need to be checked in.
ConsensusEngine now implements IntoFuture, bridging the sync thread join into async via spawn_blocking. ValidatorNode::run() uses tokio::select! to race ctrl-c against the consensus future, ensuring the process exits with a non-zero code on thread panic so systemd can restart it.
Adds a CLI tool for interacting with Hellas nodes via gRPC. Supports wallet management, account/block queries, and transaction submission. Enables tonic-web on both server and client sides, with automatic TLS for https:// endpoints.
Adds flake.nix with multi-instance NixOS module (services.hellas.validators), nix build for node and CLI packages, and a NixOS integration test that boots a 6-node network and verifies consensus, P2P mesh, and gRPC queries.
Drop rustfmt.toml (edition is read from Cargo.toml) and remove hardcoded toolchain versions from CI so all jobs use rust-toolchain.toml as the single source of truth.
When a node is down, L-notarization (N-F votes) has zero margin. Late votes for past views can be missed due to message ordering, causing finalization to stall permanently while views keep advancing on M-notarization alone. Add a finalization sweep to the tick handler (10ms) that retries finalization for any non-finalized view that already has enough votes. This is a no-op when finalization is working normally.
8d182fc to
bdd94b0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.