serai/orchestration
rlking cd69f3b9d6
Check if wasm was built by container exit code and state instead of local mountpoint (#570)
* Check if the serai wasm was built successfully by verifying the build container's status code and state, instead of checking the volume mountpoint locally

* Use a log statement for which wasm is used

* Minor typo fix

---------

Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
2024-05-25 20:33:23 -04:00
..
dev Ethereum relayer server 2024-05-22 18:50:11 -04:00
runtime Use the deterministically built wasm 2024-03-22 02:19:09 -04:00
src Check if wasm was built by container exit code and state instead of local mountpoint (#570) 2024-05-25 20:33:23 -04:00
testnet Ethereum relayer server 2024-05-22 18:50:11 -04:00
Cargo.toml Redo Dockerfile generation (#530) 2024-02-09 02:48:44 -05:00
README.md Redo Dockerfile generation (#530) 2024-02-09 02:48:44 -05:00

Orchestration

This folder contains the tool which generates various dockerfiles and manage deployments of Serai.

To start, run:

cargo run -p serai-orchestrator

to generate all of the dockerfiles needed for development.