anand k
|
5cd4ecb437
|
Moved invQueue to network module
|
2024-07-04 17:57:11 +05:30 |
|
anand k
|
6578b5b925
|
Moved multiqueue to network module
|
2024-07-04 17:57:11 +05:30 |
|
|
27e566140d
|
Add a check for default in TestProtocol.test_check_local()
|
2024-07-03 01:25:47 +03:00 |
|
|
65d2a37cb2
|
Extend environment markers for PyQt5 - doesn't install on arm
|
2024-06-30 18:30:59 +03:00 |
|
|
b68beaab20
|
Update and rename the script for testing with docker
|
2024-06-30 18:30:58 +03:00 |
|
|
2b3034a42f
|
Add lines for local testing into the buildbot docker files
|
2024-06-30 18:30:52 +03:00 |
|
anand k
|
e578759a3f
|
Reduced helper_randon dependency from network module
|
2024-06-21 07:36:48 +05:30 |
|
|
205e25337f
|
Use six to avoid obsolete unittest assertions
|
2024-06-17 00:42:07 +03:00 |
|
|
a69e4eebf8
|
Update the windows exe URL
|
2024-06-16 20:51:37 +03:00 |
|
|
8280e058c7
|
Added some notes on the appimages into the install doc
|
2024-06-16 17:08:07 +03:00 |
|
|
638b5a9b1a
|
Add the alpha siffix for non-merge appimage builds
|
2024-06-16 17:07:36 +03:00 |
|
|
de445d6bd9
|
Suppress pylint complaint
|
2024-06-16 11:44:18 +08:00 |
|
|
de11bc484c
|
Make Windows the default window style on windows, not GTK+
|
2024-06-12 19:42:16 +03:00 |
|
|
c3c41902cf
|
Use QtTest and QTimer.singleShot() to check the font dialog
|
2024-06-12 19:41:56 +03:00 |
|
|
d46af0835a
|
A rather rudimentary test with basic checks for the style setting
|
2024-06-12 19:41:56 +03:00 |
|
|
0ccbf6832f
|
Adjust the tabWidget font size relative to the base app font
|
2024-06-12 19:41:55 +03:00 |
|
|
ec1b05ee90
|
Allow user to set a base Qt window style and the font (family and size only)
|
2024-06-12 19:41:32 +03:00 |
|
|
21bef1058d
|
Improve the base class for bitmessageqt test cases
|
2024-06-11 16:05:08 +03:00 |
|
anand k
|
a71b44e95c
|
moved dandelion_enabled from state to Dandelion class as enabled attr
|
2024-06-11 14:48:29 +05:30 |
|
anand k
|
a209d65a26
|
Moved dandelion runtime var from state to network->dandelion
|
2024-05-27 09:20:21 +05:30 |
|
|
3a04e351cc
|
Move RIPEMD160 hash to highlevelcrypto and export to_ripe() (closes: #1796)
|
2024-05-20 15:07:20 +03:00 |
|
|
41fd17b637
|
Try to avoid building the snaps from branches not having snap-related changes,
except for merges (when HEAD is the v0.6 tip).
|
2024-05-19 12:13:01 +03:00 |
|
|
aaaac0f034
|
Append commit abbreviation to the snap version for non-release builds
|
2024-05-18 15:44:35 +03:00 |
|
anand k
|
e571ba8a51
|
Replaced state.streamsInWhichIAmParticipating with pool.streams
|
2024-05-15 09:21:37 +05:30 |
|
anand k
|
657c1de16b
|
Remove state.shutdown or replaced with self._stopped from some network thread
|
2024-05-13 07:23:11 +05:30 |
|
|
3b36676793
|
Run the lint env in the jammy buildbot dir
|
2024-05-10 02:55:16 +03:00 |
|
|
de9ee28516
|
Add a new tox env for linting, currently running pylint,
and the pylint config for python3.
|
2024-05-10 02:55:16 +03:00 |
|
|
8ef9c4d839
|
Remove ancient travis configuration
|
2024-05-09 17:55:00 +03:00 |
|
anand k
|
28355d70c7
|
Made BMConnectionPool as global runtime variable in connectionpool from singleton
|
2024-05-09 19:53:54 +05:30 |
|
|
8fa9da4cb4
|
Fix cross-compilation in the appimage build script and simplify local building
|
2024-05-08 01:48:44 +03:00 |
|
|
f28935f8fe
|
Avoid recursion when trying to build bitmsghash lib
in environments where prebuilt one is unusable and make doesn't work.
|
2024-05-05 23:22:34 +03:00 |
|
|
06ed879fca
|
Downgrade devcontainer ubuntu
- just released noble doesn't seem to have python-2.7 anymore so we're
downgrading to jammy
|
2024-04-29 11:05:13 +08:00 |
|
anand k
|
95af3a859b
|
Renamed dandelion flag to dandelion_enabled
|
2024-04-22 08:59:00 +05:30 |
|
anand k
|
1c8ae8fef3
|
moved Dandelion in state - global runtime variable from singleton
|
2024-04-21 22:40:19 +05:30 |
|
anand k
|
5faef8d40e
|
moved inventory in state - global runtime variable from singleton
|
2024-04-19 08:21:19 +05:30 |
|
anand k
|
d555a79200
|
Test cases for shared.py
|
2024-04-17 18:21:11 +05:30 |
|
|
0ed566500f
|
Use fallback.RIPEMD160Hash() in the test for deterministic keys
|
2024-04-16 20:18:37 +03:00 |
|
|
c51b2875df
|
Tests for keys generation
this implementation for deterministic keys requires a passphrase of type bytes
|
2024-04-16 20:18:37 +03:00 |
|
|
5c1dcc5645
|
Define functions for generating keys in the highlevelcrypto
|
2024-04-16 20:18:03 +03:00 |
|
|
d547a8be2f
|
Encode WIF string before passing to highlevelcrypto.decodeWalletImportFormat()
|
2024-04-15 05:27:45 +03:00 |
|
|
acab92c561
|
Add a test for random address generation
|
2024-04-15 05:27:45 +03:00 |
|
|
ae3ff8c07e
|
Fix outdated exception handlers for singleWorker._getKeysForAddress()
|
2024-04-14 04:58:26 +03:00 |
|
|
629efb253e
|
Update the test for disseminatePreEncryptedMsg API command
|
2024-04-13 17:16:46 +03:00 |
|
|
f6bd1546a7
|
Alias disseminatePreEncryptedMsg as disseminatePreparedObject, edit docstring
|
2024-04-13 06:34:30 +03:00 |
|
|
7836538290
|
Make PoW optional in disseminatePreEncryptedMsg
|
2024-04-13 06:34:30 +03:00 |
|
|
44a4a370a6
|
Use defaults while doing PoW for a preencrypted msg
|
2024-04-13 06:34:30 +03:00 |
|
|
e1ae33389c
|
Properly format all the keys samples
|
2024-04-13 06:33:59 +03:00 |
|
|
7348568c78
|
The test for double SHA512
|
2024-04-13 03:19:55 +03:00 |
|
|
3ed84a5863
|
Start adding hashes with double SHA512
|
2024-04-13 03:17:39 +03:00 |
|
|
1b9773f2cf
|
A dummy test for randomBytes
|
2024-04-12 15:47:06 +03:00 |
|