Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-main-branch-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
export tag_name='docker_pectra';
export keep_images=5;
export latest_suffix='';
export binaries="erigon caplin diag devnet downloader evm hack integration rpcdaemon rpctest sentinel sentry state txpool"
export binaries="erigon caplin diag downloader evm hack integration rpcdaemon rpctest sentinel sentry state txpool"
;;
* )
# use last string after last slash '/' by default if branch contains slash:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
DOCKER_BASE_IMAGE: "debian:12-slim"
APP_REPO: "erigontech/erigon"
PACKAGE: "github.com/erigontech/erigon"
BINARIES: "erigon downloader devnet evm caplin diag integration rpcdaemon sentry txpool"
BINARIES: "erigon downloader evm caplin diag integration rpcdaemon sentry txpool"
DOCKERHUB_REPOSITORY: "erigontech/erigon"
DOCKERHUB_REPOSITORY_DEV: "erigontech/dev-erigon"
DOCKERFILE_PATH: "Dockerfile"
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ geth: erigon
erigon: go-version erigon.cmd
@rm -f $(GOBIN)/tg # Remove old binary to prevent confusion where users still use it because of the scripts

COMMANDS += devnet
COMMANDS += capcli
COMMANDS += downloader
COMMANDS += hack
Expand Down
130 changes: 0 additions & 130 deletions cmd/devnet/README.md

This file was deleted.

104 changes: 0 additions & 104 deletions cmd/devnet/accounts/accounts.go

This file was deleted.

Loading
Loading