-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from TrueBlocks/develop
Develop
- Loading branch information
Showing
22 changed files
with
475 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.RData | ||
.Rhistory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Chart ideas | ||
=============== | ||
- Histogram of Contrib Amount | ||
- Scatter Contrib vs. Sybil score | ||
- Unclaimed from Round 8 | ||
- Scatter plot of sybil score vs. time | ||
- Time vs. amount per sender (a lot of sends in not a person) | ||
- Heat maps are interesting | ||
- Distribution is important | ||
- Mean is appearantly important | ||
- Category (by function) comparison for smart contracts | ||
|
||
- latest data https://github.com/gitcoinco/gitcoin_cadcad_model/blob/main/data/2020-03-18/2021-03-18-round9-contributions.csv.xz | ||
|
||
- From the Payout Contract there were: | ||
|
||
- 1 Finalized calls | ||
- 364 PayoutAdded calls | ||
- 1 Transfer In | ||
- 1 Funded calls | ||
- 167 Transfer Outs | ||
- 167 PayoutClaimed calls | ||
|
||
- Function calls per contract | ||
|
||
- Calculated estimate after each donation vs. actual | ||
|
||
- Auditing | ||
|
||
- Add up all donations from grant files and see if it adds to the total in the contract files | ||
|
||
- Add the pre-round 4 contracts | ||
|
||
- We did reconcilations of the PayoutAdded / PayoutClaimed and compared that against the smart contract. We could have called that a reconcilation and allow the user to download. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## R | ||
|
||
This is a collection of 'R' code for analyizing the data found in the [./data folder](../data/README.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "TrueBlocks Exploration of GitCoin Data" | ||
output: html_notebook | ||
--- | ||
|
||
We used TrueBlocks to extract as much publically available information from | ||
the GitCoin ecosystem as we could in an effort to explore just how open | ||
open shared ledgers are. All data was aquired either from the GitCoin | ||
public APIs or the from on-chain data. | ||
|
||
This is a growing document. Please add to it via GitHub Pull Requests | ||
|
||
```{r} | ||
require(tidyverse) | ||
l <- c(1,2,3) | ||
plot(l) | ||
``` | ||
|
||
--- | ||
This is some more shit | ||
--- | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
require(tidyverse) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Total number of addresses | ||
|
||
Total number of uniq addresses | ||
|
||
Distribution of the number of times an address appears |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
gitcoin/exports/mainnet/neighbors/networks/requirements.fil
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
colorhash==1.0.4 | ||
cycler==0.11.0 | ||
fonttools==4.33.3 | ||
kiwisolver==1.4.2 | ||
matplotlib==3.5.2 | ||
networkx==2.8 | ||
numpy==1.22.3 | ||
packaging==21.3 | ||
pandas==1.4.2 | ||
Pillow==9.1.0 | ||
pyparsing==3.0.8 | ||
python-dateutil==2.8.2 | ||
pytz==2022.1 | ||
scipy==1.8.0 | ||
six==1.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const lastUpdate = "Last updated at block: 14721137 2022-05-06 03:21:01 UTC"; | ||
export const lastUpdate = "Last updated at block: 15008207 2022-06-22 15:08:13 UTC"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
giveth/exports/mainnet/neighbors/networks/requirements.fil
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
colorhash==1.0.4 | ||
cycler==0.11.0 | ||
fonttools==4.33.3 | ||
kiwisolver==1.4.2 | ||
matplotlib==3.5.2 | ||
networkx==2.8 | ||
numpy==1.22.3 | ||
packaging==21.3 | ||
pandas==1.4.2 | ||
Pillow==9.1.0 | ||
pyparsing==3.0.8 | ||
python-dateutil==2.8.2 | ||
pytz==2022.1 | ||
scipy==1.8.0 | ||
six==1.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const lastUpdate = "Last updated at block: 14721137 2022-05-06 03:21:01 UTC"; | ||
export const lastUpdate = "Last updated at block: 15008207 2022-06-22 15:08:13 UTC"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters