mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 09:46:26 +00:00
403568cd2b
`simutils.nim` is quite outdated w.r.t. code style. Apply the following: - Use string concatenation instead of `strformat` for simple cases - Catch `IOError` and `SerializationError` when loading/saving SSZ files - Catch `ValueError` for remaining `strformat` usage - Consistently use `chronicles` in `loadGenesis`