Commit e4f55df
committed
refactor(actors): consolidate foundation module into actor_system crate
* Remove legacy foundation module and its components, including adapters, health monitoring, and metrics.
* Update actor imports and references to utilize the actor_system crate exclusively.
* Enhance documentation to reflect the new architecture and actor organization.
* Ensure backward compatibility by maintaining necessary interfaces during the transition.
This consolidation streamlines the actor architecture, reduces code duplication, and leverages the production-ready actor_system crate for improved maintainability and performance.1 parent 401be9d commit e4f55df
File tree
37 files changed
+421
-23044
lines changed- app/src/actors
- bridge/actors
- chain
- engine
- foundation
- bridge
- tests
- tests
- docs/v2/analysis
37 files changed
+421
-23044
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments