Commit 6531a7af authored by Tedi Mitiku's avatar Tedi Mitiku Committed by GitHub

fix: Update enclave name flag (#87)

parent a5d40e9b
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
- Adds config variables for `genesis_delay` and `capella_fork_epoch` - Adds config variables for `genesis_delay` and `capella_fork_epoch`
- Updates genesis generator version - Updates genesis generator version
- Fixes genesis timestamp such that the shanghai fork can happen based on timestamps - Fixes genesis timestamp such that the shanghai fork can happen based on timestamps
- Update `--enclave-id` flag to `--enclave` in README
### Breaking Change ### Breaking Change
- Introduced optional application protocol and renamed protocol to transport_protocol - Introduced optional application protocol and renamed protocol to transport_protocol
......
...@@ -29,7 +29,7 @@ Quickstart ...@@ -29,7 +29,7 @@ Quickstart
1. Run the package, passing in the params from the file: 1. Run the package, passing in the params from the file:
```bash ```bash
kurtosis run --enclave-id eth2 github.com/kurtosis-tech/eth2-package "$(cat ~/eth2-package-params.json)" kurtosis run --enclave eth2 github.com/kurtosis-tech/eth2-package "$(cat ~/eth2-package-params.json)"
``` ```
Management Management
...@@ -204,7 +204,7 @@ When you're happy with your changes: ...@@ -204,7 +204,7 @@ When you're happy with your changes:
<!------------------------ 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.kurtosis.com/install [kurtosis-cli-installation]: https://docs.kurtosis.com/install
[starlark-docs]: https://docs.kurtosis.com/explanations/starlark [starlark-docs]: https://docs.kurtosis.com/starlark-reference
[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
[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
Package Architecture Package Architecture
=================== ===================
This repo is a Kurtosis package. To get general information on what a Kurtosis package is and how it works, visit [the Starlark documentation](https://docs.kurtosis.com/explanations/starlark). This repo is a Kurtosis package. To get general information on what a Kurtosis package is and how it works, visit [the Starlark documentation](https://docs.kurtosis.com/starlark-reference).
The overview of this particular package's operation is as follows: The overview of this particular package's operation is as follows:
......
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