Skip to content

We need to add a field in the routes db to check if the given route has already been deployed. #14

Description

@fdojurado

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions