Dmitri Bogomolov

Results 16 issues of 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...

enhancement
refactoring
developers
documentation
test

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...

test

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/).

documentation

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`...

refactoring
documentation
test
packaging

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.

enhancement
obsolete
security
usability

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...

formatting
test

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...

formatting

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:...

bug

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...

enhancement
question
refactoring
developers

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...

bug
test
performance