diff options
| author | soryu <soryu@soryu.co> | 2026-02-06 20:06:30 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-06 20:15:27 +0000 |
| commit | 1b692b8cde4a888c8a35af69231f181b57bf5619 (patch) | |
| tree | 74ce25ce6ee5fb4536b53404e1a0ae923e85c30d /makima/src/daemon/chain/mod.rs | |
| parent | 139be135c2086d725e4f040e744bb25acd436549 (diff) | |
| download | soryu-1b692b8cde4a888c8a35af69231f181b57bf5619.tar.gz soryu-1b692b8cde4a888c8a35af69231f181b57bf5619.zip | |
Fix: Cleanup old chain code
Diffstat (limited to 'makima/src/daemon/chain/mod.rs')
| -rw-r--r-- | makima/src/daemon/chain/mod.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/makima/src/daemon/chain/mod.rs b/makima/src/daemon/chain/mod.rs deleted file mode 100644 index 5588a27..0000000 --- a/makima/src/daemon/chain/mod.rs +++ /dev/null @@ -1,13 +0,0 @@ -//! Chain module - DAG-based multi-contract orchestration. -//! -//! Chains are directed acyclic graphs (DAGs) of contracts that work together -//! to achieve a larger goal. Each contract can depend on others, and contracts -//! run in parallel when no dependencies exist. - -pub mod dag; -pub mod parser; -pub mod runner; - -pub use dag::{validate_dag, DagError}; -pub use parser::{parse_chain_file, ChainDefinition, ParseError}; -pub use runner::{ChainRunner, RunnerError}; |
