wackou
wackou
This contains all my changes to periscope, in no order: - setup.py now produces an installable sdist suitable for PyPI - refactored and added a few methods to SubtitleDB to...
tried running network_list_potential_peers on a seed node I have, and it returned a list of 396444 peers... The problem (not sure if intended like that or not) is that this...
Detection of the version of a binary can be enhanced by not getting the info from the filename (or not bailing out if not present), but rather by running `bts_client...
in views.py: ``` @bp.route('/commands') def commands(): # start, stop, build pass ```
this will allow us to know if we end up on a minority fork
this allows to restore a from a previous point (before a minority fork, for instance) without having to resync the entire history...
make sure also to not allow to unlock wallet until it is synchronized as it might cause issues: https://bitsharestalk.org/index.php?topic=5523.msg74391#msg74391
when client crashes and waits in gdb, some call from the monitoring thread might block on a rpc socket call -> need to add a timeout to local rpc calls...