Skip to content

feat: persistence meter, consensus tuning, TLS fix, spammer/arch docs#5

Merged
ZhiyuCircle merged 4 commits intocirclefin:mainfrom
msheth-circle:feat/tls-fix-spammer-docs-arch-refresh
Apr 6, 2026
Merged

feat: persistence meter, consensus tuning, TLS fix, spammer/arch docs#5
ZhiyuCircle merged 4 commits intocirclefin:mainfrom
msheth-circle:feat/tls-fix-spammer-docs-arch-refresh

Conversation

@msheth-circle
Copy link
Copy Markdown
Contributor

Summary

  • Add rustls-tls-native-roots to snapshot download reqwest features (fixes TLS on platforms without bundled certs)
  • Document spammer backpressure and fire-and-forget operating modes in spammer + quake READMEs
  • Refresh docs/ARCHITECTURE.md with current crate paths, precompile addresses, remove stale denylist references
  • Add ADR 0002-0004 entries to docs/adr/README.md
  • Add testnet/alpha software disclaimer to root README.md
  • Add persistence latency tracking module 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

atiwari-circle and others added 4 commits April 6, 2026 11:47
- 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 ZhiyuCircle merged commit 400d15f into circlefin:main Apr 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants