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
8 changes: 4 additions & 4 deletions .docker/local-relay-parachain/chainspec/rococo-local.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .docker/local-relay-parachain/chainspec/subzero.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .docker/local-relay-parachain/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ services:
environment:
RUST_LOG: parachain::candidate-backing=trace,parachain::candidate-selection=trace,parachain::pvf=trace,parachain::collator-protocol=trace,parachain::provisioner=trace
parachain-alice:
image: playzero/subzero:local
# image: playzero/subzero:local
image: subzero:local
user: "0:0"
ports:
- 9946:9944
Expand Down
16 changes: 8 additions & 8 deletions .docker/local-test-network/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ services:
volumes:
- ${PWD}/tmp/alice:/tmp/alice
# add this one for using the local build vs docker
# - ../../target/release/subzero:/usr/local/bin/subzero
# - ../../target/release/subzero:/usr/local/bin/subzero-standalone
networks:
- int
command:
- "/usr/local/bin/subzero"
- "/usr/local/bin/subzero-standalone"
- "--node-key"
- "0000000000000000000000000000000000000000000000000000000000000001"
- "--base-path"
Expand Down Expand Up @@ -45,11 +45,11 @@ services:
volumes:
- ${PWD}/tmp/bob:/tmp/bob
# add this one for using the local build vs docker
# - ../../target/release/subzero:/usr/local/bin/subzero
# - ../../target/release/subzero:/usr/local/bin/subzero-standalone
networks:
- int
command:
- "/usr/local/bin/subzero"
- "/usr/local/bin/subzero-standalone"
- "--node-key"
- "0000000000000000000000000000000000000000000000000000000000000002"
- "--base-path"
Expand Down Expand Up @@ -79,11 +79,11 @@ services:
volumes:
- ${PWD}/tmp/charlie:/tmp/charlie
# add this one for using the local build vs docker
# - ../../target/release/subzero:/usr/local/bin/subzero
# - ../../target/release/subzero:/usr/local/bin/subzero-standalone
networks:
- int
command:
- "/usr/local/bin/subzero"
- "/usr/local/bin/subzero-standalone"
- "--node-key"
- "0000000000000000000000000000000000000000000000000000000000000003"
- "--base-path"
Expand Down Expand Up @@ -113,11 +113,11 @@ services:
volumes:
- ${pwd}/tmp/light:/tmp/light
# add this one for using the local build vs docker:
# - ../../target/release/subzero:/usr/local/bin/subzero
# - ../../target/release/subzero:/usr/local/bin/subzero-standalone
networks:
- int
command:
- "/usr/local/bin/subzero"
- "/usr/local/bin/subzero-standalone"
- "--node-key"
- "0000000000000000000000000000000000000000000000000000000000000004"
- "--base-path"
Expand Down
Loading