FIX: removing extra container for ssz blob sidecar response (#14451)

* removing extra container for ssz blob sidecar response

* gaz and changelog

* gaz

* fixing dependencies

* fixing test

* updating values based on feedback"
This commit is contained in:
james-prysm
2024-09-16 09:28:47 -05:00
committed by GitHub
parent 7ac3c01b5b
commit bc9c7193a9
8 changed files with 54 additions and 17 deletions

View File

@@ -60,6 +60,7 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
- `== nil` checks before calling `IsNil()` on interfaces to prevent panics.
- Core: Fixed slash processing causing extra hashing
- Core: Fixed extra allocations when processing slashings
- remove unneeded container in blob sidecar ssz response
### Security