This is needed to avoid sending duplicate routes.
Currently, we are saving the routes found using the routing algorithm in the historical-routes db, and we assume that previous routes in db have been already deployed.
However, this might not be always the case. We potentially need to use a flag to identify which routes have been deployed. This flag inherits the status from the historical routes.
One solution is to check if the routes already exist in the node. See issue #16
This is needed to avoid sending duplicate routes.
Currently, we are saving the routes found using the routing algorithm in the historical-routes db, and we assume that previous routes in db have been already deployed.
However, this might not be always the case. We potentially need to use a flag to identify which routes have been deployed. This flag inherits the status from the historical routes.
One solution is to check if the routes already exist in the node. See issue #16