Commit History

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