Skip to content

Commit

Permalink
Updated IPv8 pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Feb 1, 2020
1 parent 4f86613 commit 42a9fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tribler/pyipv8
Submodule pyipv8 updated 44 files
+1 −0 .pylintrc
+13 −5 README.md
+19 −0 doc/Makefile
+0 −20 doc/README.md
+0 −224 doc/basics/attestation_tutorial.md
+246 −0 doc/basics/attestation_tutorial.rst
+0 −89 doc/basics/crawler_service_tutorial.md
+103 −0 doc/basics/crawler_service_tutorial.rst
+0 −287 doc/basics/overlay_tutorial.md
+311 −0 doc/basics/overlay_tutorial.rst
+194 −0 doc/conf.py
+0 −55 doc/further-reading/anonymization.md
+66 −0 doc/further-reading/anonymization.rst
+378 −0 doc/further-reading/attestation_prototype.rst
+ doc/further-reading/resources/android_rest_api.png
+ doc/further-reading/resources/attestation_req.png
+ doc/further-reading/resources/healthy_IPv8_overlay_collection.png
+ doc/further-reading/resources/output_SQjlvW.gif
+ doc/further-reading/resources/peer_rest_api.png
+0 −114 doc/further-reading/trustchain.md
+200 −0 doc/further-reading/trustchain.rst
+86 −0 doc/index.rst
+35 −0 doc/make.bat
+0 −16 doc/preliminaries/install_libsodium.md
+30 −0 doc/preliminaries/install_libsodium.rst
+72 −0 doc/reference/configuration.rst
+55 −0 doc/reference/keys.rst
+286 −0 doc/reference/serialization.rst
+27 −25 ipv8/attestation/trustchain/community.py
+12 −0 ipv8/attestation/wallet/irmaexact/__init__.py
+5 −4 ipv8/attestation/wallet/irmaexact/enroll_script.py
+6 −5 ipv8/attestation/wallet/irmaexact/gabi/builder.py
+7 −8 ipv8/attestation/wallet/irmaexact/gabi/credential.py
+6 −6 ipv8/attestation/wallet/irmaexact/gabi/keys.py
+2 −2 ipv8/messaging/anonymization/community.py
+2 −2 ipv8/messaging/anonymization/tunnelcrypto.py
+145 −1 ipv8/messaging/lazy_payload.py
+6 −1 ipv8/peer.py
+2 −2 ipv8/test/attestation/wallet/irmaexact/test_builder.py
+148 −2 ipv8/test/messaging/test_lazy_payload.py
+3 −1 ipv8/test/peerdiscovery/test_community.py
+2 −1 ipv8/test/test_peer.py
+1 −0 requirements.txt
+5 −1 setup.py

0 comments on commit 42a9fbf

Please sign in to comment.