PyBitmessage
PyBitmessage copied to clipboard
Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
Here when user try to quit the app then the app does not close it takes time longer than expected so I have fixed it for two cases 1) when...
The GUI tests can be extended with something like https://github.com/cgoldberg/xvfbwrapper to produce a video. This can the be made available by buildbot for watching.
- there should be a mechanism to do unit test for SQL calls outside of the core tests. Maybe have a setup method that spawns a sql thread - the...
There are multiple problems with the windows build. - **32bit**: one user is reporting problems with his XP. It uses an older CPU (Xeon X5450) so that may be why....
When trying to open PyBitmessage preferences on Big Sur, the window doesn't appear and there is some exception about a locale. Reproducible with current buildbot build. Haven't tested on other...
For some reason the official build can't decode jpeg. This is not a new problem, people reported it several times in the past. It predates the buildbot builds. I tried...
There should be a better way to run core tests (tests which require some of the threads to be running) than to put them into `src/tests/core.py`. Maybe a decorator?
**Graphical Qt Testing** Initial commit for the graphical Qt tests. Build an automated script for Qt Interface- -Generate address with a random label -Generate addresses with passphrases -Send a message...
This PR fixes #1538. It: - Gracefully changes the config option 'onionservicesonly=true' to 'onlynet=onion', upgrading old config directives upon GUI settings dialog "OK" - When onion services only is requested,...
I am a tinkerer and found this app relatively interesting, and would like to try it out, but it doesnt seem to get much activity these days. I would like...