Commit Graph

  • 1eadb4bf6e bumped dependencies Kevin F 2022-07-10 22:28:30 -0500
  • 64a88118bd added unix transport for testing Kevin F 2022-06-26 14:43:16 -0500
  • b25e376349 gossip bug and performance fixes Kevin F 2022-06-26 00:34:49 -0500
  • b9fa446cb0 Fix missing comma Kevin F 2022-06-21 12:10:11 -0500
  • 6b6d357a13 Small gossip fixes Kevin F 2022-06-14 11:01:07 -0500
  • ac88e0a1da Stem out even if we only have 1 peer Kevin F 2022-06-14 11:00:08 -0500
  • cdccde2d9d Don't write python bytecode Kevin F 2022-06-14 10:55:38 -0500
  • 7b0c761dd1 Bump psutil, flask, and ujson Kevin F 2022-06-10 13:25:21 -0500
  • 911d8118bc Small gossip fixes Kevin F 2022-06-05 15:11:53 -0500
  • ac17b53663 Fix ping not properly responding Kevin F 2022-06-05 14:46:13 -0500
  • 946fdbd06d Don't add .onion if it is not needed Kevin F 2022-06-05 14:46:01 -0500
  • 9088d931c9 Move setupconfig up to fix default config not being used properly Kevin F 2022-06-05 14:40:31 -0500
  • 421c6da25a Load and save tor peers Kevin F 2022-05-30 19:52:03 -0500
  • 158178d6fc Don't spam tracebacks when sockets timeout Kevin F 2022-05-20 10:13:12 -0500
  • 85626d6642 Removed close gossip command Kevin F 2022-05-18 23:56:25 -0500
  • 9f25291c3a Finished client announce tests Kevin F 2022-05-18 23:39:14 -0500
  • 15a4744a70 Completed new new peers test Kevin F 2022-05-16 09:53:33 -0500
  • 1b21e25f7e Finished basic get_new_peers tests Kevin F 2022-05-15 23:21:45 -0500
  • 0b4e264877 Dont accept peers too large Kevin Froman 2022-05-15 21:54:14 -0400
  • 12d4ed7638 started get new peers test Kevin F 2022-05-14 11:28:12 -0500
  • 2be0175326 started get new peers test Kevin F 2022-05-13 00:17:06 -0500
  • 5bdfbd7c43 started get new peers test Kevin F 2022-05-12 09:21:38 -0500
  • 93fc1827b5 Added remaining stem choice test cases Kevin F 2022-05-10 09:29:28 -0500
  • 3a26d053fe Gossip client tests, fixed delayed threads Kevin F 2022-05-09 12:38:03 -0500
  • 7b7d6a03d3 Ignore broken pipes when streaming blocks in the gossip client Kevin F 2022-05-05 22:31:05 -0500
  • 50f0cfa6f4 Added basic streamblocks test, slight fixes for streamblocks Kevin F 2022-05-05 00:07:58 -0500
  • 91df7507f4 db set_if_new returns bool on if a new key was set or not and doesn't raise duplicate exception Kevin F 2022-05-05 00:05:53 -0500
  • c065be0145 Fix blockdb has_block not having block path Kevin F 2022-05-05 00:04:37 -0500
  • 4edbde82cc Added example plugin that tests block insertion Kevin F 2022-05-01 16:06:32 -0500
  • 1b37264eb7 Work on gossip tests and cleaned up api server some Kevin F 2022-05-01 00:45:26 -0500
  • e6b61c5f59 Added put block test (1 block) Kevin F 2022-04-24 15:19:39 -0500
  • ca2344c72c Added peer announce and exchange tests Kevin F 2022-04-23 00:41:57 -0500
  • 237cdde4e5 Added peer exchange test (passing) Kevin F 2022-04-20 00:28:29 -0500
  • 6a6460ef31 Added testing of streaming multiple blocks from gossip peer Kevin F 2022-04-16 12:55:01 -0500
  • 4caee50ce7 Remove dead neighbor closeness benchmark Kevin F 2022-04-16 12:49:42 -0500
  • a61cd273a8 Implemented basic server diffusal test Kevin F 2022-04-05 01:17:40 -0500
  • c7ba974264 Block diffusal mostly done Kevin F 2022-04-04 00:48:30 -0500
  • 9d2c2641f4 Block diffusal mostly done Kevin F 2022-04-03 01:16:58 -0500
  • 996bff267b Work on normal gossip diffusion Kevin F 2022-03-30 01:13:42 -0500
  • dae99dc2f7 Work on normal gossip diffusion Kevin F 2022-03-28 00:13:36 -0500
  • 5858b0aca3 updated readme Kevin F 2022-03-28 00:13:03 -0500
  • df02bdb826 Work on normal gossip diffusion Kevin F 2022-03-26 18:26:55 -0500
  • c215d4decd Work on normal gossip diffusion Kevin F 2022-03-26 18:24:40 -0500
  • b07c176f5c Refactored gossip peer set, gossip block queues, and dandelionphase to use singleton/module instances instead of being passed around Kevin F 2022-03-21 01:03:53 -0500
  • 9c44069248 Misc bug fixes for gossip Kevin F 2022-03-20 18:05:44 -0500
  • 5b5e5ef764 Don't bother to check if tor address in bootstrap list ends in .onion, it always shouldn't Kevin F 2022-03-20 13:00:33 -0500
  • fd9e6f5ede Dandelion phases now have IDs so it can be known more easily if an epoch elapsed Kevin F 2022-03-20 13:00:04 -0500
  • 8b2b6a613e corrected remaining_time being used as atter when resting during end op remaining time in dandelion client loop Kevin F 2022-03-20 12:56:36 -0500
  • be1dde95a6 Corrected type hinting for block queues and peer sets Kevin F 2022-03-20 12:54:57 -0500
  • 9ef6f46a5c Implemented do_stem_stream to stem blocks for dandelion++ Kevin F 2022-03-20 12:53:40 -0500
  • e985966e7c Turned dandelion stem into a module and corrected use of wait_for Kevin F 2022-03-20 12:52:58 -0500
  • f740d475c4 Specify that Onionr's pid is a pid in log Kevin F 2022-03-20 12:51:54 -0500
  • a53c31fda7 peer.get_socket implementations now must take timeout arg used for initial connection Kevin F 2022-03-20 12:51:25 -0500
  • 511803f565 update readme to reflect current state of development Kevin F 2022-03-20 12:50:19 -0500
  • 1b77c60346 Remove todo.txt and replace with ROADMAP.md Kevin F 2022-03-20 12:48:27 -0500
  • 568a192c97 Fix license docstring boilerplate spacing Kevin F 2022-03-17 19:56:31 -0500
  • 2544579363 updated readme to reflect current work Kevin F 2022-03-16 00:57:05 -0500
  • 6c2b1e49a2 Implemented dandelion stemout stream building Kevin F 2022-03-14 10:04:28 -0500
  • 9bf16c5758 Work on stemout Kevin F 2022-03-13 00:35:22 -0600
  • 19159ffa06 Work on stemout Kevin F 2022-03-12 19:28:18 -0600
  • 4c54677387 Use tuple of queues for block queues instead of list for clarity that queues cannot be added Kevin F 2022-03-11 11:15:18 -0600
  • 747b7d70a8 Added ordered_set dependency so we can pick from gossip peer set more efficiently Kevin F 2022-03-11 10:55:33 -0600
  • fefec8bdc8 added block store function used when not in stem phase Kevin F 2022-03-10 01:10:13 -0600
  • 9d17c7bd64 Implemented server dandelion++ stem portion Kevin F 2022-03-04 18:05:12 -0600
  • 17b268d9e4 lots of work on gossip Kevin F 2022-03-02 07:29:59 -0600
  • 4f3da58a60 Only 1 command per peer connection should be handled Kevin F 2022-02-27 13:36:39 -0600
  • 1a7ce7d386 Try mulitiple times and log an error if we can't bootstrap to anyone Kevin F 2022-02-27 13:36:02 -0600
  • 44f6b90777 When checking for peer online to add to peer pool, make sure it closes and avoid attempting if its already in the pool Kevin F 2022-02-27 13:34:16 -0600
  • 5337b0aba4 bootstrap logic separated out of plugin and announcement logic mostly completed Kevin F 2022-02-26 01:07:18 -0600
  • 34f9ffbf6b Made peers hashable and comparable for their use in the peer set Kevin F 2022-02-26 01:06:17 -0600
  • 8d394c76a7 Peer announcing client side done Kevin F 2022-02-25 01:02:04 -0600
  • df3568fc15 Scaffolding before implementing peer exchange logic Kevin F 2022-02-24 01:03:50 -0600
  • 850468dc39 Scaffolding before implementing peer exchange logic Kevin F 2022-02-23 11:47:01 -0600
  • d6b1c98cbd Ping loop while brainstorming. Kevin F 2022-02-22 14:34:19 -0600
  • 8eec2167c8 Tor can now initialize peers Kevin F 2022-02-21 15:15:26 -0600
  • d48af45210 better error handling in plugin importing Kevin F 2022-02-18 14:40:00 -0600
  • 81a0d83b53 Fix import in getsocks Kevin F 2022-02-18 14:39:46 -0600
  • 15875d26c6 Work on gossip system and tor transport Kevin F 2022-02-16 23:58:04 -0600
  • 2bcfbf0d79 Tor address generation completed. New system stores the priv key in config as a cleaner method Kevin F 2022-02-16 00:49:32 -0600
  • e5b396fc11 Work on gossip system and tor transport Kevin F 2022-02-14 17:47:54 -0600
  • 713aeb199d Added DandelionPhase to pick stem mode or not Kevin F 2022-02-12 14:36:45 -0600
  • 026f39b680 Work on new gossip system Kevin F 2022-02-11 00:56:19 -0600
  • ebb75b136d Fix sigterm handler shutdown call Kevin F 2022-02-10 17:38:22 -0600
  • ed6e2d05b4 ignore another python path in big brother disk ministry Kevin F 2022-02-10 17:37:58 -0600
  • d388bba646 Added files for new dandelion++ gossip and transport system Kevin F 2022-02-09 19:29:16 -0600
  • cbd9a3cbec bump version codename Kevin F 2022-02-09 19:28:52 -0600
  • e55beec18c Adjusted onionrthreads to take kwargs Kevin F 2022-02-09 19:28:31 -0600
  • 4fba79950c adjusted pythonpath .env Kevin F 2022-02-09 19:28:00 -0600
  • cedd01c98f Removed netcontroller Removed etc (moving most to onionrutils) Small refactoring Kevin F 2022-02-06 19:18:53 -0600
  • df686b3995 Completed basic blockdb tests Kevin F 2022-02-06 18:06:34 -0600
  • 9c3ed5bb10 Removed more scripts Kevin F 2022-02-06 18:05:49 -0600
  • 29b28accf1 Started test for blockdb Kevin F 2022-02-05 13:25:28 -0600
  • 79639ba0af Added unittest for onionr subprocess module Kevin F 2022-02-05 00:24:31 -0600
  • 061e2d1e01 Added generic multiprocess wrapper Corrected blocks after timeout function Kevin F 2022-02-04 00:18:57 -0600
  • eb763cf293 Work on blockdb functions Kevin F 2022-02-03 12:55:07 -0600
  • ff9eb13579 Added block type iteration generator Kevin F 2022-02-03 00:32:26 -0600
  • 844723cea9 Remove tests associated with removed code Kevin F 2022-02-02 14:45:27 -0600
  • bb34f9042e Remove tests associated with removed code Kevin F 2022-02-02 13:33:37 -0600
  • 44d5eeab2a Remove tests associated with removed code Kevin F 2022-02-02 00:34:50 -0600
  • 15931ccc32 add onionrblocks dependency Kevin F 2022-01-31 23:16:52 -0600