Consensys / teku

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

Migrate attester slashing and indexed attestation to schema registry #8736

Closed tbenr closed 1 month ago

tbenr commented 1 month ago

Rolls back to non-versioned schema and type (nice simplification) for AttesterSlashing and IndexedAttestation Starts using the registry inside block schema to lookup these schemas instead of recreating them.

Documentation

Changelog