You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The section Developing locally with docker is outdated. It references services which don't exist anymore in docker-compose.yml like e.g. eth1, prysm, postgres
There seems to be a new helper script under local-deployment/run.sh but when running it with start I get an error like this (see attached screenshot):
INFO[2024-06-20T18:50:54+02:00] Uploading and executing package 'github.com/gobitfly/eth2-beaconchain-explorer/local-testnet'
There was an error interpreting Starlark code
Evaluation error: An error occurred while loading the module 'github.com/kurtosis-tech/ethereum-package/src/package_io/input_parser.star'
Caused by: Error occurred while validating /kurtosis-data/repositories/kurtosis-tech/ethereum-package/kurtosis.yml
Caused by: The package name in kurtosis.yml must match the location it is in. Package name is 'github.com/ethpandaops/ethereum-package' and kurtosis.yml is found here: 'github.com/kurtosis-tech/ethereum-package'
at [github.com/gobitfly/eth2-beaconchain-explorer/local-testnet/main.star:1:29]: <toplevel>
Error encountered running Starlark code.
So the refined section should probably get into this as well as referencing the seemingly more up-to-date README.md at local-deployment/README.md
To Reproduce
Steps to reproduce the behavior:
cd local-deployment
docker-compose up eth1 prysm postgres
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Desktop (please complete the following information):
Describe the bug
The section
Developing locally with docker
is outdated. It references services which don't exist anymore indocker-compose.yml
like e.g. eth1, prysm, postgresThere seems to be a new helper script under
local-deployment/run.sh
but when running it withstart
I get an error like this (see attached screenshot):So the refined section should probably get into this as well as referencing the seemingly more up-to-date README.md at
local-deployment/README.md
To Reproduce
Steps to reproduce the behavior:
cd local-deployment
docker-compose up eth1 prysm postgres
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
![image](https://private-user-images.githubusercontent.com/8218910/341500934-6c1d08eb-7fdf-4ba0-8f3d-66778a6c6cef.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDY1OTMsIm5iZiI6MTczOTU0NjI5MywicGF0aCI6Ii84MjE4OTEwLzM0MTUwMDkzNC02YzFkMDhlYi03ZmRmLTRiYTAtOGYzZC02Njc3OGE2YzZjZWYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTRUMTUxODEzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NWU0YzU5ZDA1NGIyZTIxYWNlNzY3Y2VjYjIxMjk1NzNhNmJkNTNiZGEwNzEwNTcyMzdhNTZlMjBjYjBlMTI5MyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.deYWXS5vVFEppibiV8encSH33piXWCsiNFDbUSqFCAc)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: