3 مستودعات
Workflows for validating and executing a validator's request to voluntarily leave the network.
Distinct from Request Validation: Distinct from generic Request Validation: this is a domain-specific business logic process for validator lifecycle management, not a technical HTTP middleware check.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Validator Exit Processing. Refine with filters or upvote what's useful.
Canopy is the official Go implementation of a blockchain node that runs a recursive network architecture, enabling new blockchains to launch as dependent layers that can later graduate into fully independent security roots. The project provides a hybrid consensus mechanism that combines Byzantine fault-tolerant Proof-of-Stake with Verifiable-Delay Functions, delivering instant finality while protecting against long-range attacks through trustless chain age verification. Validators secure multiple chains simultaneously through restaking, where a single bonded stake serves as collateral across t
Initiates permanent validator exit with bond return after a governance-controlled waiting period where slashing still applies.
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
The project validates and executes requests from validators to leave the network using a fixed fork version.
Prysm is a Go implementation of the Ethereum consensus layer, providing an Ethereum proof of stake client, beacon node, and validator client. It enables the operation of beacon nodes to track network state and the running of validator nodes to propose blocks and sign attestations. The project includes an MEV-boost integrated client that routes blocks through external relays and builders to optimize transaction fee rewards. It provides a slashing protection database to prevent conflicting signatures and supports remote key signing to keep private keys on external secure services. The software
Manages the process for validators to voluntarily leave the network and stop participating in consensus.