Fix kzg commitment inclusion proof depth minimal value (#14787)

This commit is contained in:
terence
2025-01-13 07:51:30 -08:00
committed by GitHub
parent 39cf2c8f06
commit 80aa811ab9
2 changed files with 2 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
- Added check to prevent nil pointer deference or out of bounds array access when validating the BLSToExecutionChange on an impossibly nil validator.
- EIP-7691: Ensure new blobs subnets are subscribed on epoch in advance.
- Fix kzg commitment inclusion proof depth minimal value.
### Security