2024-03-21T08:31:51Z - 2024-09-21T07:31:51Z

Overview

56 Active Pull Requests
8 Active Issues
Excluding merges, 6 authors have pushed 73 commits to v0.6 and 154 commits to all branches. On v0.6, 101 files have changed and there have been 1919 additions and 1096 deletions.

40 Pull requests merged by 1 user

Merged #2265 fix kivy build - restrict setuptools < 71 2024-08-14 10:54:42 +02:00

Merged #2263 Android build fixes 2024-07-24 22:29:48 +02:00

Merged #2262 Fix python3 / kivy test 2024-07-07 15:47:26 +02:00

Merged #2257 Moved portCheckerQueue and receiveDataQueue to network module 2024-07-07 13:51:06 +02:00

Merged #2256 Moved Multiqueue, invQueue and addrQueue to network module 2024-07-06 16:43:51 +02:00

Merged #2261 Add a check for default in TestProtocol.test_check_local() 2024-07-04 11:34:08 +02:00

Merged #2259 Simplify local testing 2024-07-01 16:36:41 +02:00

Merged #2252 Reduced helper_randon dependency from network module 2024-06-21 10:02:46 +02:00

Merged #2254 Use six to avoid obsolete unittest assertions 2024-06-17 08:12:24 +02:00

Merged #2253 Disambiguate the appimage builds 2024-06-16 20:33:07 +02:00

Merged #2251 Allow user to set a base Qt window style 2024-06-16 06:43:57 +02:00

Merged #2246 moved dandelion_enabled from state to dandelion instance as enabled attribute 2024-06-11 11:35:05 +02:00

Merged #2244 Moved dandelion runtime var from state to network->dandelion 2024-05-27 10:53:26 +02:00

Merged #2235 Simplify handling RIPEMD160 2024-05-21 02:32:14 +02:00

Merged #2234 Append commit abbreviation to the snap version for non-release builds 2024-05-20 01:06:23 +02:00

Merged #2226 Replaced state.streamsInWhichIAmParticipating with pool.streams 2024-05-15 06:12:41 +02:00

Merged #2222 Remove state.shutdown or replaced with self._stopped from some of the network threads 2024-05-13 04:30:16 +02:00

Merged #2224 Possible replacement for buildbot/PyBitmessage-pylint 2024-05-10 02:09:29 +02:00

Merged #2223 Remove ancient travis configuration 2024-05-10 01:46:38 +02:00

Merged #2220 Made BMConnectionPool as global runtime variable in connectionpool from singleton 2024-05-09 16:33:22 +02:00

Merged #2221 Solve the issue with cross-compiling bitmsghash for ARM 2024-05-09 16:21:26 +02:00

Merged #2218 Downgrade devcontainer ubuntu 2024-04-29 05:30:01 +02:00

Merged #2216 moved Dandelion in state - global runtime variable from singleton 2024-04-22 07:13:39 +02:00

Merged #2215 moved inventory in state - global runtime variable from singleton 2024-04-20 02:57:40 +02:00

Merged #2201 Test cases for shared.py 2024-04-18 04:39:46 +02:00

Merged #2214 Functions for key generation 2024-04-17 01:45:22 +02:00

Merged #2213 A test for random address generation 2024-04-16 06:17:13 +02:00

Merged #2212 Fix outdated exception handlers for singleWorker._getKeysForAddress() 2024-04-14 06:23:28 +02:00

Merged #2211 Make PoW optional in disseminatePreEncryptedMsg API command 2024-04-14 03:40:55 +02:00

Merged #2210 Start moving hashes into highlevelcrypto 2024-04-13 05:31:22 +02:00

Merged #2209 Move randomBytes to highlevelcrypto 2024-04-13 05:08:07 +02:00

Merged #2208 Test WIF decoding and encoding in highlevelcrypto 2024-04-12 06:30:36 +02:00

Merged #2207 Add tests for base58 and WIF decoding using pyelliptic.arithmetic 2024-04-06 04:26:01 +02:00

Merged #2206 Slicing the old crypto branch: signatures 2024-04-06 02:34:17 +02:00

Merged #2205 Don't use network for sending ACK 2024-04-05 01:15:06 +02:00

Merged #2203 Test cases for helper_inbox.py 2024-04-01 04:48:10 +02:00

Merged #2202 Kivy dependencies downgrade 2024-03-28 15:31:03 +01:00

Merged #2199 Renamed mockpb directory to mockbm 2024-03-22 14:36:49 +01:00

Merged #2200 Test cases for helper_sent 2024-03-22 09:46:11 +01:00

Merged #2196 Test for helper_sql 2024-03-22 06:26:48 +01:00

16 Pull requests proposed by 1 user

Proposed #2228 Test for class object Processor 2024-05-16 04:53:09 +02:00

Proposed #2236 Fix #2233 almost invisible text on network status tab in dark themes. 2024-05-21 07:57:54 +02:00

Proposed #2237 Merge branch 'v0.6' into qt5-wip 2024-05-22 01:49:02 +02:00

Proposed #2238 Test for Helper bitcoin & used fallback for ripemd160 in helper_bitcoin 2024-05-23 07:58:25 +02:00

Proposed #2239 Use import paths compatible with both Python2 and Python3 2024-05-24 05:52:48 +02:00

Proposed #2240 Use six everywhere possible 2024-05-26 03:01:17 +02:00

Proposed #2241 Use binary literals for compatibility to Python3 2024-05-26 05:13:21 +02:00

Proposed #2242 Use buffer() in Python2 and use memoryview in Python3 2024-05-26 06:40:32 +02:00

Proposed #2243 Use bytes() on keys to be hashable in Python3 2024-05-26 17:28:32 +02:00

Proposed #2245 Read from and write to SQLite database in binary mode 2024-05-26 21:50:28 +02:00

Proposed #2248 Quick workaround for BLOB as TEXT problem (#2247) 2024-05-30 11:23:22 +02:00

Proposed #2249 Runnable with both Python3 and Python2, with PyQt4 2024-05-30 14:55:02 +02:00

Proposed #2250 Runnable with both Python3 and Python2, with both PyQt5 and PyQt4 by using Qt.py 2024-05-30 14:58:55 +02:00

Proposed #2255 Refactor parent package dependency in network module 2024-06-20 04:28:05 +02:00

Proposed #2258 Moved protocol to network module 2024-06-26 04:05:10 +02:00

Proposed #2260 Reduced path Dependency from network package 2024-07-04 04:56:40 +02:00

1 Issue closed from 1 user

Closed #1155 Not all invs relayed 2024-06-11 11:02:43 +02:00

7 Issues created by 1 user

Opened #2229 How to setup the development environment which is identical to the one core developers are using? 2024-05-17 08:21:36 +02:00

Opened #2230 How about using the "Black" code formatter on the whole codebase? 2024-05-17 08:30:09 +02:00

Opened #2231 Don't use "hello %1".arg("world") : arg() can't be used in Python 3 2024-05-17 08:44:15 +02:00

Opened #2232 objectracker.py should be renamed to objecttracker.py 2024-05-17 09:15:03 +02:00

Opened #2233 Texts of the peers are almost invisible on Dark theme of GTK 2024-05-18 09:27:39 +02:00

Opened #2247 msgid is stored as text type 2024-05-29 20:02:59 +02:00

Opened #2264 OpenBSD connectivity issues 2024-08-04 12:44:06 +02:00