-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(katana): add saya option for provable mode (#174)
* refactor(katana): rename `persistent` to `provable` Updated field names and related references for clarity in purpose. * feat(katana): add saya option for provable mode Added a new `saya` option to Katana services, usable only in provable mode. Updated validation logic and schema for compatibility. * Update cli/src/command/deployments/services/katana.rs Co-authored-by: glihm <[email protected]> * fix(katana): update `saya` argument to boolean type Changed the `saya` argument from `Option<String>` to `bool` to ensure correct validation and alignment with its usage. Updated related error messages and logic accordingly. --------- Co-authored-by: glihm <[email protected]>
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
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