We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d6720e + 144340b commit ba3d4ffCopy full SHA for ba3d4ff
lightning-rapid-gossip-sync/README.md
@@ -14,6 +14,10 @@ request from the server instance. The methods `sync_network_graph_with_file_path
14
`update_network_graph_no_std` all return a `Result<u32, GraphSyncError>`, and that `u32` success value
15
is the timestamp meant to be used for the next server request.
16
17
+Note that running those methods also updates the timestamp stored in the `NetworkGraph` object, whence it can be easily
18
+retrieved by calling `get_last_rapid_gossip_sync_timestamp`, so using RGS does not impose any additional caching
19
+requirements beyond those already used for storing the network graph.
20
+
21
## Mechanism
22
23
The (presumed) server sends a compressed gossip response containing gossip data. The gossip data is
0 commit comments