Skip to content

Commit

Permalink
Merge pull request #5853 from egbertbouman/update_ipv8
Browse files Browse the repository at this point in the history
Update IPv8 pointer
  • Loading branch information
egbertbouman committed Dec 15, 2020
2 parents e535439 + 21bd8a2 commit 2e7f154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyipv8
Submodule pyipv8 updated 46 files
+0 −102 doc/basics/crawler_service_tutorial.rst
+2 −2 doc/conf.py
+0 −200 doc/further-reading/trustchain.rst
+1 −2 doc/index.rst
+0 −3 doc/reference/configuration.rst
+1 −1 ipv8/REST/attestation_endpoint.py
+1 −1 ipv8/REST/rest_manager.py
+0 −2 ipv8/REST/root_endpoint.py
+0 −184 ipv8/REST/trustchain_endpoint.py
+0 −0 ipv8/attestation/trustchain/__init__.py
+0 −583 ipv8/attestation/trustchain/block.py
+0 −77 ipv8/attestation/trustchain/blockcache.py
+0 −149 ipv8/attestation/trustchain/caches.py
+0 −714 ipv8/attestation/trustchain/community.py
+0 −445 ipv8/attestation/trustchain/database.py
+0 −26 ipv8/attestation/trustchain/listener.py
+0 −379 ipv8/attestation/trustchain/payload.py
+0 −32 ipv8/attestation/trustchain/settings.py
+1 −1 ipv8/attestation/wallet/community.py
+0 −17 ipv8/configuration.py
+1 −1 ipv8/dht/community.py
+16 −18 ipv8/dht/provider.py
+97 −49 ipv8/lazy_community.py
+0 −0 ipv8/messaging/deprecated/__init__.py
+0 −415 ipv8/messaging/deprecated/encoding.py
+0 −225 ipv8/messaging/deprecated/sorting.py
+7 −8 ipv8/peerdiscovery/community.py
+132 −90 ipv8/peerdiscovery/network.py
+0 −3 ipv8/test/attestation/trustchain/__init__.py
+0 −807 ipv8/test/attestation/trustchain/test_block.py
+0 −601 ipv8/test/attestation/trustchain/test_community.py
+0 −109 ipv8/test/attestation/trustchain/test_database.py
+0 −1 ipv8/test/base.py
+47 −0 ipv8/test/dht/test_provider.py
+0 −0 ipv8/test/messaging/deprecated/__init__.py
+0 −126 ipv8/test/messaging/deprecated/test_encoding.py
+0 −304 ipv8/test/messaging/deprecated/test_sorting.py
+2 −12 ipv8/test/mocking/ipv8.py
+32 −17 ipv8/test/peerdiscovery/test_network.py
+0 −7 ipv8/test/test_configuration.py
+8 −0 ipv8/types.py
+2 −9 ipv8_service.py
+1 −10 scripts/exitnode_ipv8_only_plugin.py
+0 −272 scripts/trustchain_crawler_plugin.py
+1 −1 setup.py
+0 −16 systemd/trustchain-crawler.service

0 comments on commit 2e7f154

Please sign in to comment.