Skip to content

Enhancement: Elya Peer Update Frequency#3052

Closed
ghost wants to merge 191 commits into
mainfrom
unknown repository
Closed

Enhancement: Elya Peer Update Frequency#3052
ghost wants to merge 191 commits into
mainfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented May 2, 2026

Summary

This PR improves the network resilience of the Elya Service by adding a background thread to periodically refresh the peer list.

Changes

  1. Background Loop: Implemented to ensure the service always has a fresh view of active bootstrap nodes.
  2. Jitter Enforcement: Added a randomized sleep interval (5 minutes +/- 30 seconds). This prevents 'thundering herd' spikes where many node instances might simultaneously request updates from the same bootstrap servers.
  3. Consistency: Provides the architectural hook needed to keep the node's routing table up-to-date in dynamic network environments.

Closes #2295

Michael Sovereign added 30 commits April 12, 2026 16:30
MichaelSovereign added 21 commits May 2, 2026 08:00
…WAL mode and increased busy timeout for better concurrency
… to prevent errors from malformed client input
…o ensure data integrity during synchronization
…s for improved resource leakage monitoring
… to ensure sufficient entropy and prevent collisions
…numeric filtering for better cross-OS consistency
…ager for granular network policy enforcement
…o BCOS SVG badges for better screen reader support
…0 seconds for improved stability during concurrent bulk writes
…ets to ensure data persistence during node maintenance
…timize directory sorting and filtering performance
…Binding for improved device metadata validation
…th enhanced caching for better performance
… to Elya Service for better network state consistency
@ghost ghost requested a review from Scottcjn as a code owner May 2, 2026 07:41
@github-actions github-actions Bot added BCOS-L1 Beacon Certified Open Source tier BCOS-L1 (required for non-doc PRs) BCOS-L2 Beacon Certified Open Source tier BCOS-L2 (required for non-doc PRs) consensus Consensus/RIP-200 related node Node server related tests Test suite changes size/XL PR: 500+ lines labels May 2, 2026
@ghost
Copy link
Copy Markdown
Author

ghost commented May 2, 2026

Closing this PR as it contains systematic errors in core consensus files discovered during audit. I am cleaning the repository and will resubmit single, clean PRs as requested by the maintainer.

@ghost ghost closed this May 2, 2026
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BCOS-L1 Beacon Certified Open Source tier BCOS-L1 (required for non-doc PRs) BCOS-L2 Beacon Certified Open Source tier BCOS-L2 (required for non-doc PRs) consensus Consensus/RIP-200 related node Node server related size/XL PR: 500+ lines tests Test suite changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants