3 个仓库
Synchronization of the execution engine by reorganizing the payload chain and persisting the finalized state.
Distinct from Execution State Persistence: Focuses on blockchain payload chain reorganization rather than database query checkpoints.
Explore 3 awesome GitHub repositories matching data & databases · Execution Chain Synchronization. Refine with filters or upvote what's useful.
Optimism 是一个以太坊 Optimistic Rollup 扩容栈,旨在通过在二层网络处理交易并将状态结算至以太坊主网来提高交易吞吐量。它作为一个扩容框架,利用 Rollup 定序器对交易进行排序、生成区块,并将批量数据提交至主链。 该系统具备欺诈证明系统,利用链上指令模拟来解决争议并验证状态转换的正确性。它还包含一套专门的工具集,用于部署和升级引导及维护该扩容网络所需的智能合约。 该项目涵盖了广泛的功能领域,包括区块链状态同步、跨链消息路由以及具备高可用故障转移功能的定序器管理。它还为数据可用性、故障证明生成以及开发区块链组件的面向服务框架提供了基础设施。 该仓库包含一个开发工具包,提供账户管理、网络模拟和集成测试等实用程序,用于验证系统行为和升级稳定性。
Provides a recovery process to synchronize the canonical chain by determining required data from the first layer.
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
Updates the execution engine by reorganizing the payload chain to a new head and persisting finalized state.
Erigon is an Ethereum execution client and blockchain archive node designed to maintain full or archive copies of the blockchain. It functions as a Proof-of-Stake validator, an Ethereum RPC server, and a network validator operation tool, providing the core infrastructure to validate blocks and secure the chain. The project distinguishes itself through high-performance storage and data distribution, utilizing a flat key-value state storage system instead of a Merkle Patricia Trie to increase read and write speeds. It employs BitTorrent-based data distribution for immutable historical blockchai
Implements a synchronization process that reorganizes the payload chain to verify and persist the finalized blockchain state.