-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
c++Task related to the c++ part of the code baseTask related to the c++ part of the code baseenhancementNew feature or requestNew feature or request
Description
In former versions of the project, parameters such as the depth of the application pool were defined in the zecale_constants.hpp file (https://github.com/clearmatics/zecale/blob/v0.3/libzecale/zecale_constants.hpp#L15). However, such values do not represent protocol constants, but rather configuration values that may be adjusted from one run to another.
As such, such values need to be managed and passed at the CLI level via flags (that may overwrite values in an underlying configuration flag).
Useful flags may be:
--app-pool-depth <define the max depth of the application pools>
--app-pool-ordering-policy <enumerate values that may be used to order nested txs in the pool>but also, things like --base-fee to define the minimum fees to make it to the pool (related to: #49) etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
c++Task related to the c++ part of the code baseTask related to the c++ part of the code baseenhancementNew feature or requestNew feature or request