Historia zmian

Autor SHA1 Wiadomość Data
  dasman 19f70bd58f event_graph: gracefully stop pruning task 2 lat temu
  draoi 3b0e012126 src: Use peers() instead of channels() method where applicable 2 lat temu
  dasman 69a26b7fd3 event_graph: return sorted Vec<Events> instead of Vec<blake3::Hash> to reduce dag_get() calls 2 lat temu
  dasman 501399d388 event_graph: rewrite order_events() to effectivly sort events once 2 lat temu
  dasman d2970c8895 event_graph: iterative dfs_topological_sort() instead of recursion 2 lat temu
  parazyd 7945e2eb18 net: Implement mutable Settings which allow dynamic reconfiguration 2 lat temu
  draoi dbf5c6bc8f hosts: use sync Mutex for HostRegistry 2 lat temu
  dasman c4ea68e474 event_graph: in dag_insert() continue instead of break when iterating over/cleaning unreferenced_tips 2 lat temu
  draoi b0b192c3f2 system: rename Subscriber to Publisher + propagate change 2 lat temu
  dasman 37f85f49cd event_graph: dag replay logs and db to be configurable, also user should choose to run in replay mode or not 2 lat temu
  dasman fb78838277 event_graph: replace harcoded parent reply timeout to respect p2p outbound timeout 2 lat temu
  dasman 9e8bdd8630 eventgraph: replayer instruction log simplified a bit 2 lat temu
  dasman 4186860fe5 bin/darkirc: RPC method to recreate DAG from replay log upon request from DEG 2 lat temu
  dasman 2fc118af51 eventgraph: rewrite eg replay functions and actually log the events 2 lat temu
  dasman faf8b80e36 event_graph: remove unused code 2 lat temu
  dasman 214458322a add deg2 (dag_browser) code 2 lat temu
  draoi db92a9e3dc net: introduce HostState state machine to safely manage host activity 2 lat temu
  dasman 6d39951185 bin/deg: updating unreferenced_tips on receiving new events 2 lat temu
  dasman 532d67e972 src/eventgraph: support debugging msgs 2 lat temu
  parazyd 0e6f51e895 chore: Update copyright year in license headers 2 lat temu
  Dastan-glitch d3be6c2819 src/event_graph: aquire locks outside loops 2 lat temu
  Dastan-glitch f46eb4c0e4 src/event_graph: request and reply multiple events 2 lat temu
  Dastan-glitch 7529e4a655 src/event_graph: use dag_get() method 2 lat temu
  aggstam aac6b2c6c2 darkirc: update event_graph synced flag when we were already on latest tip 2 lat temu
  aggstam b1821df428 darkirc: update event_graph synced flag when we skip sync 2 lat temu
  aggstam cdaddfbfe2 event_graph: introduce layers to the DAG 2 lat temu
  y 117b4c6750 [eventgraph/util] formatting 2 lat temu
  y d8e957788b [net] Fix issue Dag prune issue 2 lat temu
  y bf5d77c31f [net] Modify Event pruning debugging 2 lat temu
  y c7727c8633 [net] Add debug messages when receiving old Events 2 lat temu