awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ethereum/consensus-specsAvatar ethereum

    ethereum/consensus-specs

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

    input-output-hk/cardano-sl

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