Consensys / teku

Open-source Ethereum consensus client written in Java
https://consensys.io/teku
Apache License 2.0
662 stars 278 forks source link

EIP-7549 redesign - SingleAttestation and OnchainAttestation #8643

Open mehdi-aouadi opened 1 week ago

mehdi-aouadi commented 1 week ago

Refactor the EIP-7549 implementation to separate the unaggregated attestation from aggregated ones. Spec PRs:

  1. Separate type for onchain attestation aggregates
  2. Separate type for unaggregated network attestations

Schema definitions changes:

Attestation processing changes:

Gossip changes:

Beacon API changes: