-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: cleanup orch zones and API plumbing (#9800)
Cleaned up version of orchestration plumbing fixes * make an orchestrator per flow invocation * fix zone arch, e.g., so orch fns default to `contract.orchestration` * support nested orch zones via `makeOrchestrationTools` * move `asyncFlowAdmin` out of orchestration plumbing * encapsulate `prepareOrchestratorKit` within `orchestrator.js` and only expose `prepareOrchestrator` closes: #9792
- Loading branch information
Showing
7 changed files
with
88 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+20 Bytes
(100%)
packages/orchestration/test/examples/snapshots/sendAnywhere.test.ts.snap
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+23 Bytes
(100%)
packages/orchestration/test/examples/snapshots/unbondExample.test.ts.snap
Binary file not shown.