espresso-sequencer icon indicating copy to clipboard operation
espresso-sequencer copied to clipboard

Shortcuts for running node in common modes

Open jbearer opened this issue 1 year ago • 0 comments

We have a number of roles that a node can play, based on its configuration. We should add sub-commands which are alias for combinations of sub-commands that put the node into a certain role. E.g.

  • archival -- alias for -- sql-storage -- http -- query
  • da -- alias for -- sql-storage -- http -- query with a standard pruning policy (1 week target retention, 1 day minimum retention)
  • vid -- alias for -- sql-storage -- http -- query with the same pruning policy but no fetching, so we don't retrieve full blocks, we only store the VID shares we receive from consensus

jbearer avatar Feb 28 '24 14:02 jbearer