Skip to content

Commit

Permalink
Updated IPv8 pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
devos50 committed Jun 25, 2018
1 parent 7a18a03 commit cc8f656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tribler/pyipv8
Submodule pyipv8 updated 31 files
+2 −2 .pylintrc
+1 −1 README.md
+1 −1 create_test_coverage_report.py
+85 −49 doc/trustchain.md
+7 −7 ipv8/REST/attestation_endpoint.py
+13 −9 ipv8/attestation/identity/community.py
+202 −108 ipv8/attestation/trustchain/block.py
+88 −17 ipv8/attestation/trustchain/community.py
+64 −18 ipv8/attestation/trustchain/database.py
+28 −0 ipv8/attestation/trustchain/listener.py
+52 −20 ipv8/attestation/trustchain/payload.py
+10 −8 ipv8/attestation/wallet/community.py
+3 −4 ipv8/attestation/wallet/primitives/cryptosystem/boneh.py
+56 −0 ipv8/attestation/wallet/primitives/cryptosystem/cryptography_wrapper.py
+0 −68 ipv8/attestation/wallet/primitives/cryptosystem/primality.py
+1 −0 ipv8/database.py
+25 −0 ipv8/keyvault/__init__.py
+7 −3 ipv8/keyvault/private/m2crypto.py
+5 −1 ipv8/keyvault/public/m2crypto.py
+1 −3 ipv8/messaging/anonymization/hidden_services.py
+30 −12 ipv8/peerdiscovery/deprecated/discovery.py
+613 −13 ipv8/test/attestation/trustchain/test_block.py
+49 −17 ipv8/test/attestation/trustchain/test_community.py
+1 −1 ipv8/test/attestation/wallet/attestation.txt
+0 −22 ipv8/test/attestation/wallet/primitives/cryptosystem/test_primality.py
+11 −11 ipv8/test/attestation/wallet/test_attestation_community.py
+4 −4 ipv8/test/messaging/anonymization/test_hiddenservices.py
+11 −1 ipv8/test/mocking/ipv8.py
+25 −0 ipv8/test/peerdiscovery/deprecated/test_discovery.py
+3 −4 requirements.txt
+0 −1 test_classes_list.txt

0 comments on commit cc8f656

Please sign in to comment.