You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><code>ledgers</code> defines the ledgers that will be analyzed. By default, all supported
116
116
ledgers are included here (to add support for a new ledger see the <ahref="https://blockchain-technology-lab.github.io/tokenomics-decentralization/contribute/">conributions
117
117
page</a>).</p>
118
-
<p><code>execution_flags</code> defines various flags that control the data handling (all set to false by default):</p>
118
+
<p><code>execution_flags</code> defines flags that control the data handling (all set to false by default):</p>
119
119
<ul>
120
-
<li><code>force_map_addresses</code>: if set to true, the address helper data from the directory
120
+
<li><code>force_map_addresses</code>: if set to true, the address mapping data from the directory
121
121
<code>mapping_information</code> is re-computed; you should set this flag to true if the
122
-
data has been updated since the last execution for the given ledger</li>
123
-
<li><code>force_map_balances</code>: is set to true, the balance data of the ledger's addresses is
124
-
recomputed; you should set this flag to true if the data has been updated
125
-
since the last execution for the given ledger</li>
126
-
<li><code>force_analyze</code>: if set to true, the computation of a metric is recomputed; you should set
127
-
this flag to true if any type of data has been updated since the last
128
-
execution for the given ledger</li>
122
+
mapping data has been updated since the last execution for the given ledger</li>
129
123
</ul>
130
124
<p><code>analyze_flags</code> defines various analysis-related flags:</p>
131
125
<ul>
132
-
<li><code>clustering</code>: a boolean that determines whether addresses will be clustered into entities
133
-
(as defined in the mapping information). If set to false, no clustering takes
134
-
place and the addresses are treated as distinct entities.</li>
126
+
<li><code>clustering_sources</code>: a list of sources that should be used to compute the
127
+
address mapping information. If empty, no clustering takes place and the
128
+
addresses are treated as distinct entities. The list should contain any
129
+
combination of the following options (<em>case sensitive</em>): "Explorers", "Staking
130
+
Keys", "Multi-input transactions".</li>
135
131
<li><code>top_limit_type</code>: a string that can take one of two values (<code>absolute</code> or <code>percentage</code>) that
136
132
enables applying a threshold on the addresses that will be considered</li>
137
133
<li><code>top_limit_value</code>: the value of the top limit that should be applied; if 0,
contain raw address balance information, as obtained from BigQuery or a full
164
160
node (for more information about this see the <ahref="https://blockchain-technology-lab.github.io/tokenomics-decentralization/data/">data collection
165
161
page</a>).
166
-
<code>output_directories</code> defines the directories to store the databases which
167
-
contain the mapping information and analyzed data. The first entry in the output
168
-
directories is also used to store the output files of the analysis and the
169
-
plots.</p>
162
+
<code>output_directories</code> defines the directory to store the output files of the
163
+
analysis and the plots.</p>
170
164
<p>Finally, <code>plot_parameters</code> contains various parameters that control whether plots will be produced for the results and for which configurations.</p>
0 commit comments