awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ethereum/consensus-specsAvatar von ethereum

    ethereum/consensus-specs

    3,948Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,948
  • input-output-hk/cardano-slAvatar von input-output-hk

    input-output-hk/cardano-sl

    3,756Auf GitHub ansehen↗

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