Skip to content

Commit

Permalink
fix(adr): add note on guarantee of validation on upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Feb 6, 2025
1 parent e8606a0 commit 59241af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/madr/1-reassign-evolve.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ sequenceDiagram
- Downstream clients can identify and validate the capabilities of a module
(and by extension the ANT itself) has by maintaining a map of modules that
are capables of executing target workflows
- Gives us the ability to guarantee that we will not brick the ANT, because we
can spawn it then validate it, unlike with Eval where we cannot eval first,
then test after.
- **Reduced CU Load:** Fewer computations per ANT.
- **Gateway ANT Module Whitelisting:** Gateways can decide which ANT Modules
they support.
Expand Down

0 comments on commit 59241af

Please sign in to comment.