radicle-heartwood-lfs/radicle-node
Alexis Sellier 07add86bb6
node: Handle node announcements
To build an address book, peers communicate via gossip, sending
`NodeAnnouncement` messages.

These need to be handled by storing the addresses in an address book
and the addresses need to be persisted to disk.

Node announcement messages should also be relayed to peers like other
gossip messages.
2022-10-14 11:58:17 +02:00
..
src node: Handle node announcements 2022-10-14 11:58:17 +02:00
Cargo.toml Statically link sqlite3 2022-10-12 13:27:45 +02:00