diff --git a/CHANGES.rst b/CHANGES.rst index 18474185540a5e2d39d8e155c4411f89f2a49ba3..b965f2ca34411388b92891948981784109ed9674 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -173,7 +173,7 @@ DAL node - **Change** The DAL node store version has been upgraded from 1 to 2. The DAL node store will automatically upgrade without requiring any user action. For users running the DAL node with the - ``--operator-profile`` flag enabled, the node now uses SQLite + ``--operator-profiles`` flag enabled, the node now uses SQLite specifically for managing skip list cells (MR :gl:`!15780`), preventing inode exhaustion. All other stores remain unchanged. diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index ae1887750afd1981560165d3598cbca2374d15de..7e35c8aee65e5779472348a21225178300fce098 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -198,7 +198,7 @@ DAL node - **Change** The DAL node store version has been upgraded from 1 to 2. The DAL node store will automatically upgrade without requiring any user action. For users running the DAL node with the - ``--operator-profile`` flag enabled, the node now uses SQLite + ``--operator-profiles`` flag enabled, the node now uses SQLite specifically for managing skip list cells (MR :gl:`!15780`), preventing inode exhaustion. All other stores remain unchanged. @@ -228,6 +228,10 @@ DAL node parameters that the DAL node uses for a given level, which by default is the last finalized level the node is aware of. (MR :gl:`!16704`) +- Aliases have been added to the command line. ``--operator-profiles`` is now + equivalent to ``--operator`` and ``-E`` is equivalent to ``--endpoint``. + (MR :gl:`!17496`) + Miscellaneous ------------- diff --git a/src/bin_dal_node/cli.ml b/src/bin_dal_node/cli.ml index 76191dc14a8bcbb86e1b9f8fb518d2c6e53220b5..2f66b83699a85811b77e3bdf2cdeb8648506a53a 100644 --- a/src/bin_dal_node/cli.ml +++ b/src/bin_dal_node/cli.ml @@ -138,7 +138,7 @@ module Term = struct Arg.( value & opt (some endpoint_arg) None - & info ~docs ~doc ~docv:"URI" ["endpoint"]) + & info ~docs ~doc ~docv:"URI" ["endpoint"; "E"]) let attester_profile_printer = Signature.Public_key_hash.pp @@ -215,7 +215,7 @@ module Term = struct ~docs ~doc ~docv:"INDEX1,INDEX2,..." - ["producer-profiles"; "producer"; "operator"]) + ["producer-profiles"; "producer"; "operator-profiles"; "operator"]) let observer_profile = let open Cmdliner in