forked from citp/BlockSci
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: heuristics in python now * fix: installation * chore: ignore pngs and pdfs * feat: notebooks for clustering and thesis graphs * feat: anonymity calculations * feat: config for regtest * feat: analysis and wrapup --------- This PR brings the functionality of calculating the anonymity scores over days of the coinjoins. Apart from that, support for regtest in config (CoinjoinConfiguration) was added, with some minor fixes regarding installation. Co-authored-by: Stanislav Boboň <[email protected]>
- Loading branch information
Showing
18 changed files
with
1,241 additions
and
403 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 |
---|---|---|
|
@@ -19,3 +19,6 @@ venv | |
cmake-build-debug | ||
.vscode | ||
*.ipynb_checkpoints | ||
|
||
*.png | ||
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ backports.zoneinfo==0.2.1 | |
beautifulsoup4==4.12.3 | ||
bech32==1.2.0 | ||
bleach==6.1.0 | ||
-e [email protected]:mmstanone/blocksci.git@6ac64d128a474c2623a5d353492b9d853921b3b7#egg=blocksci&subdirectory=blockscipy | ||
certifi==2019.11.28 | ||
cffi==1.17.1 | ||
chardet==3.0.4 | ||
|
Oops, something went wrong.