in the recent changes done in the addressbook, a wrapping data structure was added to indicate whether a bzz address was previously verified.
this type should be expanded to add a last seen timestamp. this timestamp should be updated every time we see the overlay over hive or in kademlia.
once an address is not seen for over a month - we can remove it from the address book (check on startup). this probably needs a migration that would set all existing addresses to seen now()
in the recent changes done in the addressbook, a wrapping data structure was added to indicate whether a bzz address was previously verified.
this type should be expanded to add a
last seentimestamp. this timestamp should be updated every time we see the overlay over hive or in kademlia.once an address is not seen for over a month - we can remove it from the address book (check on startup). this probably needs a migration that would set all existing addresses to
seen now()