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
·

3 Repos

Awesome GitHub RepositoriesLedger Bloat Prevention

Mechanisms to prevent uncontrolled growth of the distributed ledger state.

Distinguishing note: Existing candidates focus on sharding or encryption, not the economic requirement of asset reserves to limit ledger state size.

Explore 3 awesome GitHub repositories matching data & databases · Ledger Bloat Prevention. Refine with filters or upvote what's useful.

Awesome Ledger Bloat Prevention GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • xrplf/rippledAvatar von XRPLF

    XRPLF/rippled

    5,166Auf GitHub ansehen↗

    rippled is a peer-to-peer node implementation for the XRP Ledger. It serves as a distributed ledger consensus engine and a blockchain API gateway, allowing servers to validate transactions and maintain a shared, immutable sequence of ledger state. The project features a built-in decentralized exchange engine capable of executing atomic cross-currency payments and managing order books. It includes an on-chain asset management system for issuing and controlling fungible tokens and NFTs, as well as a Byzantine Fault Tolerant system for coordinating validators. The platform provides comprehensiv

    Implements economic requirements for asset reserves to prevent uncontrolled growth of the distributed ledger state.

    C++blockchainc-plus-pluscplusplus
    Auf GitHub ansehen↗5,166
  • mimblewimble/grinAvatar von mimblewimble

    mimblewimble/grin

    5,090Auf GitHub ansehen↗

    Grin is a protocol implementation and blockchain node that provides a confidential transaction system. It uses Pedersen Commitments and homomorphic encryption to verify value integrity and ensure a consistent money supply without revealing specific transaction amounts or participant identities. The project distinguishes itself through an interactive transaction exchange model, where wallets coordinate multi-round data exchanges to build signed transactions. To maintain anonymity, the system supports onion-routed transaction delivery and masks originating IP addresses through specialized relay

    Discourages network flooding by charging transaction fees proportional to the storage costs.

    Rustcryptocurrencycryptographygrin
    Auf GitHub ansehen↗5,090
  • stellar/stellar-coreAvatar von stellar

    stellar/stellar-core

    3,269Auf GitHub ansehen↗

    Stellar Core is the primary software implementation of the Stellar blockchain network, serving as a distributed ledger and a Federated Byzantine Agreement system. It functions as a core node that maintains the shared state of the network and provides a runtime environment for executing WebAssembly smart contracts. The project enables the creation and management of digital assets, including the implementation of decentralized exchanges through distributed orderbooks and automated liquidity pools. It facilitates cross-border payment settlement by routing assets via path payments and bridging di

    Locks specific ledger entries through network configuration to prevent further modifications.

    C++
    Auf GitHub ansehen↗3,269
  1. Home
  2. Data & Databases
  3. Ledger Bloat Prevention

Unter-Tags erkunden

  • Economic Spam PreventionPrevention of network spam using economic costs, such as destroying currency as a transaction fee. **Distinct from Ledger Bloat Prevention:** Distinct from general ledger bloat prevention by focusing on the transaction-level cost as a deterrent for spam.
  • Ledger Entry LockingMechanisms to freeze specific ledger entries via network configuration to prevent modifications. **Distinct from Ledger Bloat Prevention:** Focuses on locking specific entries for governance/stability rather than general state growth prevention.