Skip to content
Snippets Groups Projects
  1. Jul 28, 2024
  2. Jul 25, 2024
  3. Jul 24, 2024
  4. Jul 19, 2024
  5. Jul 18, 2024
  6. Jul 17, 2024
  7. Jul 11, 2024
  8. Jul 09, 2024
  9. Jul 03, 2024
    • Marcin's avatar
      new sync loop · cf2daabb
      Marcin authored
      - update HAF to version with a new application loop
      - modify hivemind sync loop:
      	- define stages for hivemind context:
      	 MASSIVE_WITHOUT_INDEXES, MASSIVE_WITH_INDEXES, live
      	- stop retrieving block data in a separate thread. The queues for block data were consistently full,
      	  indicating that querying for blocks is negligible compared to processing them.
      	  Note: This change may impact sync performance.
      	- Stop recalculating reputation during sync transition from MASSIVE_WITHOUT_INDEXES to MASSIVE_WITH_INDEXES.
      	  Reputation will now be recalculated when entering the 'live' state. Note: This change may impact sync performance.
      cf2daabb
  10. Jun 13, 2024
  11. Jun 12, 2024
  12. Jun 10, 2024
  13. May 29, 2024
  14. May 09, 2024
  15. May 07, 2024
  16. Apr 24, 2024
    • Marcin's avatar
      restore removed exec · 0b7dda8b
      Marcin authored
      exec is required to correctly handle signals by hivemind
      python code, without exec (when there is no additional processes between
      hivemind and linux)  signals are not delivered to hivemind
      
      exec was removed wit commit: 1751bc56
      0b7dda8b
  17. Apr 12, 2024
  18. Apr 08, 2024
  19. Apr 02, 2024
  20. Mar 30, 2024
  21. Mar 29, 2024
  22. Mar 27, 2024
  23. Mar 26, 2024
  24. Mar 24, 2024
Loading