Add ability to run Optimism fixturenet with external L1 endpoint #273

Merged
prathamesh0 merged 13 commits from pm-composable-pods into main 2023-04-04 09:23:28 +00:00
prathamesh0 commented 2023-04-03 12:08:14 +00:00 (Migrated from github.com)

Part of https://github.com/cerc-io/stack-orchestrator/issues/264
Follows https://github.com/cerc-io/stack-orchestrator/pull/266

  • Add an ability to run fixturenet-optimism pod (L2) independent of fixturenet-eth pod (pointed to an external L1 endpoint)
Part of https://github.com/cerc-io/stack-orchestrator/issues/264 Follows https://github.com/cerc-io/stack-orchestrator/pull/266 - Add an ability to run `fixturenet-optimism` pod (L2) independent of `fixturenet-eth` pod (pointed to an external L1 endpoint)
dboreham reviewed 2023-04-03 12:40:05 +00:00
Owner

Note that there is an existing convention for script debugging that may be useful here: https://github.com/cerc-io/stack-orchestrator/blob/main/app/data/container-build/cerc-laconic-console-host/start-serving-app.sh#L2 , and the associated Python code: https://github.com/cerc-io/stack-orchestrator/blob/main/app/deploy_system.py#L154.

The idea is that you can run: laconic-so --debug <something> and get set -x in all shell scripts without modifying the script files.

Note that there is an existing convention for script debugging that may be useful here: https://github.com/cerc-io/stack-orchestrator/blob/main/app/data/container-build/cerc-laconic-console-host/start-serving-app.sh#L2 , and the associated Python code: https://github.com/cerc-io/stack-orchestrator/blob/main/app/deploy_system.py#L154. The idea is that you can run: `laconic-so --debug <something>` and get `set -x` in all shell scripts without modifying the script files.
prathamesh0 (Migrated from github.com) reviewed 2023-04-03 13:32:12 +00:00
prathamesh0 (Migrated from github.com) commented 2023-04-03 13:32:12 +00:00

Ok. Made changes to use the suggested pattern.

Ok. Made changes to use the suggested pattern.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#273
No description provided.