feat: persistence meter, consensus tuning, TLS fix, spammer/arch docs#5
Merged
ZhiyuCircle merged 4 commits intocirclefin:mainfrom Apr 6, 2026
Conversation
- Add rustls-tls-native-roots to snapshot download for TLS compatibility - Document spammer backpressure and fire-and-forget operating modes - Document quake load/spam commands with usage examples - Refresh ARCHITECTURE.md: updated crate paths, precompile addresses, remove denylist references - Add ADR 0002-0004 to index - Add testnet/alpha disclaimer to root README
- Add persistence latency tracking to eth-engine - Extend consensus ready handler with validator set management - Fix follow endpoint URL handling - Add new CLI config options for consensus tuning - Update quake localdev scenarios and compose templates - Update node docs and dependency versions
buf-breaking was hardcoded to compare against 'master'. This fails on repos where the default branch is 'main'. Auto-detect via git symbolic-ref with fallback to 'master'.
…eshold flag - Replace `port + 1` with `checked_add(1)?` in `derive_ws_url` to safely return `None` on port 65535 instead of panicking on overflow. - Move `--execution-persistence-backpressure-threshold` inside the backpressure `if` guard so the threshold is only set when backpressure is enabled. - Add unit tests for `derive_ws_url`.
ZhiyuCircle
approved these changes
Apr 6, 2026
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.
Summary
rustls-tls-native-rootsto snapshot download reqwest features (fixes TLS on platforms without bundled certs)docs/ARCHITECTURE.mdwith current crate paths, precompile addresses, remove stale denylist referencesdocs/adr/README.mdREADME.md