SSZ generation: Remove the // Hash: ... header. (#14760)

* `update-go-ssz.sh`: Remove the `// Hash: ...` line from the generated files header.

* Generate SSZ files.
This commit is contained in:
Manu NALEPA
2024-12-31 13:07:41 +01:00
committed by GitHub
parent 937d441e2e
commit 699a3b07a7
13 changed files with 4 additions and 12 deletions

View File

@@ -17,6 +17,7 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
- New design for the attestation pool. [PR](https://github.com/prysmaticlabs/prysm/pull/14324)
- Add field param placeholder for Electra blob target and max to pass spec tests.
- Add EIP-7691: Blob throughput increase.
- SSZ files generation: Remove the `// Hash: ...` header.
### Changed