Skip to content

Commit c238d9f

Browse files
Deployed 0a4821d with MkDocs version: 1.6.0
1 parent 4a3a93c commit c238d9f

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

contribute/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ <h3 id="mapping-information">Mapping information</h3>
125125
<p>To contribute mapping information you can either update an existing file, by
126126
changing and/or adding some entries, or create a new file for a newly-supported
127127
ledger.</p>
128+
<p>Note: If you add an entry in <code>mapping_addresses</code> with a source that does not
129+
already exist, you should also add this source in the file
130+
<code>mapping_information/sources.json</code>. Specifically, if it comes from a
131+
publicly-available website you should add it under "Explorers", otherwise either
132+
use an existing appropriate keyword or create a new one. If you create a new
133+
one, make sure to also include it in the configuration file <code>config.yaml</code> and in
134+
the description of the <a href="https://blockchain-technology-lab.github.io/tokenomics-decentralization/setup/">Setup
135+
page</a>).</p>
128136
<h3 id="price-information">Price information</h3>
129137
<p>The directory <code>price_data/</code> contains information about the supported ledgers'
130138
market price. Each file in this folder is named <code>&lt;project_name&gt;.csv</code> (for the

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ <h2 id="contributing">Contributing</h2>
169169

170170
<!--
171171
MkDocs version : 1.6.0
172-
Build Date UTC : 2024-07-01 09:35:30.786252+00:00
172+
Build Date UTC : 2024-07-16 14:13:52.641802+00:00
173173
-->

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

setup/index.html

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -115,23 +115,19 @@ <h2 id="execution">Execution</h2>
115115
<p><code>ledgers</code> defines the ledgers that will be analyzed. By default, all supported
116116
ledgers are included here (to add support for a new ledger see the <a href="https://blockchain-technology-lab.github.io/tokenomics-decentralization/contribute/">conributions
117117
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>
119119
<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
121121
<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>
129123
</ul>
130124
<p><code>analyze_flags</code> defines various analysis-related flags:</p>
131125
<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>
135131
<li><code>top_limit_type</code>: a string that can take one of two values (<code>absolute</code> or <code>percentage</code>) that
136132
enables applying a threshold on the addresses that will be considered</li>
137133
<li><code>top_limit_value</code>: the value of the top limit that should be applied; if 0,
@@ -163,10 +159,8 @@ <h2 id="execution">Execution</h2>
163159
contain raw address balance information, as obtained from BigQuery or a full
164160
node (for more information about this see the <a href="https://blockchain-technology-lab.github.io/tokenomics-decentralization/data/">data collection
165161
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>
170164
<p>Finally, <code>plot_parameters</code> contains various parameters that control whether plots will be produced for the results and for which configurations.</p>
171165

172166
</div>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)