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
*[ ] Have you followed the guidelines in our [Contributing documentation](https://blockchain-technology-lab.github.io/tokenomics-decentralization/contribute)?
4
+
*[ ] Have you verified that there aren't any other open Pull Requests for the same update/change?
5
+
*[ ] Does the Pull Request pass all tests?
6
+
7
+
# Description
8
+
9
+
/* Add a short description of your Pull Request */
10
+
11
+
## Checklist
12
+
13
+
/* Keep from below the appropriate checklist for your Pull Request and remove the others */
14
+
15
+
### New Ledger Support Submissions:
16
+
17
+
- What mapping information did you add for the new ledger?
18
+
-[ ] addresses
19
+
-[ ] special addresses
20
+
-[ ] Did you add the new ledger to `config.yaml`?
21
+
-[ ] Did you document the added ledger in the documentation pages?
22
+
23
+
24
+
### Update Mapping Support Information Submissions:
25
+
26
+
- For which ledger do you update the mapping information?
27
+
-[ ] /* ledger name */
28
+
- What mapping information do you update?
29
+
-[ ] addresses
30
+
-[ ] special addresses
31
+
32
+
### New Metric Support Submissions:
33
+
34
+
-[ ] Did you create a function named `compute_{metric name}` in `tokenomics_decentralization/metrics.py`?
35
+
-[ ] Did you import the metric's function to `tokenomics_decentralization/analyze.py` and added it in the `compute_functions` dictionary?
36
+
-[ ] Did you add the new metric to `config.yaml`?
37
+
-[ ] Did you write unit tests for the new metric?
38
+
-[ ] Did you document the new metric in the documentation pages?
0 commit comments