Kashiko Koibumi
|
da58e00130
|
Merge branch 'v0.6' into py3
|
2024-07-01 04:42:14 +09:00 |
|
|
205e25337f
|
Use six to avoid obsolete unittest assertions
|
2024-06-17 00:42:07 +03:00 |
|
anand k
|
a71b44e95c
|
moved dandelion_enabled from state to Dandelion class as enabled attr
|
2024-06-11 14:48:29 +05:30 |
|
Kashiko Koibumi
|
597372543b
|
fix to pass tests
|
2024-05-31 10:06:29 +09:00 |
|
Kashiko Koibumi
|
01296a86b9
|
Merge branch 'strict-blob' into py3
|
2024-05-30 20:06:32 +09:00 |
|
Kashiko Koibumi
|
d676ea3ec2
|
quick workaround for BLOB as TEXT problem (#2247)
|
2024-05-30 18:13:15 +09:00 |
|
Kashiko Koibumi
|
6ec9fb1a7e
|
Merge branch 'binary' into py3
|
2024-05-28 08:40:40 +09:00 |
|
Kashiko Koibumi
|
96c764bd94
|
refined: read from and write to SQLite database in binary mode
This modification is a preparation for migration to Python3.
|
2024-05-27 22:43:01 +09:00 |
|
Kashiko Koibumi
|
0f858bca89
|
read from and write to SQLite database in binary mode
This modification is a preparation for migration to Python3.
|
2024-05-27 04:45:40 +09:00 |
|
Kashiko Koibumi
|
5ccfd520b8
|
Merge branch 'bytes-key' into py3
|
2024-05-27 00:09:56 +09:00 |
|
Kashiko Koibumi
|
a4c4338190
|
use bytes() on keys to be hashable in Python3
|
2024-05-26 23:38:41 +09:00 |
|
Kashiko Koibumi
|
a11df0c583
|
use six.moves
|
2024-05-26 09:50:42 +09:00 |
|
Kashiko Koibumi
|
81a6bdb223
|
use six.assertRaisesRegex, six.assertRegex, six.assertNotRegex
|
2024-05-25 13:07:59 +09:00 |
|
Kashiko Koibumi
|
21a7bdba44
|
use six.int2byte(), six.byte2int, six.BytesIO
|
2024-05-25 12:27:32 +09:00 |
|
Kashiko Koibumi
|
46d56c703e
|
use six.itervalues(), six.iteritems()
|
2024-05-25 11:39:46 +09:00 |
|
Kashiko Koibumi
|
f37a973f5f
|
use six.PY2 and six.PY3
|
2024-05-25 09:06:02 +09:00 |
|
|
3a04e351cc
|
Move RIPEMD160 hash to highlevelcrypto and export to_ripe() (closes: #1796)
|
2024-05-20 15:07:20 +03:00 |
|
anand k
|
e571ba8a51
|
Replaced state.streamsInWhichIAmParticipating with pool.streams
|
2024-05-15 09:21:37 +05:30 |
|
anand k
|
28355d70c7
|
Made BMConnectionPool as global runtime variable in connectionpool from singleton
|
2024-05-09 19:53:54 +05:30 |
|
anand k
|
95af3a859b
|
Renamed dandelion flag to dandelion_enabled
|
2024-04-22 08:59:00 +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 |
|
|
acab92c561
|
Add a test for random address generation
|
2024-04-15 05:27:45 +03:00 |
|
|
629efb253e
|
Update the test for disseminatePreEncryptedMsg API command
|
2024-04-13 17:16:46 +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 |
|
|
feaee60632
|
Add a test for WIF decoding and encoding
|
2024-04-07 03:30:56 +03:00 |
|
|
799237c7ff
|
Don't use BMConfigParser in highlevelcrypto, instead use digestAlg kwarg,
both in .sign() and .verify(), extend TestHighlevelcrypto.test_signatures().
|
2024-04-05 03:10:24 +03:00 |
|
|
fd3567b3fa
|
Add a test for sign() and verify()
|
2024-04-05 02:44:28 +03:00 |
|
|
2030e08db3
|
A test for disseminatePreEncryptedMsg API command
|
2024-04-05 00:38:30 +03:00 |
|
|
9747f65884
|
Define a protocol function for decoding object parameters outside of network
|
2024-04-05 00:37:50 +03:00 |
|
anand k
|
a39fc2cff5
|
Test cases for helper_inbox.py
|
2024-03-29 07:46:20 +05:30 |
|
anand-skss
|
b8749c6d7c
|
Rename mockpb dir to mockbm
|
2024-03-22 08:54:15 +00:00 |
|
anand k
|
563e557b1b
|
Test cases for helper_sent
|
2024-03-22 11:53:12 +05:30 |
|
anand k
|
2e98a1eb2d
|
Test cases for helper_sql & Added mock library dependency in requirements.txt
|
2024-03-21 11:25:10 +05:30 |
|
anand k
|
6d8c7f3bbc
|
Renamed mock dir to mockpb
|
2024-03-20 07:27:38 +05:30 |
|
|
7dc91af6d8
|
Fix typo and formatting in tests.core
|
2024-03-14 21:26:43 +02:00 |
|
anand k
|
d8843791ab
|
Test cases for multiqueue
|
2024-03-08 20:07:05 +05:30 |
|
|
348df1151f
|
Truly wait for pow in test_send_broadcast() in test_api
|
2024-02-26 17:22:39 +02:00 |
|
|
c45f1eae14
|
Test more deterministic commands, add timeouts in get from queue
|
2024-01-15 20:44:22 +02:00 |
|
|
9a96cab080
|
Make sample_seed bytes as in crypto
|
2024-01-15 20:44:22 +02:00 |
|
|
799aadc9bc
|
Rewrite TestAddressGenerator as a subclass of TestPartialRun,
edit docstrings and add more checks. Closes: #1895
|
2024-01-15 20:44:21 +02:00 |
|
|
d427c27e7e
|
Started a test case for address generator
|
2024-01-15 20:43:51 +02:00 |
|
|
c5ced60d5d
|
Move most of the logic of TestCore.test_udp() into the TestNetwork
|
2023-12-20 04:26:55 +02:00 |
|
|
606b6d7d08
|
Explicitly enable UDP in TestNetwork adding Announcer to the expected threads
|
2023-12-20 03:02:42 +02:00 |
|
|
0cb80801b1
|
Resolve pylint warnings in partial and test_api_thread - mostly suppress
|
2023-12-04 01:14:58 +02:00 |
|