diff --git a/EIPS/eip-7495.md b/EIPS/eip-7495.md index 91b1d058aa3082..1b8aaf8257dc3c 100644 --- a/EIPS/eip-7495.md +++ b/EIPS/eip-7495.md @@ -24,7 +24,7 @@ Stable containers are currently not representable in SSZ. Adding support provide 2. **Stable merkle proofs:** Merkle proof verifiers that check specific fields of a `StableContainer[N]` do not need continuous updating when future updates introduce additional fields. Common fields always merkleize at the same [generalized indices](https://github.com/ethereum/consensus-specs/blob/67c2f9ee9eb562f7cc02b2ff90d92c56137944e1/ssz/merkle-proofs.md). -3. **Compact serialization:** SSZ serialization is compact; inactive fields do not consume space. +3. **Optional fields:** Current SSZ formats do not support optional fields, prompting designs to use zero values instead. With `StableContainer[N]`, the SSZ serialization is compact; inactive fields do not consume space. ## Specification