nimbus-eth2/research
Etan Kissling 403568cd2b
modernize `simutils` (#5901)
`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`
2024-02-17 20:23:26 +01:00
..
.gitignore wss_sim: state transition simulator (#3309) 2022-01-22 10:25:30 +01:00
block_sim.nim refactor addHeadBlock() to research/ and tests/ helper (#5874) 2024-02-09 23:46:51 +00:00
block_sim.nim.cfg remove `news` leftovers (#4299) 2022-11-08 20:06:54 +00:00
fakeee.nim Fix typos (#5835) 2024-01-29 09:37:38 +00:00
mev_mock.nim split out eth1chain into its own module (#5768) 2024-01-17 15:26:16 +01:00
nim.cfg chronos: bump (#5684) 2024-01-05 10:08:38 +01:00
simutils.nim modernize `simutils` (#5901) 2024-02-17 20:23:26 +01:00
stack_sizes.nim add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01:00
timing.nim Local sim impovements (#4551) 2023-02-23 02:10:07 +00:00
wss_sim.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00