awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesRange-based Block Requesting

Protocols for requesting a sequence of blocks within a specific slot range.

Distinct from Block Storage: Specifically deals with blockchain block ranges rather than generic block-level storage architecture.

Explore 2 awesome GitHub repositories matching data & databases · Range-based Block Requesting. Refine with filters or upvote what's useful.

Awesome Range-based Block Requesting GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ethereum/consensus-specsالصورة الرمزية لـ ethereum

    ethereum/consensus-specs

    3,948عرض على GitHub↗

    This project provides the formal technical specifications and reference logic for the Ethereum proof-of-stake consensus layer. It defines the standards for block production, state transition rules, and the beacon chain logic required to ensure consistent network agreement. The implementation covers specialized mechanisms for chain security and efficiency, including fork-choice algorithms for canonical chain determination, committee-based signature aggregation, and KZG-based blob commitments for data availability. It also specifies the protocols for light client synchronization using sync comm

    Retrieves lists of signed beacon blocks within specified slot ranges for network synchronization.

    Python
    عرض على GitHub↗3,948
  • input-output-hk/cardano-slالصورة الرمزية لـ input-output-hk

    input-output-hk/cardano-sl

    3,756عرض على GitHub↗

    This project is a blockchain node software implementation that maintains a decentralized ledger using the Ouroboros proof-of-stake consensus protocol. It provides a complete environment for operating a distributed record, including a cryptocurrency wallet backend and a peer-to-peer network layer. The system is distinguished by its use of a UTXO-based ledger model and a diffusion-based state synchronization layer for node communication. It integrates a Public Key Infrastructure with TLS-authenticated communication to secure inter-node traffic and employs hierarchical deterministic key derivati

    Provides an explorer endpoint to retrieve specific sequences of blocks for chain analysis.

    Haskell
    عرض على GitHub↗3,756
  1. Home
  2. Data & Databases
  3. Block Storage
  4. Range-based Block Requesting