Dmitri Bogomolov
Dmitri Bogomolov
Hello! Let's introduce some simple compatibility tests, based on a sample data and well known values. I wish them to cover the implementations of all the functionality, defined in the...
Hello! I failed to start a test case for `singleWorker` and decided to begin with something easier. This test succeeds on py27, but for python3 I should probably mix this...
Hi! After reading the RTFD build logs for the [rebased doc branch](https://github.com/g1itch/PyBitmessage/tree/doc) I decided to update the documentation build procedure to python3. Now at least it [succeeds](https://pybitmessage-test.readthedocs.io/en/doc-python3/).
In this branch I'm gonna cover by tests all the crypto functions used in code and do a refactoring. Basic points: * only `highlevelcrypto` should import from `pyelliptic` * `highlevelcrypto`...
Hello! I realized that column width problem in `QTableWidget` was actually the [Qt bug](https://bugreports.qt.io/browse/QTBUG-67131). I mostly finished work in this branch though it still needs some testing.
Hello! I've started the standalone testcase for the API thread. IMHO it's the proper way to test the commands, which are not closely tied to the rest parts of PyBM...
Hi! It seems nobody cares about PEP8 and formatting anymore. The recently merged code is formatted like shit, as well as the commit messages, which are still meaningless ): Two...
Hello! With recent code I see this log message when opening any 'inbox' folder in the `bitmessageqt` app ``` 2021-08-27 15:49:00,688 - WARNING - Section or Option did not found:...
Hello! Your comment in #1839 triggered a huge reflection in my brain regarding the architecture of threads in the main package. I suddenly realized that they have the same birth...
Hello! Lately I constantly see 10 outbound connections on the "Network Status" tab of my PyBitmessage while 'maxoutboundconnections' is set to default 8. I added additional check to `TestCore.test_bootstrap()` and...