gossip-python
gossip-python copied to clipboard
Implementation of the gossip protocol
Hey, trying to integrate this into a blockchain project and the configuration file convention is a bit clunky. Ideally there should be a search path set of directories that the...
Change configuration to use a search path. Also made a number of changes to support post-change testing and creation of a docker container for rapid testing. Total changes include: -...
In the test_short_to_bytes function should add: print("test_short_to_bytes") at the beginning and print(" PASSED") to the end of the function Similarly for test_bytes_to_short(): add print("test_bytes_to_short") and print(" PASSED") to the end....
In examples/connections_simulation.py line 170, 171 when running the example it appears that there are errors: ERROR:root:dict_keys(['192.168.1.21:1', '192.168.1.27:1', '192.168.1.29:1']) ERROR:root:192.168.1.2:1 ERROR:root:dict_keys(['192.168.1.3:1', '192.168.1.6:1', '192.168.1.7:1', '192.168.1.11:1']) ERROR:root:192.168.1.3:1 Looking at the code it has:...