Giulio rebuffo
Giulio rebuffo
Memory_mutation.go contains a data structures which emulates the BTree interface of our Database, it can be thought as just a Btree which acts as a map. each mutations has tables...
## Objective The goal of this ticket is to integrate the `/eth/v1/validator/beacon_committee_subscriptions` endpoint from the Ethereum Beacon API into Caplin. This integration aims to enable validators within our system to...
# Add `ContributionAndProof` Handling to Caplin ## Summary This issue proposes the integration of `ContributionAndProof` message handling into Caplin (Consensus Layer). Handling these messages is crucial for validators to participate...
# Sync Committee Contribution pooling First of all, a distinction: * Sync Committee Messages are single unaggregated messages from a specific validator * Sync Committee Contributions are aggregated messages from...
# Beacon Node API Implementation Roadmap This document outlines the tasks to implement the Beacon Node API endpoints. ## Beacon - [x] `GET /eth/v1/beacon/genesis` - Retrieve details of the chain's...
**ATTENTION: ERC-RELATED PULL REQUESTS NOW OCCUR IN [ETHEREUM/ERCS](https://github.com/ethereum/ercs)** -- When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md We have a GitHub bot...