Commit 84470005 authored by Gyanendra Mishra's avatar Gyanendra Mishra

Merge branch 'master' into gyani/load-import

parents 2438cbd1 80cb4668
...@@ -198,6 +198,10 @@ When you're happy with your changes: ...@@ -198,6 +198,10 @@ When you're happy with your changes:
- `mieubrisse` (Kurtosis) - `mieubrisse` (Kurtosis)
- Once everything works, merge! - Once everything works, merge!
## Known Bugs
`wait_for_epoch_finalization` - doesn't work as expected, as Starlark doesn't have ways to do assertions on facts just yet. The [issue](https://github.com/kurtosis-tech/eth2-module/issues/15) tracks this.
<!------------------------ Only links below here --------------------------------> <!------------------------ Only links below here -------------------------------->
[docker-installation]: https://docs.docker.com/get-docker/ [docker-installation]: https://docs.docker.com/get-docker/
[kurtosis-cli-installation]: https://docs.kurtosistech.com/installation.html [kurtosis-cli-installation]: https://docs.kurtosistech.com/installation.html
...@@ -205,8 +209,4 @@ When you're happy with your changes: ...@@ -205,8 +209,4 @@ When you're happy with your changes:
[using-the-cli]: https://docs.kurtosis.com/cli [using-the-cli]: https://docs.kurtosis.com/cli
[prysm-issue]: https://github.com/prysmaticlabs/prysm/issues/11508 [prysm-issue]: https://github.com/prysmaticlabs/prysm/issues/11508
[nimbus-issue]: https://github.com/status-im/nimbus-eth2/issues/4193 [nimbus-issue]: https://github.com/status-im/nimbus-eth2/issues/4193
[erigon-issue]: https://github.com/kurtosis-tech/eth2-merge-kurtosis-module/issues/154 [erigon-issue]: https://github.com/kurtosis-tech/eth2-merge-kurtosis-module/issues/154
\ No newline at end of file
## Known Bugs
`wait_for_epoch_finalization` - doesn't work as expected, as Starlark doesn't have ways to do assertions on facts just yet. The [issue](https://github.com/kurtosis-tech/eth2-module/issues/15) tracks this.
\ No newline at end of file
...@@ -23,7 +23,7 @@ The module has six main components, in accordance with the above operation: ...@@ -23,7 +23,7 @@ The module has six main components, in accordance with the above operation:
1. [Module I/O][module-io] 1. [Module I/O][module-io]
1. [Static Files][static-files] 1. [Static Files][static-files]
1. [Participant Network][participant-network] 1. [Participant Network][participant-network]
1. Auxiliary Services 1. [Auxiliary Services][auxiliary-services]
1. [Merge Verification Logic][testnet-verifier] 1. [Merge Verification Logic][testnet-verifier]
[Main][main-function] [Main][main-function]
...@@ -103,4 +103,6 @@ Once the Ethereum network is up and running, verification logic will be run to e ...@@ -103,4 +103,6 @@ Once the Ethereum network is up and running, verification logic will be run to e
[participant-network]: https://github.com/kurtosis-tech/eth2-module/tree/master/src/participant_network [participant-network]: https://github.com/kurtosis-tech/eth2-module/tree/master/src/participant_network
[ethereum-genesis-generator]: https://github.com/skylenet/ethereum-genesis-generator [ethereum-genesis-generator]: https://github.com/skylenet/ethereum-genesis-generator
[static-files]: https://github.com/kurtosis-tech/eth2-module/tree/master/static_files [static-files]: https://github.com/kurtosis-tech/eth2-module/tree/master/static_files
[testnet-verifier]: https://github.com/kurtosis-tech/eth2-module/tree/master/src/testnet_verifier [testnet-verifier]: https://github.com/kurtosis-tech/eth2-module/tree/master/src/testnet_verifier
\ No newline at end of file
[auxiliary-services]: #auxiliary-services
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment