Consensys / teku

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

Aggregate and proof in schema registry #8770

Closed tbenr closed 4 weeks ago

tbenr commented 4 weeks ago

AggregateAndProof and SignedAggregateAndProof migration to schema registry.

Fixed a bug in attestation provider that has not broken Deneb just because I missed using the registry in the schema definition class :)

Documentation

Changelog

lucassaldanha commented 4 weeks ago

Fixed a bug in attestation provider that has not broken Deneb just because I missed using the registry in the schema definition class :)

Epic!