6372578bb6
Rename .vectors_to_send() to .biginv_chunks() preventing ambiguity
2025-02-22 03:33:50 +02:00
1aca3e6931
Bump version to 0.3.5
2025-02-22 03:33:50 +02:00
ecfafcc385
Add caching objects in a dict
2025-02-22 03:33:50 +02:00
34d2e54d56
Make objects.vectors_to_send() a generator of chunks
2025-02-22 03:33:49 +02:00
dba455464a
Started a test case for the objects
2025-02-22 03:33:49 +02:00
260c839e26
Take into account pending objects in Inventory.cleanup()
2025-02-22 03:33:49 +02:00
22f0282ef9
Add VACUUM after deleting 10000 objects, do it in cleanup()
2025-02-22 03:33:48 +02:00
c2abf2879a
Move objects_lock into the Inventory object
2025-02-22 03:33:48 +02:00
73893dabf7
Set a row factory instead of nesting the iterator, iterate through the cursor
2025-02-22 03:33:48 +02:00
8ffcf92380
Update test object for the new Object structure,
...
comment outdated setting object_payload
2025-02-22 03:33:47 +02:00
1f64719a56
A rough implementation of the objects stored in sqlite db;
...
structure.Object was rewritten, to store the object data.
2025-02-22 03:33:30 +02:00
efc4be0ec1
Document the main proofofwork call
Testing / default (push) Successful in 9m40s
2025-01-27 22:26:43 +02:00
3623a05d55
Added docstrings in manager
2025-01-27 22:26:43 +02:00
6d84a5f20e
Added docstrings in i2p.util
2025-01-27 22:26:43 +02:00
ec24afd3bd
Define abstract bases in message and structure to reduce docstrings
2025-01-27 22:26:42 +02:00
e57efcf752
Fix typo in README
Testing / default (push) Successful in 8m37s
2025-01-27 22:17:05 +02:00
c76a7556d7
Don't set shared.hosts - unused (duplicated in i2p.listener)
Testing / default (push) Successful in 9m0s
2024-10-25 23:48:50 +03:00
70f059d9b1
Removed unneeded objects validation in Manager.clean_objects()
Testing / default (push) Successful in 8m1s
2024-10-23 01:37:32 +03:00
9bb3038547
Unref open connections in the listener loops to let gc collect when closed
Testing / default (push) Successful in 10m11s
2024-10-22 04:48:45 +03:00
dcaee3febf
Add a test for the closed connection remaining in memory
2024-10-22 04:48:38 +03:00
d3708c6392
Update git path in the README
Testing / default (push) Successful in 7m34s
2024-10-22 04:35:33 +03:00
f09509893f
Test bootstrapping with a minode process
Testing / default (push) Successful in 8m45s
2024-09-23 04:35:49 +03:00
144c3240db
Ensure main.bootstrap_from_dns() adds IPv6 addresses to the core nodes
2024-09-23 04:35:49 +03:00
80ca750da2
Added a test for bootstrapping
2024-09-23 04:35:48 +03:00
ce8bef45b8
Reduce number of simultaneous bootstrappers, refill the bootstrap pool
2024-09-23 04:33:22 +03:00
7053ac84f7
Try not to add core nodes to pool
2024-09-23 04:33:21 +03:00
05fcbdb45c
A rough implementation of proper bootstrapping:
...
added a Bootstrapper connection class, connect() and bootstrap() closures
in Manager.manage_connections(). The later is called while
shared.unchecked_node_pool is empty.
2024-09-23 04:28:33 +03:00
d106078dac
Skip tests instead of failing if I2PController freezes
Testing / default (push) Successful in 6m0s
2024-07-30 01:32:02 +03:00
a01e2d3469
Add a test for the saved I2P keys
2024-07-29 15:44:36 +03:00
0c898f687b
Expect I2PController to start in TestProcess._wait_time before checks,
...
thus increasing the maximum wait time, but increase also _connection_limit,
because 2 connections it is only the controller and the listener.
2024-07-29 15:43:09 +03:00
97576f6750
Simplify local testing: test in a container using a docker-test.sh script
Testing / default (push) Successful in 7m3s
2024-07-23 02:31:43 +03:00
a451a255af
Bump version to 0.3.3
Testing / default (push) Successful in 4m14s
2024-07-09 05:41:35 +03:00
16031874c7
Relax the condition in TestProcess.test_connections()
2024-07-09 05:41:23 +03:00
aa6e8a57fb
Copy the relevant part of test_network_group() from PyBitmessage
2024-06-25 20:19:31 +03:00
e11aece1a8
Invalidate the version message with a large time offset
2024-06-25 20:19:30 +03:00
908ed1f582
Run listener with a large time offset and ensure it's not connected
2024-06-25 20:19:30 +03:00
1b9648f3de
Correct position of the except clause in listener loop
2024-06-25 20:19:29 +03:00
c4d22c4c21
Add a test case for listener with a process running with --trusted-peer
2024-06-25 20:19:29 +03:00
5ca6e8a3e3
Add a test for connections with large time offset
2024-06-25 20:19:24 +03:00
abf062ac86
Check network group of connections in process test if it isn't for i2p
2024-06-25 19:55:29 +03:00
7719de5338
Define a static method network_group() in NetAddrNoPrefix
...
and use it in manager.
2024-06-25 19:55:28 +03:00
b0fa199838
A short test for normal connection (with timeout in 5 min)
2024-06-25 19:55:27 +03:00
f9272cbac9
Define a base class for connection to subclass for special purposes
2024-06-25 19:55:27 +03:00
efeabcb4cf
Cleanup the wait time in test_process, correct format in TestProcess.fail()
Testing / default (push) Failing after 3m49s
2024-06-18 19:09:31 +03:00
12f6e34afe
Add a gitea workflow badge in readme
2024-06-08 04:44:43 +03:00
fd68c6ebe2
Rewrite the github workflow to use by gitea
2024-05-07 19:15:36 +03:00
740654b563
Make tuples from sets before taking random samples
2024-05-07 19:15:36 +03:00
4e77342d4d
.dockerignore for local run
2024-05-07 19:15:36 +03:00
ddba85384d
Update the buildbot_multibuild dir to jammy and enable py311
2024-05-07 19:15:36 +03:00
5a65978678
Fix a mistake in Connection._do_tls_handshake(): return on exception,
...
log ssl.SSLError reason and discard the node.
2024-05-07 19:15:36 +03:00