Roy Crihfield
ff616db4ad
* random nits * geth - visibility of migration status * forward CERC_RUN_STATEDIFF to geth container * fix ipld-eth-server vars * fix fixturenet-eth-loaded stack * fixturenet geth genesis - include mergeNetsplitBlock * forward CERC_STATEDIFF_DB_GOOSE_MIN_VER to env file * add TAG_SUFFIX arg to lighthouse build intended to avoid sporadic failures when running lcli on github CI runners, likely related to non-portable builds
25 lines
551 B
YAML
25 lines
551 B
YAML
version: "1.0"
|
|
name: fixturenet-eth-loaded
|
|
decription: "Loaded Ethereum Fixturenet"
|
|
repos:
|
|
- github.com/cerc-io/go-ethereum
|
|
- github.com/cerc-io/tx-spammer
|
|
- github.com/cerc-io/ipld-eth-server
|
|
- github.com/cerc-io/ipld-eth-db
|
|
containers:
|
|
- cerc/go-ethereum
|
|
- cerc/lighthouse
|
|
- cerc/fixturenet-eth-geth
|
|
- cerc/fixturenet-eth-lighthouse
|
|
- cerc/ipld-eth-server
|
|
- cerc/ipld-eth-db
|
|
- cerc/keycloak
|
|
- cerc/tx-spammer
|
|
pods:
|
|
- fixturenet-eth
|
|
- tx-spammer
|
|
- fixturenet-eth-metrics
|
|
- keycloak
|
|
- ipld-eth-server
|
|
- ipld-eth-db
|