mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-14 06:15:57 +00:00
7b72109afa
why: previously, table data were stored with the table iterator. while loading a table with permuted entries will always reconstruct equivalent tables (in the sense of `==`), serialisation data are not comparable. this patch produces always the same serialised data for equivalent tables.