Commit 1fc9e52
fix(engine): remove flow template (tari-project#1366)
Description
---
Removed flow template support.
Closes tari-project#1334
Motivation and Context
---
Flow templates were not used and outdated.
How Has This Been Tested?
---
What process can a PR reviewer use to test or verify this change?
---
Breaking Changes
---
- [ ] None
- [x] Requires data directory to be deleted
- [ ] Other - Please specify
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Refactor**
- Removed support for flow-based templates, with system behavior now
focused on WASM and Manifest types for template execution and error
handling.
- **Chores**
- Cleaned up and streamlined internal processing by eliminating obsolete
flow components and related worker implementations.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: Stan Bondi <sdbondi@users.noreply.github.com>1 parent b2b795d commit 1fc9e52
File tree
34 files changed
+6
-949
lines changed- applications
- tari_indexer/src/json_rpc
- tari_validator_node/src/p2p/rpc
- dan_layer
- engine
- src
- flow
- workers
- function_definitions
- template
- transaction
- p2p/proto
- storage/src/global
- template_manager/src
- implementation
- interface
- template_test_tooling/src
34 files changed
+6
-949
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
565 | | - | |
566 | | - | |
| 564 | + | |
567 | 565 | | |
568 | 566 | | |
569 | 567 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 102 | | |
110 | 103 | | |
111 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments