1
0

Compare commits

..

6 Commits

Author SHA1 Message Date
84c95a607f * cerc-fixturenet-eth-genesis/Dockerfile: fix build on gitea 2023-07-11 20:37:22 +08:00
822c4c1f3b plugeth stack: reorder
pull & plugin stuff before lighthouse to fail faster
2023-07-11 17:03:56 +08:00
3e7b5dc278 fix env var 2023-07-07 17:43:49 +08:00
922a704ac5 forward more vars for debugging
forward CERC_GETH_VERBOSITY

forward CERC_STATEDIFF_DB_LOG_STATEMENTS

forward CERC_REMOTE_DEBUG
2023-07-07 17:43:46 +08:00
19412f4d04 log diagnostics & errors to stderr 2023-07-07 17:43:24 +08:00
53127fbf24 factor out eth genesis & fix plugeth stack
fix geth flag

refactors genesis generation into new image
2023-07-06 12:33:48 +08:00
2 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
FROM skylenet/ethereum-genesis-generator@sha256:210353ce7c898686bc5092f16c61220a76d357f51eff9c451e9ad1b9ad03d4d3 AS ethgen
FROM golang:1.20-alpine as builder
FROM golang:1.20-alpine3.18 as builder
RUN apk add --no-cache python3 py3-pip
@ -22,6 +22,6 @@ RUN cd /opt/genesis && make genesis-el
RUN go install github.com/cerc-io/eth-dump-genblock@latest
RUN eth-dump-genblock /opt/genesis/build/el/geth.json > /opt/genesis/build/el/genesis_block.json
FROM alpine:latest
FROM alpine:3.18
COPY --from=builder /opt/genesis /opt/genesis

View File

@ -2,28 +2,28 @@ version: "1.2"
name: fixturenet-plugeth-tx
decription: "plugeth Ethereum Fixturenet w/ tx-spammer"
repos:
- github.com/cerc-io/tx-spammer
- github.com/dboreham/foundry
- git.vdb.to/cerc-io/plugeth@statediff-wip
- git.vdb.to/cerc-io/plugeth-statediff@wip
- github.com/cerc-io/lighthouse
- github.com/cerc-io/ipld-eth-db@v5
- github.com/cerc-io/ipld-eth-server@v5
- git.vdb.to/cerc-io/plugeth@statediff-wip
- git.vdb.to/cerc-io/plugeth-statediff@wip
- github.com/cerc-io/tx-spammer
- github.com/dboreham/foundry
containers:
- cerc/lighthouse
- cerc/lighthouse-cli
- cerc/plugeth-statediff
- cerc/plugeth
- cerc/fixturenet-eth-genesis
- cerc/fixturenet-plugeth-plugeth
- cerc/lighthouse
- cerc/lighthouse-cli
- cerc/fixturenet-eth-lighthouse
- cerc/tx-spammer
- cerc/foundry
- cerc/ipld-eth-db
- cerc/ipld-eth-server
pods:
- fixturenet-plugeth
- ipld-eth-db
- ipld-eth-server
- fixturenet-plugeth
- foundry
- tx-spammer
- foundry