Closed etan-status closed 3 months ago
Other implementations of MPT delete entries when attempting to put empty value, because empty value cannot exist in RLP. We should match the behaviour.
Also cross-checked with Geth and Ethereumjs implementations.
This fixes nimbus-eth2 block hash computation when there are transactions with 0 bytes, aligning it with other ELs.
Other implementations of MPT delete entries when attempting to put empty value, because empty value cannot exist in RLP. We should match the behaviour.
Also cross-checked with Geth and Ethereumjs implementations.