6 repository-uri
Concurrent execution of non-conflicting state updates to increase throughput.
Distinct from Parallel Execution: Specializes general parallel execution for blockchain transactions based on object conflict analysis.
Explore 6 awesome GitHub repositories matching development tools & productivity · Parallel Transaction Execution. Refine with filters or upvote what's useful.
EOS is a Layer 1 blockchain infrastructure and high-throughput transaction engine. It serves as a WebAssembly smart contract platform that manages state transitions and network consensus across a peer-to-peer network. The system utilizes a sandboxed virtual machine for executing smart contract logic and employs a Byzantine Fault Tolerant delegated proof-of-stake consensus mechanism to finalize the global ledger state. It features a resource-based stake model for CPU and memory allocation and an asynchronous messaging system for inter-contract communication to prevent recursive call overflows.
Processes multiple transactions simultaneously by distributing workload across CPU cores.
go-ibax is a blockchain protocol platform and decentralized application infrastructure used to deploy networks with custom governance and token economics. It provides a foundation for building decentralized applications through a framework that integrates identity management and on-chain data storage. The project features a multilingual virtual machine capable of executing smart contracts written in Go, Rust, and Solidity. It implements a sharded blockchain network to increase throughput and a privacy layer utilizing zero-knowledge proofs and homomorphic encryption to anonymize transaction da
Divides nodes and transactions into fragments to improve packaging efficiency and increase transaction processing speed.
Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo
Processes non-conflicting object updates concurrently to increase network throughput and reduce latency.
Cosmos SDK is a modular blockchain application framework and software development kit used to build sovereign layer-one networks. It provides a foundation for creating customizable blockchains featuring native interoperability, sovereign governance, and Byzantine Fault Tolerant consensus engines. The framework is distinguished by its inter-blockchain communication protocol, which enables the transfer of byte-encoded data and digital assets between independent blockchain networks. It supports multiple consensus models, including Proof of Stake and Proof of Authority, and allows for the integra
Supports concurrent execution of non-conflicting transactions to improve network throughput and reduce latency.
Massa este un blockchain Layer 1 multithreaded și o platformă de aplicații descentralizate. Servește ca un registru programabil pentru implementarea contractelor inteligente și executarea operațiunilor descentralizate, utilizând o arhitectură multithreaded pentru a procesa tranzacțiile în paralel. Proiectul dispune de un gateway de găzduire web blockchain pentru stocarea site-urilor imutabile și a codului front-end direct pe registru, pentru a asigura rezistența la cenzură. De asemenea, funcționează ca un bridge de active cross-chain pentru transferul activelor digitale între diferite rețele blockchain și oferă un sistem pentru execuția autonomă a contractelor inteligente care declanșează logica la intervale predefinite fără intervenție manuală. Platforma suportă validarea rețelei prin noduri de staking, bundling atomic de tranzacții și prețuri de stocare bazate pe resurse pentru a gestiona datele on-chain. Permite implementarea aplicațiilor descentralizate și gestionarea activelor digitale într-o rețea distribuită de noduri validatoare.
Features a multithreaded execution engine that processes transactions in parallel to maximize network throughput.
solana-program-library este o suită de programe de sistem blockchain care oferă o bibliotecă de operațiuni blockchain de bază și funcții native implementate ca programe reutilizabile pe Solana. Servește ca o colecție de template-uri de smart contract și implementări de referință pentru deployment-ul programelor verificate pe mașina virtuală Solana. Proiectul oferă infrastructură pentru aplicații descentralizate prin oferirea de programe standardizate care acționează ca blocuri fundamentale pentru aplicații. Se concentrează pe dezvoltarea și deployment-ul de contracte blockchain verificate pentru a asigura o funcționalitate consistentă în întreaga rețea. Biblioteca acoperă operațiunile blockchain de bază prin re-implementarea funcțiilor native de sistem ca programe care vizează mașina virtuală. Aceasta include deployment-ul de smart contract-uri standardizate pentru a menține un comportament consistent în diferite implementări blockchain.
Processes non-conflicting transactions simultaneously through explicit account access declarations to increase throughput.