update docu (#1074)

why:
  extract_consensus_data.nim has been integrated into consensus_sim.nim
This commit is contained in:
Jordan Hrycaj 2022-05-06 16:49:48 +01:00 committed by GitHub
parent 3b9f0e3980
commit 5467abed8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -98,19 +98,19 @@ Working directory is nimbus-eth1 root directory. And you can see the result
in a markdown file with the same name with the simulator. in a markdown file with the same name with the simulator.
- ethereum/consensus - ethereum/consensus
- first you need to run `extract_consensus_data`
```nim
nim c -r -d:release hive_integration/nodocker/consensus/extract_consensus_data
```
- then you can run the simulator
```nim ```nim
nim c -r -d:release hive_integration/nodocker/consensus/consensus_sim nim c -r -d:release hive_integration/nodocker/consensus/consensus_sim
``` ```
Note that this progam expects the _./tests_ directory accessible. So if
you compile from the _hive_integration/nodocker_ directory on a Posix
system,, the _./tests_ directory would be a symlink to _../../tests_.
- ethereum/graphql - ethereum/graphql
```nim ```nim
nim c -r -d:release hive_integration/nodocker/graphql/graphql_sim nim c -r -d:release hive_integration/nodocker/graphql/graphql_sim
``` ```
Similar to above, the directory _./hive_integration_ is expeced.
## Observations when working with hive/docker ## Observations when working with hive/docker
### DNS problems with hive simulation container running alpine OS ### DNS problems with hive simulation container running alpine OS