oars
|
d85cf80dbf
replace log imports with tracing everywhere
|
1 year ago |
oars
|
404dc9d9f0
net,rpc,event_graph,dht: use channel display address for UI scenarios (e.g. logging, dnet)
|
10 months ago |
skoupidi
|
941d7a0666
event_graph: chore clippy
|
1 year ago |
darkfi
|
99ae01a8c0
event_graph: minor fix to log output
|
1 year ago |
parazyd
|
604f443fd1
chore: Update license header year
|
1 year ago |
dasman
|
2b47026bdd
event_graph: replace the rest of timeout() with receive_with_timeout()
|
1 year ago |
dasman
|
86351d88fa
event_graph: use receive_with_timeout() instead of matchig timeout()
|
1 year ago |
dasman
|
a317092cb6
event_graph: minor debug log ms instead of s
|
1 year ago |
dasman
|
862abc537a
event_graph: go full millis (this is a breaking change)
|
1 year ago |
dasman
|
cc4102acd9
event_graph: dag_prune_task() errors out on stop_handler instead of info
|
1 year ago |
dasman
|
07460df363
event_graph: remove check_version_match() and compare peers version with a const in taud and darkirc
|
1 year ago |
dasman
|
86afe8d896
event_graph and evgrd: use INITIAL_GENESIS as seconds in for prune task as well
|
1 year ago |
dasman
|
a63d628ec5
script/evgrd: fill in required LocalEventGraph fields and methods, and present a working test module
|
1 year ago |
dasman
|
75b18d684e
event_graph: use millis for events timestamp, bump the versions of darkirc and taud and are changed slightly to accordigly interact with both old and new versions
|
1 year ago |
dasman
|
dc406924e1
event_graph: disallow returning duplicate events when getting the successors
|
1 year ago |
dasman
|
04063b3bb7
event_graph: add fetch_successors_of() method
|
1 year ago |
skoupidi
|
fdfc96a902
Cargo.toml: replaced sled references with sled-overlay import
|
1 year 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 |