1
0

Compare commits

..

4 Commits

Author SHA1 Message Date
904482dda3 fix env var 2023-07-05 16:45:44 +08:00
241023086f log diagnostics & errors to stderr 2023-07-05 16:45:44 +08:00
afed7bf469 factor out eth genesis & fix plugeth stack
fix geth flag

refactors genesis generation into new image
2023-07-05 16:45:01 +08:00
3fbbe26c9e forward more vars for debugging
forward CERC_GETH_VERBOSITY

forward CERC_STATEDIFF_DB_LOG_STATEMENTS

forward CERC_REMOTE_DEBUG
2023-07-01 13:31:19 +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-alpine3.18 as builder
FROM golang:1.20-alpine 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:3.18
FROM alpine:latest
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:
- 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
- github.com/cerc-io/lighthouse
- github.com/cerc-io/ipld-eth-db@v5
- github.com/cerc-io/ipld-eth-server@v5
- 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
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
- tx-spammer
- fixturenet-plugeth
- foundry
- tx-spammer