forked from cerc-io/stack-orchestrator
246d3d8732
* Setup ipld-eth-server to run in-process Nitro node * Update watcher version in fixturenet-payments stack * Update upstream nitro multiaddr in watcher setup * Change RPC query endpoint to ipld-eth-server * Update Ponder config to pay ipld-eth-server Nitro node * Separate nitro-rpc-client service and update demo.md * Remove unnecessary volumes * Update ipld-eth-server branch * Fix clean up steps --------- Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
55 lines
1.4 KiB
YAML
55 lines
1.4 KiB
YAML
version: "1.0"
|
|
name: fixturenet-payments
|
|
description: "Stack to demonstrate payments between various services"
|
|
repos:
|
|
# fixturenet repos
|
|
- git.vdb.to/cerc-io/go-ethereum@v1.11.6-statediff-v5
|
|
- git.vdb.to/cerc-io/lighthouse
|
|
- git.vdb.to/cerc-io/ipld-eth-db@v5
|
|
- git.vdb.to/cerc-io/ipld-eth-server@payments
|
|
# nitro repo
|
|
- github.com/cerc-io/ts-nitro@v0.1.13
|
|
- github.com/cerc-io/go-nitro@v0.1.1-ts-port-0.1.7
|
|
# mobymask watcher repos
|
|
- github.com/cerc-io/watcher-ts@v0.2.65
|
|
- github.com/cerc-io/mobymask-v2-watcher-ts@v0.2.3
|
|
- github.com/cerc-io/MobyMask@v0.1.3
|
|
# mobymask app repos
|
|
- github.com/cerc-io/mobymask-snap
|
|
- github.com/cerc-io/mobymask-ui@v0.2.1
|
|
# ponder repo
|
|
- github.com/cerc-io/ponder@laconic-esm
|
|
containers:
|
|
# fixturenet images
|
|
- cerc/go-ethereum
|
|
- cerc/lighthouse
|
|
- cerc/lighthouse-cli
|
|
- cerc/fixturenet-eth-genesis
|
|
- cerc/fixturenet-eth-geth
|
|
- cerc/fixturenet-eth-lighthouse
|
|
- cerc/ipld-eth-db
|
|
- cerc/ipld-eth-server
|
|
- cerc/nitro-contracts
|
|
# - cerc/go-nitro
|
|
- cerc/nitro-rpc-client
|
|
# mobymask watcher images
|
|
- cerc/watcher-ts
|
|
- cerc/watcher-mobymask-v3
|
|
- cerc/mobymask
|
|
# mobymask app images
|
|
- cerc/mobymask-snap
|
|
- cerc/mobymask-ui
|
|
# ponder image
|
|
- cerc/ponder
|
|
pods:
|
|
- fixturenet-eth
|
|
- ipld-eth-server
|
|
- ipld-eth-db
|
|
- nitro-contracts
|
|
# - go-nitro
|
|
- nitro-rpc-client
|
|
- watcher-mobymask-v3
|
|
- mobymask-snap
|
|
- mobymask-app-v3
|
|
- ponder
|