awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ethereum/consensus-specsAvatar de ethereum

    ethereum/consensus-specs

    3,948Ver en 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
    Ver en GitHub↗3,948
  • input-output-hk/cardano-slAvatar de input-output-hk

    input-output-hk/cardano-sl

    3,756Ver en 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
    Ver en GitHub↗3,756
  1. Home
  2. Data & Databases
  3. Block Storage
  4. Range-based Block Requesting