Consensys / teku

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

use the correct schema definitions #8797

Closed mehdi-aouadi closed 2 weeks ago

mehdi-aouadi commented 3 weeks ago

PR Description

Update the DataStructureUtil to use the correct schema definitions when generating attestations. Also reformatted some json file to make them readable by the same occasion. This is required in #8790 in order to make the DataStructureUtil use the correct schema definition when generating Attestation related data when dealing with fork aware spec in the tests.

Fixed Issue(s)

Documentation

Changelog