lighthouse/testing/simulator/src
Jimmy Chen 5cd738c882 Use unique arg names for eth1-sim (#4463)
## Issue Addressed

When trying to run `eth1-sim` locally, the simulator doesn't start for me, and panicked due to duplicate arg names for `proposer-nodes` (using same arg names as `nodes`). Not sure why this isn't failing on CI but failing on mine 🤔 

```
thread 'main' panicked at 'Argument short must be unique
thread 'main' panicked at 'Argument long must be unique
```
2023-07-17 00:14:13 +00:00
..
checks.rs Capella eip 4844 cleanup (#3652) 2022-10-26 15:15:26 -04:00
cli.rs Use unique arg names for eth1-sim (#4463) 2023-07-17 00:14:13 +00:00
eth1_sim.rs Logging via the HTTP API (#4074) 2023-05-22 05:57:08 +00:00
local_network.rs Separate BN for block proposals (#4182) 2023-04-26 01:12:36 +00:00
main.rs Replace ganache-cli with anvil (#3555) 2023-05-15 07:22:02 +00:00
no_eth1_sim.rs Logging via the HTTP API (#4074) 2023-05-22 05:57:08 +00:00
sync_sim.rs Logging via the HTTP API (#4074) 2023-05-22 05:57:08 +00:00